Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 13:43:45 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424161 - head/net/quagga
Message-ID:  <201610181343.u9IDhjcX005725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Oct 18 13:43:45 2016
New Revision: 424161
URL: https://svnweb.freebsd.org/changeset/ports/424161

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
  Changes:	https://lists.quagga.net/pipermail/quagga-users/2016-October/014477.html
  Security:	CVE-2016-4049
  MFH:		2016Q4
  Approved by:	mat (maintainer)

Modified:
  head/net/quagga/Makefile
  head/net/quagga/distinfo

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Tue Oct 18 13:23:26 2016	(r424160)
+++ head/net/quagga/Makefile	Tue Oct 18 13:43:45 2016	(r424161)
@@ -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: head/net/quagga/distinfo
==============================================================================
--- head/net/quagga/distinfo	Tue Oct 18 13:23:26 2016	(r424160)
+++ head/net/quagga/distinfo	Tue Oct 18 13:43:45 2016	(r424161)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181343.u9IDhjcX005725>