<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/qemu.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2017-07-15T11:17:37Z</updated>
<entry>
<title>gnu: Rename (gnu packages qemu) to (gnu packages virtualization).</title>
<updated>2017-07-15T11:17:37Z</updated>
<author>
<name>宋文武</name>
<email>iyzsong@member.fsf.org</email>
</author>
<published>2017-07-12T12:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=59132b800093e486e4d81aed6b837e9ac76aa86c'/>
<id>urn:sha1:59132b800093e486e4d81aed6b837e9ac76aa86c</id>
<content type='text'>
* gnu/packages/qemu.scm: Rename this ...
* gnu/packages/virtualization.scm: ... to this.
* gnu/local.mk (GNU_SYSTEM_MODULES),
gnu/packages/bootloaders.scm, gnu/packages/debug.scm,
gnu/packages/gnome.scm, gnu/system/vm.scm,
gnu/tests/install.scm: Adjust accordingly.
</content>
</entry>
<entry>
<title>gnu: libvirt: Update to 3.5.0.</title>
<updated>2017-07-05T23:28:05Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2017-07-05T22:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=6c69663400688ef7caade801e17c63ebd495a413'/>
<id>urn:sha1:6c69663400688ef7caade801e17c63ebd495a413</id>
<content type='text'>
* gnu/packages/qemu.scm (libvirt): Update to 3.5.0.
</content>
</entry>
<entry>
<title>gnu: virt-manager: Add gtk-vnc and vte to inputs.</title>
<updated>2017-06-25T16:12:23Z</updated>
<author>
<name>宋文武</name>
<email>iyzsong@member.fsf.org</email>
</author>
<published>2017-06-25T15:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=45214efe7cb6e7dc6f26a87483e9b53a21b0c619'/>
<id>urn:sha1:45214efe7cb6e7dc6f26a87483e9b53a21b0c619</id>
<content type='text'>
* gnu/packages/qemu.scm (virt-manager)[inputs]: Add gtk-vnc and vte.
</content>
</entry>
<entry>
<title>gnu: python-libvirt: Update to 3.4.0.</title>
<updated>2017-06-25T16:12:23Z</updated>
<author>
<name>宋文武</name>
<email>iyzsong@member.fsf.org</email>
</author>
<published>2017-06-25T15:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=8c7f4f6acef2143e32cc3d2f8ab6e1bd0350e93e'/>
<id>urn:sha1:8c7f4f6acef2143e32cc3d2f8ab6e1bd0350e93e</id>
<content type='text'>
* gnu/packages/qemu.scm (python-libvirt, python2-libvirt): Update to 3.4.0.
</content>
</entry>
<entry>
<title>gnu: libvirt: Update to 3.4.0, add more inputs.</title>
<updated>2017-06-25T16:12:23Z</updated>
<author>
<name>宋文武</name>
<email>iyzsong@member.fsf.org</email>
</author>
<published>2017-06-25T15:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=8fc7bd234cc2ef1a6f5f1bc907162e4feb025233'/>
<id>urn:sha1:8fc7bd234cc2ef1a6f5f1bc907162e4feb025233</id>
<content type='text'>
* gnu/packages/qemu.scm (libvirt): Update to 3.4.0.
[inputs]: Add dmidecode, dnsmasq, ebtables, iproute and iptables.
</content>
</entry>
<entry>
<title>gnu: libvirt: Use /etc as the sysconfdir.</title>
<updated>2017-06-25T15:53:09Z</updated>
<author>
<name>宋文武</name>
<email>iyzsong@member.fsf.org</email>
</author>
<published>2017-06-25T12:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a4b9392151cde04a0145df79ecad2eb4e5e7c517'/>
<id>urn:sha1:a4b9392151cde04a0145df79ecad2eb4e5e7c517</id>
<content type='text'>
* gnu/packages/qemu.scm (libvirt)[arguments]: Add '--sysconfdir=/etc' to
configure flags.  Replace the 'do-not-mkdir-in-/var' phase with a modified
'install' phase.
</content>
</entry>
<entry>
<title>gnu: qemu: Fix CVE-2017-9524.</title>
<updated>2017-06-23T20:54:36Z</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-06-23T18:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c57b56722f6c167c5a285f47802047de85a356ae'/>
<id>urn:sha1:c57b56722f6c167c5a285f47802047de85a356ae</id>
<content type='text'>
* gnu/packages/patches/qemu-CVE-2017-9524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu)[source]: Use it.
</content>
</entry>
<entry>
<title>gnu: qemu: Fix CVE-2017-{8112,8309,8379,8380}.</title>
<updated>2017-06-04T00:50:10Z</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-06-03T22:32:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=8b5cb8d0542115b840b0086be1dbc00c116c7877'/>
<id>urn:sha1:8b5cb8d0542115b840b0086be1dbc00c116c7877</id>
<content type='text'>
* gnu/packages/patches/qemu-CVE-2017-8112.patch,
gnu/packages/patches/qemu-CVE-2017-8309.patch,
gnu/packages/patches/qemu-CVE-2017-8379.patch,
gnu/packages/patches/qemu-CVE-2017-8380.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu)[source]: Use them.
</content>
</entry>
<entry>
<title>gnu: qemu: Fix CVE-2017-7493.</title>
<updated>2017-05-17T11:45:01Z</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-05-17T11:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=e7620b649c2351a3f01b5201e6e9f0b0996e78f5'/>
<id>urn:sha1:e7620b649c2351a3f01b5201e6e9f0b0996e78f5</id>
<content type='text'>
* gnu/packages/patches/qemu-CVE-2017-7493.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu)[source]: Use it.
</content>
</entry>
<entry>
<title>gnu: virt-manager: Update to 1.4.1.</title>
<updated>2017-04-28T13:01:01Z</updated>
<author>
<name>宋文武</name>
<email>iyzsong@member.fsf.org</email>
</author>
<published>2017-04-28T13:01:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=28172178b1667d2c29cab439677b3ea2c793aed4'/>
<id>urn:sha1:28172178b1667d2c29cab439677b3ea2c793aed4</id>
<content type='text'>
* gnu/packages/qemu.scm (virt-manager): Update to 1.4.1.
</content>
</entry>
</feed>
