diff options
author | gdt <gdt> | 2006-06-05 19:28:25 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-06-05 19:28:25 +0000 |
commit | 20f25e7879330209ee8fe9002ae5c0e2be68987e (patch) | |
tree | 98740fe52d667eb7a05c509f6aa60966e50a1f04 /net/quagga/PLIST | |
parent | c59ff8f108df3c0d3c11c79cdcca09543a889f6e (diff) | |
download | pkgsrc-20f25e7879330209ee8fe9002ae5c0e2be68987e.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/PLIST')
-rw-r--r-- | net/quagga/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
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 |