<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch v0.13.0</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>doc: Replace fingerprint of OpenPGP signing key.</title>
<updated>2017-05-21T11:46:35+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-21T11:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=df671177f854da26bb171d9d5e9a6990024107a0'/>
<id>df671177f854da26bb171d9d5e9a6990024107a0</id>
<content type='text'>
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Change to Ludo's key.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Change to Ludo's key.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS.</title>
<updated>2017-05-21T11:45:54+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-21T09:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=31025edc9415d8befd7dc2e5df2946495df0c29e'/>
<id>31025edc9415d8befd7dc2e5df2946495df0c29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: ssh: Use 'guile2.0-ssh'.</title>
<updated>2017-05-21T09:56:29+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-21T09:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9d0c24d1be393d14bddd031e910b1d0e51156f58'/>
<id>9d0c24d1be393d14bddd031e910b1d0e51156f58</id>
<content type='text'>
Fixes a regression introduced in 4d8806c3d662c74e6d48d0f0d6ce423fce9a3a08.

* gnu/tests/ssh.scm (run-ssh-test): Use GUILE2.0-SSH instead of GUILE-SSH.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a regression introduced in 4d8806c3d662c74e6d48d0f0d6ce423fce9a3a08.

* gnu/tests/ssh.scm (run-ssh-test): Use GUILE2.0-SSH instead of GUILE-SSH.
</pre>
</div>
</content>
</entry>
<entry>
<title>guix system: Don't warn about old distros for "guix system init".</title>
<updated>2017-05-21T09:49:07+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-21T09:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8a29dc07a4b62ee480490137592cf02c33b1799f'/>
<id>8a29dc07a4b62ee480490137592cf02c33b1799f</id>
<content type='text'>
* guix/scripts/system.scm (process-action): Don't call
'warn-about-old-distro' when ACTION is 'init' or 'build'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/scripts/system.scm (process-action): Don't call
'warn-about-old-distro' when ACTION is 'init' or 'build'.
</pre>
</div>
</content>
</entry>
<entry>
<title>guix system: Increase image size for 'guix system vm'.</title>
<updated>2017-05-20T23:25:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-20T23:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=092c58e74513fd4056c064098540421a5e9a5c5f'/>
<id>092c58e74513fd4056c064098540421a5e9a5c5f</id>
<content type='text'>
This is a followup to 9a1bfe764859365b6726f168da95b88a2d22403b.

* guix/scripts/system.scm (system-derivation-for-action): Add 40MiB to
the default size for 'vm'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a followup to 9a1bfe764859365b6726f168da95b88a2d22403b.

* guix/scripts/system.scm (system-derivation-for-action): Add 40MiB to
the default size for 'vm'.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: unionfs-fuse-static: Remove 'unionfsctl' executable.</title>
<updated>2017-05-20T23:17:11+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-20T23:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=324499184a13e8f27d9805d5db2b133380e69bfe'/>
<id>324499184a13e8f27d9805d5db2b133380e69bfe</id>
<content type='text'>
This avoids pulling in glibc &amp; co.  Fixes a regression introduced in
2f861edf5cf5118ad560737343312c9a5efe5b2f (the 'unionfsctl' executable
did not exist in unionfs-fuse 0.26).

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]
&lt;post-install&gt;: Remove 'unionfsctl' binary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids pulling in glibc &amp; co.  Fixes a regression introduced in
2f861edf5cf5118ad560737343312c9a5efe5b2f (the 'unionfsctl' executable
did not exist in unionfs-fuse 0.26).

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]
&lt;post-install&gt;: Remove 'unionfsctl' binary.
</pre>
</div>
</content>
</entry>
<entry>
<title>vm: Increase default disk size to account for ESP partition.</title>
<updated>2017-05-20T23:17:08+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>mbakke@fastmail.com</email>
</author>
<published>2017-05-20T19:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a588e34e0defcb5fde48570cf3a304cb942bf743'/>
<id>a588e34e0defcb5fde48570cf3a304cb942bf743</id>
<content type='text'>
Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89fcc62b.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -&gt; 70MiB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89fcc62b.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -&gt; 70MiB.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS.</title>
<updated>2017-05-20T21:39:30+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2017-05-20T21:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=402f241da491b685132b2a1a4327553c700a4e62'/>
<id>402f241da491b685132b2a1a4327553c700a4e62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pack: Use 'guile2.0-json' when building with Guile 2.0.</title>
<updated>2017-05-20T12:39:50+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-20T12:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=96afb480f8165a315a69b1dd3a031e053044d3b2'/>
<id>96afb480f8165a315a69b1dd3a031e053044d3b2</id>
<content type='text'>
Fixes &lt;http://bugs.gnu.org/27005&gt;.
Reported by Pjotr Prins &lt;pjotr.public12@thebird.nl&gt;.

Fixes a regression introduced in commit
2252f087d4bd450ab41a71379320467887edfc0f.

* guix/scripts/pack.scm (docker-image)[json]: New variable.
[build]: Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes &lt;http://bugs.gnu.org/27005&gt;.
Reported by Pjotr Prins &lt;pjotr.public12@thebird.nl&gt;.

Fixes a regression introduced in commit
2252f087d4bd450ab41a71379320467887edfc0f.

* guix/scripts/pack.scm (docker-image)[json]: New variable.
[build]: Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: icedtea@2: Update to 2.6.10 [security fixes].</title>
<updated>2017-05-20T12:39:50+00:00</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-05-19T22:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7dccad95b62871af048dd2d337579424f07595f2'/>
<id>7dccad95b62871af048dd2d337579424f07595f2</id>
<content type='text'>
Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.10.
</pre>
</div>
</content>
</entry>
</feed>
