svn commit: r406538 - in head/devel/libvirt: . files

Roman Bogorodskiy novel at FreeBSD.org
Sun Jan 17 23:23:14 UTC 2016


Author: novel
Date: Sun Jan 17 23:23:12 2016
New Revision: 406538
URL: https://svnweb.freebsd.org/changeset/ports/406538

Log:
  devel/libvirt: update to 1.3.1
  
  Also, drop patch-CVE-2015-5313 as it's now included in the release.

Deleted:
  head/devel/libvirt/files/patch-CVE-2015-5313
Modified:
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sun Jan 17 21:58:51 2016	(r406537)
+++ head/devel/libvirt/Makefile	Sun Jan 17 23:23:12 2016	(r406538)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -70,6 +70,7 @@ CONFIGURE_ARGS+=	--without-avahi \
 		--without-lxc \
 		--without-uml \
 		--without-xen \
+		--without-login-shell \
 		--with-ssh2 \
 		--localstatedir=${VARDIR}
 

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Sun Jan 17 21:58:51 2016	(r406537)
+++ head/devel/libvirt/distinfo	Sun Jan 17 23:23:12 2016	(r406538)
@@ -1,2 +1,2 @@
-SHA256 (libvirt-1.3.0.tar.gz) = ebcf5645fa565e3fe2fe94a86e841db9b768cf0e0a7e6cf395c6327f9a23bd64
-SIZE (libvirt-1.3.0.tar.gz) = 30114683
+SHA256 (libvirt-1.3.1.tar.gz) = a5d43fbed34d31eeffc641d2ac9b6026a57bf1a4fa74d0fa19a9891d9ec2c21a
+SIZE (libvirt-1.3.1.tar.gz) = 29900143


More information about the svn-ports-head mailing list