diff options
author | pi <pi@FreeBSD.org> | 2016-10-18 21:43:45 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-10-18 21:43:45 +0800 |
commit | 48ea962195b4a9bfd9a9e0aef32cdfc6a6b710d1 (patch) | |
tree | 9b24a079ed314e13a5819b15e3fc193489b3b86e /net | |
parent | b05af17e0635648706a7cac7bc499ac4b1ffb8dd (diff) | |
download | freebsd-ports-gnome-48ea962195b4a9bfd9a9e0aef32cdfc6a6b710d1.tar.gz freebsd-ports-gnome-48ea962195b4a9bfd9a9e0aef32cdfc6a6b710d1.tar.zst freebsd-ports-gnome-48ea962195b4a9bfd9a9e0aef32cdfc6a6b710d1.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/Makefile | 4 | ||||
-rw-r--r-- | net/quagga/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 2cd5e7e24746..6c02a58be4bd 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -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-9]* zebra-0* quagga-re-[0-9]* 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 diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 4ca42d758e1b..686c9668f148 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -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 |