diff options
author | gdt <gdt@pkgsrc.org> | 2006-06-05 19:28:25 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-06-05 19:28:25 +0000 |
commit | b8f9c71471dbe1269f8b503c9f1025641a3c00fb (patch) | |
tree | 98740fe52d667eb7a05c509f6aa60966e50a1f04 /net/quagga | |
parent | 25dece3700b46815b70c1e8bed2fc151632cbbb0 (diff) | |
download | pkgsrc-b8f9c71471dbe1269f8b503c9f1025641a3c00fb.tar.gz |
Update to 0.98.6.
Security:
ripd:
- RIPD unauthenticated route table broadcast:
CVE-2006-2223, OSVDB ID 25224, Secunia SA19910
- RIPD unauthenticated route injection:
CVE-2006-2224, OSVDB ID 25225, Secunia SA19910
[ripd] 0.98 specific command changes, allow no-auth to be set
[ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates
[doc] Add text on 0.98 specific RIP authentication changes
[docs] Update ripd docs on version and authentication, see bugs #261,#262
Thanks to Konstantin V. Gavrilenko for report and testing.
bgpd:
- bgpd Telnet Interface DoS:
OSVDB ID 25245:
http://www.osvdb.org/displayvuln.php?osvdb_id=25245
[quagga-dev 4051]:
http://lists.quagga.net/pipermail/quagga-dev/2006-March/004052.html
[bgpd] Fix infinite loop in community_str2com
[No NEWS entries for 0.98.2 to 0.98.6; many bugfixes]
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 5 | ||||
-rw-r--r-- | net/quagga/PLIST | 10 | ||||
-rw-r--r-- | net/quagga/distinfo | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 8ac7956491a..6ce9b067eab 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/04/06 03:20:54 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/05 19:28:25 gdt Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # -DISTNAME= quagga-0.98.2 -PKGREVISION= 1 +DISTNAME= quagga-0.98.6 CATEGORIES= net MASTER_SITES= http://www.quagga.net/download/ diff --git a/net/quagga/PLIST b/net/quagga/PLIST index aaf76e0b9b1..71c72595fb9 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/06 03:20:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/06/05 19:28:25 gdt Exp $ include/quagga/buffer.h include/quagga/command.h include/quagga/distribute.h @@ -58,6 +58,12 @@ sbin/ospfd sbin/ripd sbin/watchquagga sbin/zebra +share/doc/quagga/BGP-TypeCode +share/doc/quagga/draft-zebra-00.txt +share/doc/quagga/mpls/ChangeLog.opaque.txt +share/doc/quagga/mpls/cli_summary.txt +share/doc/quagga/mpls/opaque_lsa.txt +share/doc/quagga/mpls/ospfd.conf share/examples/quagga/bgpd.conf.sample share/examples/quagga/bgpd.conf.sample2 share/examples/quagga/log_syslog.conf @@ -70,6 +76,8 @@ share/examples/rc.d/ospfd share/examples/rc.d/ripd share/examples/rc.d/ripngd share/examples/rc.d/zebra +@dirrm share/doc/quagga/mpls +@dirrm share/doc/quagga @dirrm share/examples/quagga @dirrm include/quagga/ospfd @dirrm include/quagga diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 7f9fdc9d615..9fe9af0a19b 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2006/03/23 12:30:22 joerg Exp $ +$NetBSD: distinfo,v 1.9 2006/06/05 19:28:25 gdt Exp $ -SHA1 (quagga-0.98.2.tar.gz) = ac53eeac08c8c1b98c32481f60aa779f48f62f5e -RMD160 (quagga-0.98.2.tar.gz) = b7875e1eb95b2214e9846778593d6defc3a30b33 -Size (quagga-0.98.2.tar.gz) = 2012251 bytes +SHA1 (quagga-0.98.6.tar.gz) = 2234d1235f504e9dc5865cc8d5fd4e250bf43ed5 +RMD160 (quagga-0.98.6.tar.gz) = e15cd93b5d321660d7e29fc27174352967342879 +Size (quagga-0.98.6.tar.gz) = 2019992 bytes SHA1 (patch-aa) = 507d9cccd719e31d0710425858a80cef1215093d |