summaryrefslogtreecommitdiff
path: root/net/quagga/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2013-08-07 14:05:15 +0000
committergdt <gdt@pkgsrc.org>2013-08-07 14:05:15 +0000
commit084cb24ca6111f1a998b9582dec2897f37b5452b (patch)
tree1a5fb9b5cdadc466147db3834d8f1f6c4539e032 /net/quagga/Makefile
parent4ac4fd28871342bb7813cc00b045d6ba772a134e (diff)
downloadpkgsrc-084cb24ca6111f1a998b9582dec2897f37b5452b.tar.gz
Update to 0.99.22.3.
Update HOMEPAGE, MASTER_SITES. Set USE_GNU_READLINE to catch up to 2012Q3 devel/readline builtin detection. 0.99.22.3 basically contains a security bugfix for OSPF-API. 0.99.22.2 was not released. 0.99.22.1 contains a few non-security bugfixes. Changes in 0.99.22 since 0.99.21: - [bgpd] The semantics of default-originate route-map have changed. The route-map is now used to advertise the default route conditionally. The old behaviour which allowed to set attributes on the originated default route is no longer supported. - [bgpd] There is now a replace-as option to neighbor ... local-as ... no-prepend. For details, refer to the user documentation. - [zebra] An FPM interface has been added. This provides an alternate interface to routing information and is geared at OpenFlow & co. - [snmp] AgentX is now supported; the old smux backend is considered deprecated. ospf6d has also had OSPFV3-MIB added. - [*] several issues with configuration save/load/apply have been fixed, in particular on ospf "max-metric router-lsa administrative" and "distribute-list", bgpd "no neighbor activate", isisd "metric-style", - [*] a lot of bugs have been fixed, please refer to the git log
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r--net/quagga/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 2560d943055..593e6072089 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.45 2013/07/12 10:45:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2013/08/07 14:05:15 gdt Exp $
#
-DISTNAME= quagga-0.99.21
-PKGREVISION= 3
+DISTNAME= quagga-0.99.22.3
CATEGORIES= net
-MASTER_SITES= http://www.quagga.net/download/
+MASTER_SITES= http://download.savannah.gnu.org/releases/quagga/
MAINTAINER= gdt@NetBSD.org
-HOMEPAGE= http://www.quagga.net/
+HOMEPAGE= http://www.nongnu.org/quagga/
COMMENT= Free multithreaded routing daemon software
LICENSE= gnu-gpl-v2