diff options
author | gdt <gdt@pkgsrc.org> | 2011-12-05 17:52:37 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-12-05 17:52:37 +0000 |
commit | 104112a6b8099f762bd7b4716f17e9801e9bbe07 (patch) | |
tree | c3a5358519e9a8c770928b99406e4e4cd2d10396 /net/quagga/Makefile | |
parent | 5208b5b527756232d4a709b3b898cc65610634e9 (diff) | |
download | pkgsrc-104112a6b8099f762bd7b4716f17e9801e9bbe07.tar.gz |
Update to 0.99.20.
0.99.20:
The primary focus of this release is a fix of SEGV regression in
ospfd, which was introduced in 0.99.19. It also features a series of
minor improvements, including better RFC compliance in bgpd, better
support of FreeBSD and some enhancements to isisd.
0.99.19:
This release provides security fixes, which address assorted
vulnerabilities in bgpd, ospfd and ospf6d (CVE-2011-3323,
CVE-2011-3324, CVE-2011-3325, CVE-2011-3326 and CVE-2011-3327).
0.99.18:
This release fixes 2 denial of services in bgpd, which can be remotely
triggered by malformed AS-Pathlimit or Extended-Community
attributes. These issues have been assigned CVE-2010-1674 and
CVE-2010-1675. Support for AS-Pathlimit has been removed with this
release.
The release includes a number of bug-fixes and enhancements, primarily
for ospfd, ospf6d and bgpd.
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index d290f66b7f9..dcca318707d 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2010/08/31 13:20:13 gdt Exp $ +# $NetBSD: Makefile,v 1.38 2011/12/05 17:52:37 gdt Exp $ # -DISTNAME= quagga-0.99.17 +DISTNAME= quagga-0.99.20 CATEGORIES= net MASTER_SITES= http://www.quagga.net/download/ |