diff options
author | gdt <gdt@pkgsrc.org> | 2013-08-07 14:05:15 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-08-07 14:05:15 +0000 |
commit | 084cb24ca6111f1a998b9582dec2897f37b5452b (patch) | |
tree | 1a5fb9b5cdadc466147db3834d8f1f6c4539e032 /net/quagga/patches | |
parent | 4ac4fd28871342bb7813cc00b045d6ba772a134e (diff) | |
download | pkgsrc-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/patches')
-rw-r--r-- | net/quagga/patches/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/quagga/patches/patch-configure b/net/quagga/patches/patch-configure index 0d218277e91..0738a474fc7 100644 --- a/net/quagga/patches/patch-configure +++ b/net/quagga/patches/patch-configure @@ -1,11 +1,11 @@ -$NetBSD: patch-configure,v 1.2 2013/05/20 13:49:07 fhajny Exp $ +$NetBSD: patch-configure,v 1.3 2013/08/07 14:05:15 gdt Exp $ Extend ip_mreq hack to DragonFlyBSD and SunOS. ---- configure.orig 2012-05-01 20:48:03.000000000 +0000 +--- configure.orig 2013-08-07 13:54:57.000000000 +0000 +++ configure -@@ -16472,6 +16472,8 @@ main () +@@ -16637,6 +16637,8 @@ main () { - #if (defined(__FreeBSD__) && ((__FreeBSD_version >= 500022 && __FreeBSD_version < 700000) || (__FreeBSD_version < 500000 && __FreeBSD_version >= 440000))) || (defined(__NetBSD__) && defined(__NetBSD_Version__) && __NetBSD_Version__ >= 106010000) + #if (defined(__FreeBSD__) && ((__FreeBSD_version >= 500022 && __FreeBSD_version < 700000) || (__FreeBSD_version < 500000 && __FreeBSD_version >= 440000))) || (defined(__NetBSD__) && defined(__NetBSD_Version__) && __NetBSD_Version__ >= 106010000) || defined(__OpenBSD__) || defined(__APPLE__) return (0); +#elif defined(__DragonFly__) || defined(__sun) + return (0); |