pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/quagga-devel Update to 0.99.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f6ddb699c88
branches:  trunk
changeset: 552833:4f6ddb699c88
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Jan 10 19:08:36 2009 +0000

description:
Update to 0.99.11.

>From www.quagga.net:

Stable release candidate

Most regressions in 0.99 over 0.98 are now believed to be fixed. This
release should be considered a release-candidate for a new stable
series, and we urge any remaining users of 0.98 to test this release
and report any bugs. A blocker meta-bug exists to track critical
regressions.

bgpd: Preliminary UI and Linux-IPv4 support for TCP-MD5 merged

  Initial support for TCP-MD5 has been merged. This adds the neighbor
  ... password command, and some support for setting TCP-MD5 on
  pure-IPv4 connections on Linux. On Linux systems with IPv6 available,
  passing the -l 0.0.0.0 argument to bgpd may allow TCP-MD5 support to
  work. It's not possible at this point to have IPv6 sessions and also
  use TCP-MD5 on IPv4 sessions. This will hopefully be rectified in a
  future release.

bgpd: Fix double-free crash in bgp_table_finish, seen with rs-client

  Though diagnosed with rs-clients, this fix very likely addresses a
  number of crashes reported to Quagga bugzilla.

zebra: ignore dead routes in RIB update

  This fix may address some issues reported with routes not being
  consistent between the zebra RIB and the kernel FIB, remaining after
  the fixes in last release.

Solaris: Sync SMF bits with OpenSolaris SFW

  The Quagga packaging support for Solaris has been updated to
  synchronise with OpenSolaris SFW. Of particular note is that SMF
  schema has been updated to match the Sun PSARC approved schema, which
  is supported by the OpenSolaris routeadm utility. User's may need to
  familiarise themselves with the changed FMRIs, and may need to update
  any administrative scripts.

>From NEWS:

* Changes in Quagga 0.99.10

- [bgpd] 4-byte AS support added
- [bgpd] MRT format changes to version 2. Those relying on
  bgpd MRT table dumps may need to update their tools.
- [bgpd] Added new route-map set statement: "as-path exclude"
- Zebra RIB updates queue has evolved into a multi-level
  structure to address RIB consistency issues.

diffstat:

 net/quagga-devel/Makefile |  4 ++--
 net/quagga-devel/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r d1ae13674d0b -r 4f6ddb699c88 net/quagga-devel/Makefile
--- a/net/quagga-devel/Makefile Sat Jan 10 17:13:01 2009 +0000
+++ b/net/quagga-devel/Makefile Sat Jan 10 19:08:36 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2007/09/16 13:57:14 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2009/01/10 19:08:36 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.9
+DISTNAME=      quagga-0.99.11
 CATEGORIES=    net
 MASTER_SITES=  http://www.quagga.net/download/
 
diff -r d1ae13674d0b -r 4f6ddb699c88 net/quagga-devel/distinfo
--- a/net/quagga-devel/distinfo Sat Jan 10 17:13:01 2009 +0000
+++ b/net/quagga-devel/distinfo Sat Jan 10 19:08:36 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/09/16 13:57:14 gdt Exp $
+$NetBSD: distinfo,v 1.7 2009/01/10 19:08:36 gdt Exp $
 
-SHA1 (quagga-0.99.9.tar.gz) = bb28ffde585a3c757d883fd75dcc1d5f3a1afe70
-RMD160 (quagga-0.99.9.tar.gz) = c7ad68d0c728d13c1917ec727aa113e3ec60728f
-Size (quagga-0.99.9.tar.gz) = 2341067 bytes
+SHA1 (quagga-0.99.11.tar.gz) = 6542aab6b558cb88ac0806cce10b33be0f00ca27
+RMD160 (quagga-0.99.11.tar.gz) = 654107378955c24c50730c4c9e7544a163bc33b8
+Size (quagga-0.99.11.tar.gz) = 2192249 bytes



Home | Main Index | Thread Index | Old Index