svn commit: r424174 - branches/2016Q4/net/quagga

Kurt Jaeger pi at FreeBSD.org
Tue Oct 18 16:23:32 UTC 2016


Author: pi
Date: Tue Oct 18 16:23:31 2016
New Revision: 424174
URL: https://svnweb.freebsd.org/changeset/ports/424174

Log:
  net/quagga: Update 1.0.20160315 -> 1.0.20161017
  
  - This release also includes 4 other fixes for undefined behaviour that
    may have security implications, for BGP, IS-IS and OSPFv3.
  
  PR:		213576
  MFH:		r424161
  Changes:	https://lists.quagga.net/pipermail/quagga-users/2016-October/014477.html
  Security:	CVE-2016-4049
  Approved by:	mat (maintainer)
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q4/net/quagga/Makefile
  branches/2016Q4/net/quagga/distinfo
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/net/quagga/Makefile
==============================================================================
--- branches/2016Q4/net/quagga/Makefile	Tue Oct 18 16:05:20 2016	(r424173)
+++ branches/2016Q4/net/quagga/Makefile	Tue Oct 18 16:23:31 2016	(r424174)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quagga
-PORTVERSION=	1.0.20160315
+PORTVERSION=	1.0.20161017
 CATEGORIES=	net ipv6
 MASTER_SITES=	SAVANNAH
 
@@ -18,7 +18,7 @@ CONFLICTS=	openbgpd-[0-9]* openospfd-[0-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-exampledir=${PREFIX}/share/examples/quagga
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool makeinfo perl5 readline compiler:c11 tar:xz autoreconf cpe
+USES=		gmake libtool makeinfo perl5 readline compiler:c11 autoreconf cpe
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 

Modified: branches/2016Q4/net/quagga/distinfo
==============================================================================
--- branches/2016Q4/net/quagga/distinfo	Tue Oct 18 16:05:20 2016	(r424173)
+++ branches/2016Q4/net/quagga/distinfo	Tue Oct 18 16:23:31 2016	(r424174)
@@ -1,2 +1,3 @@
-SHA256 (quagga-1.0.20160315.tar.xz) = d284af5dd875dbba90ab875d40db5d68fdc9ede17a76f2af525f85344be56767
-SIZE (quagga-1.0.20160315.tar.xz) = 1819488
+TIMESTAMP = 1476726152
+SHA256 (quagga-1.0.20161017.tar.gz) = 8f26724ddb7419f3912f80ce8f13689190289e0022cf09921d0a403fd7714918
+SIZE (quagga-1.0.20161017.tar.gz) = 2758494


More information about the svn-ports-all mailing list