libvirt: update to 2.0.0
Fix CVE-2016-5008.
This commit is contained in:
parent
92463d5fcc
commit
92c19743e3
2 changed files with 5 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
--- src/storage/storage_backend.h 2015-06-21 17:25:00.303000000 -0200
|
||||
+++ src/storage/storage_backend.h 2015-06-21 17:26:31.583000000 -0200
|
||||
@@ -31,6 +31,10 @@
|
||||
# include "vircommand.h"
|
||||
# include "storage_driver.h"
|
||||
|
||||
+#ifndef _PATH_MOUNTED
|
||||
+#define _PATH_MOUNTED MOUNTED
|
||||
+#endif
|
||||
+
|
||||
typedef char * (*virStorageBackendFindPoolSources)(virConnectPtr conn,
|
||||
const char *srcSpec,
|
||||
unsigned int flags);
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libvirt'
|
||||
pkgname=libvirt
|
||||
version=1.3.3
|
||||
revision=4
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=libvirt
|
||||
--with-qemu-group=libvirt --without-netcf --with-interface --disable-static"
|
||||
short_desc="The virtualization API for controlling virtualization engines"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://libvirt.org"
|
||||
homepage="https://libvirt.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz"
|
||||
checksum=99603b8dba574bc592673fdf5c77e96cf5221e21104ab0477efeb8aba133858f
|
||||
distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=10e90af55e613953c0ddc60b4ac3a10c73c0f3493d7014259e3f012b2ffc9acb
|
||||
|
||||
# FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
|
||||
system_accounts="libvirt"
|
||||
|
|
Loading…
Reference in a new issue