ports/112342: [MAINTAINER UPDATE] net/quagga: update to 0.99.7

Boris Kovalenko boris at tagnet.ru
Wed May 2 03:40:04 UTC 2007


>Number:         112342
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/quagga: update to 0.99.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 03:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
JSC "TAGNet"
>Environment:
System: FreeBSD boris.nikom.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #7: Mon Jan 15 12:31:11 YEKT 2007
>Description:
- Update to 0.99.7

    *  bgpd
	- Minor performance improvement patch
	- bug #352: IPv6/Multicast address-family config not written out
	- V. quick route flap gets mistaken for duplicate, route is then ignored
	- Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds
	- Peer delete can race with reconfig leading to crash
    * zebra
	- For solaris IPv6 PtP interfaces, try to support prefixlen != 128
	- IRDP should ignore non-IPv4 addresses
	- Bug #351: Don't redistribute routes to ipv4 link-local prefixes
	- Only suppress adding a connected route to the kernel if it is
	- Fix interface metric bug on BSD
	- Retain configured IPv4 address upon removal by kernel
        - MTU change should propogate to zserv client on BSD/Solaris
    * ospfd
        - Fix bug: should exit immediately on SIGTERM if OSPF not actually running
	- Return SNMP standard neighbor state values, not quagga internal ones
	- Fix bug in 'passive-interface default' behavior
	- Bug #330: SPF must consider that nexthop-calc may fail
	- Fix regression in SPF introduced by bug#330 fixes
	- Bug #330 regression: failure to calculate routes through networks
    * ospf6d
        - Bug 322: ospf6d show ipv6 neighbour showing wrong times
	- Fix string comparison bug in ospf6_lsa_handler_name.
    * ripd
        - Fix "show ip rip status" display of time until next update
        - Fix the display of route timeout in "show ip rip".
    * ripngd
        - Fix the display of some timers.
    * general
        - Better comment explaining that GNU awk is really required.
	- de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice.
	- [PtP over ethernet] New peer flag allows much more addressing flexibility
	- [logging] Add new "log timestamp precision" command for subsecond timestamps
	
Removed file(s):
- files/patch-zebra-kernel_socket.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- quagga-0.99.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/quagga/Makefile /usr/ports/net/quagga.new/Makefile
--- /usr/ports/net/quagga/Makefile	Mon Mar 19 08:14:14 2007
+++ /usr/ports/net/quagga.new/Makefile	Wed May  2 09:32:35 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	quagga
-PORTVERSION=	0.99.6
-PORTREVISION=	3
+PORTVERSION=	0.99.7
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://quagga.net/download/ \
 		http://www.ru.quagga.net/download/ \
diff -ruN --exclude=CVS /usr/ports/net/quagga/distinfo /usr/ports/net/quagga.new/distinfo
--- /usr/ports/net/quagga/distinfo	Wed Dec 13 09:27:19 2006
+++ /usr/ports/net/quagga.new/distinfo	Wed May  2 08:46:22 2007
@@ -1,3 +1,3 @@
-MD5 (quagga-0.99.6.tar.gz) = 78137ecaa66ff4c3780bd05f60e51cf5
-SHA256 (quagga-0.99.6.tar.gz) = a22c927f9ceb7152b0c45c939ccb81217c8d614f3c411c86781b24520f2ec15a
-SIZE (quagga-0.99.6.tar.gz) = 2324051
+MD5 (quagga-0.99.7.tar.gz) = f448281c50007408ce92c5d8e2107abc
+SHA256 (quagga-0.99.7.tar.gz) = fd258e4503646129ca77f6fe9c16b69f36f320256768b84dbabd2e4915ab8eb4
+SIZE (quagga-0.99.7.tar.gz) = 2350372
diff -ruN --exclude=CVS /usr/ports/net/quagga/files/patch-zebra-kernel_socket.c /usr/ports/net/quagga.new/files/patch-zebra-kernel_socket.c
--- /usr/ports/net/quagga/files/patch-zebra-kernel_socket.c	Thu Feb  1 18:25:05 2007
+++ /usr/ports/net/quagga.new/files/patch-zebra-kernel_socket.c	Thu Jan  1 05:00:00 1970
@@ -1,12 +0,0 @@
---- zebra/kernel_socket.c.orig	Thu Sep 14 06:47:11 2006
-+++ zebra/kernel_socket.c	Thu Feb  1 16:16:35 2007
-@@ -585,7 +585,8 @@
-   if (ifnlen && strncmp (ifp->name, ifname, INTERFACE_NAMSIZ))
-     isalias = 1;
-   
--  ifp->metric = ifam->ifam_metric;
-+  if (ifam->ifam_metric)
-+    ifp->metric = ifam->ifam_metric;
-   
-   /* Add connected address. */
-   switch (sockunion_family (&addr))
--- quagga-0.99.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list