<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/tools, branch 18.75</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>Delete some unused variables</title>
<updated>2024-01-05T09:54:26+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>danf@mageia.org</email>
</author>
<published>2024-01-05T09:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0290f6c1bc88fe6e7fafb46d7630867593520f91'/>
<id>0290f6c1bc88fe6e7fafb46d7630867593520f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate use of egrep and fgrep and the warnings they now give</title>
<updated>2024-01-05T09:27:27+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>danf@mageia.org</email>
</author>
<published>2024-01-05T09:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a87aa0ddc02605887ecd181a42813d9a7293a1e2'/>
<id>a87aa0ddc02605887ecd181a42813d9a7293a1e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiling with glibc-2.32</title>
<updated>2020-11-25T11:47:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-11-25T11:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3432335ccab5911501698db54f04ac30a80cf961'/>
<id>3432335ccab5911501698db54f04ac30a80cf961</id>
<content type='text'>
Old legacy RPC bits were finally axed so we need to link against libtirpc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old legacy RPC bits were finally axed so we need to link against libtirpc
</pre>
</div>
</content>
</entry>
<entry>
<title>fix collecting needed perl files with glibc-2.26</title>
<updated>2018-11-21T23:19:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-21T23:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=37fe7f743f5dd9fd5557d5b99489c4a98e720e0d'/>
<id>37fe7f743f5dd9fd5557d5b99489c4a98e720e0d</id>
<content type='text'>
basically the ouput of strace changed with glibc-2.26:
"Since version 2.26, the glibc wrapper function for open() employs the
openat() system call, rather than the kernel's open() system call".

so support both ways (in case it would be backported):
open("foobar...)
openat(AT_FDCWD, "foobar...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
basically the ouput of strace changed with glibc-2.26:
"Since version 2.26, the glibc wrapper function for open() employs the
openat() system call, rather than the kernel's open() system call".

so support both ways (in case it would be backported):
open("foobar...)
openat(AT_FDCWD, "foobar...)
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to perl 5.28: fix including stuff from pkgs</title>
<updated>2018-08-09T05:20:20+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-08-09T05:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=87885f736d93f47c93edb0374237f06e7a392ae9'/>
<id>87885f736d93f47c93edb0374237f06e7a392ae9</id>
<content type='text'>
need to expand macro when using "matching"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need to expand macro when using "matching"
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to perl 5.28</title>
<updated>2018-08-09T05:18:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-08-09T05:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=77beb407f5520cc7c0ffcb8c14dd3a34fd8cad41'/>
<id>77beb407f5520cc7c0ffcb8c14dd3a34fd8cad41</id>
<content type='text'>
- perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch)
- ARCH-linux-thread-multi &amp; version is no more used in path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch)
- ARCH-linux-thread-multi &amp; version is no more used in path
</pre>
</div>
</content>
</entry>
<entry>
<title>Really exit on error</title>
<updated>2018-01-04T04:16:43+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-01-04T04:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e9dd64112cbb6582a931546d9f451a5f91c84601'/>
<id>e9dd64112cbb6582a931546d9f451a5f91c84601</id>
<content type='text'>
Incorrect code noticed in a comment on mga#22266
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incorrect code noticed in a comment on mga#22266
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase the default window size of the installer to 1024x768 (mga#20624)</title>
<updated>2017-06-23T07:05:56+00:00</updated>
<author>
<name>Frédéric Buclin</name>
<email>LpSolit@netscape.net</email>
</author>
<published>2017-05-06T18:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=14eb1e5893eb7bc6748cf388df7cb05a3f05c7da'/>
<id>14eb1e5893eb7bc6748cf388df7cb05a3f05c7da</id>
<content type='text'>
This permits to correctly display the different panels as some
of them contain quite a lot of data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This permits to correctly display the different panels as some
of them contain quite a lot of data.
</pre>
</div>
</content>
</entry>
<entry>
<title>shrink .perl_checker blacklists</title>
<updated>2016-09-16T14:04:50+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-09-16T13:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8831624952f88d0494a5fc4932cf469198c84674'/>
<id>8831624952f88d0494a5fc4932cf469198c84674</id>
<content type='text'>
(need latest perl_checker)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(need latest perl_checker)
</pre>
</div>
</content>
</entry>
<entry>
<title>drakx-in-chroot: do not die if Xephyr is not found in text mode</title>
<updated>2016-08-18T14:39:01+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2016-08-18T14:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6d4c6d783e603f740506d4849ae669f96aef5406'/>
<id>6d4c6d783e603f740506d4849ae669f96aef5406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
