<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/mdk-stage1, branch 18.9</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>better gcc8 workarounds</title>
<updated>2018-12-01T13:03:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T13:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5f0829d7c0db5a4f9d008434e8e1bcd12ca59b9f'/>
<id>5f0829d7c0db5a4f9d008434e8e1bcd12ca59b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.35</title>
<updated>2018-12-01T12:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T12:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8f61207344cf1b14424b016f0dfccb775a3bed88'/>
<id>8f61207344cf1b14424b016f0dfccb775a3bed88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc8 workarounds</title>
<updated>2018-12-01T12:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T09:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=cfb775aa0d83b99439b33974efeae0e7ed431354'/>
<id>cfb775aa0d83b99439b33974efeae0e7ed431354</id>
<content type='text'>
Before previous commit, compiling with gcc8 would have need:
-Wno-error=format-overflow -Wno-error=format-security

But now, only -Wno-error=format-truncation is needed.

rationale:
gcc bogusly complains about snprintf() being unsafe. See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before previous commit, compiling with gcc8 would have need:
-Wno-error=format-overflow -Wno-error=format-security

But now, only -Wno-error=format-truncation is needed.

rationale:
gcc bogusly complains about snprintf() being unsafe. See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compiling with gcc8</title>
<updated>2018-12-01T12:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T12:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=047af8e25d0d4827ac6dd80db8ff47944c93f067'/>
<id>047af8e25d0d4827ac6dd80db8ff47944c93f067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.34</title>
<updated>2018-11-30T21:50:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-30T21:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=04766113b38ebee73e4c6dbd8ae1e9697fd13e4e'/>
<id>04766113b38ebee73e4c6dbd8ae1e9697fd13e4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop our own old unmaintained forked nfs code</title>
<updated>2018-11-30T19:50:06+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-03-14T06:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6193f67f75b3d9143da2f5ba8d6a9a97044adf18'/>
<id>6193f67f75b3d9143da2f5ba8d6a9a97044adf18</id>
<content type='text'>
we now got support for all NFS features, including NFSv4 &amp; co
server likely needs to be configured with 'insecure'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now got support for all NFS features, including NFSv4 &amp; co
server likely needs to be configured with 'insecure'
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to using regular mount for nfs</title>
<updated>2018-11-30T19:49:35+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-03-14T07:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=60cf416ae208f2596d9cb33cf04025f5b25a10e6'/>
<id>60cf416ae208f2596d9cb33cf04025f5b25a10e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify now that we use standalone mount</title>
<updated>2018-11-30T19:49:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-30T15:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=be63594a264239bc99438ea4cce91c94e2d485cb'/>
<id>be63594a264239bc99438ea4cce91c94e2d485cb</id>
<content type='text'>
Let mount uses the blkid library for guessing the filesystem type
That's quite a lot better than manually trying a long list of potential
fses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let mount uses the blkid library for guessing the filesystem type
That's quite a lot better than manually trying a long list of potential
fses
</pre>
</div>
</content>
</entry>
<entry>
<title>actually call regular mount</title>
<updated>2018-11-30T19:49:28+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-03-14T07:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5993b355cbd25c45897eab3a9dbe099fccebcb41'/>
<id>5993b355cbd25c45897eab3a9dbe099fccebcb41</id>
<content type='text'>
now that we've it in stage1 anyway (since using dracut)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now that we've it in stage1 anyway (since using dracut)
</pre>
</div>
</content>
</entry>
<entry>
<title>2.33</title>
<updated>2018-11-30T01:50:12+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-30T01:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5788b4bd8ae0cc9274801495a69bac629b3e5a7d'/>
<id>5788b4bd8ae0cc9274801495a69bac629b3e5a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
