diff options
author | gdt <gdt@pkgsrc.org> | 2006-06-05 13:58:54 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-06-05 13:58:54 +0000 |
commit | f910b686bcbd3c7b8c5582599b1cea29f9934a33 (patch) | |
tree | a9e8d168609c7732fddc7f0ae7433e44fde1f2d1 /net | |
parent | da49033343f7eb186c65fcd1e82fb02197cfdc40 (diff) | |
download | pkgsrc-f910b686bcbd3c7b8c5582599b1cea29f9934a33.tar.gz |
Update to 0.99.4.
Security:
bgpd:
- BGP Telnet Interface DoS
CVE-2006-2276, OSVDB ID 25245
[bgpd] Fix infinite loop in community_str2com
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] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates
[docs] Update ripd docs on version and authentication, see bugs #261,#262
Many bugfixes (no NEWS entry).
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga-devel/Makefile | 4 | ||||
-rw-r--r-- | net/quagga-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/quagga-devel/Makefile b/net/quagga-devel/Makefile index 9ea240d089a..ccfb620d45e 100644 --- a/net/quagga-devel/Makefile +++ b/net/quagga-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/04/06 03:20:54 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/05 13:58:54 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.99.3 +DISTNAME= quagga-0.99.4 CATEGORIES= net MASTER_SITES= http://www.quagga.net/download/ diff --git a/net/quagga-devel/distinfo b/net/quagga-devel/distinfo index e6200d0fdd5..1f9388fbb56 100644 --- a/net/quagga-devel/distinfo +++ b/net/quagga-devel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2006/03/23 13:51:48 joerg Exp $ +$NetBSD: distinfo,v 1.3 2006/06/05 13:58:54 gdt Exp $ -SHA1 (quagga-0.99.3.tar.gz) = ab892eaa5e46fda8c7a552370905ec98e59857d5 -RMD160 (quagga-0.99.3.tar.gz) = d66b2c80608739adb9e22680837242391629ba1e -Size (quagga-0.99.3.tar.gz) = 2203788 bytes +SHA1 (quagga-0.99.4.tar.gz) = eb5c12c6345e7651114c704dd3c945d0c7595c10 +RMD160 (quagga-0.99.4.tar.gz) = a0818323c7dc714ed9514cf3cb8110a891b2fa5d +Size (quagga-0.99.4.tar.gz) = 2207774 bytes SHA1 (patch-aa) = 1f79ffb63837c2e93204906c7ec96373154ced2e |