svn commit: r451161 - in head/net/quagga: . files

Kurt Jaeger pi at FreeBSD.org
Tue Oct 3 18:10:40 UTC 2017


Author: pi
Date: Tue Oct  3 18:10:38 2017
New Revision: 451161
URL: https://svnweb.freebsd.org/changeset/ports/451161

Log:
  net/quagga: update 1.2.1 -> 1.2.2
  
  - bgpd: Fix AS_PATH size calculation for long paths
  - zebra: Fix to set tag for a static route configured, #955
  - Removed the installation of vrf specific tag and distance command
  - nhrpd: several changes and bug fixes
  - ripd: ripv2 fails to send packets on non multicast interface
  - vtysh:address-family vpnv6 and vpnv6 unicast added, #950
  
  Reported by:	Balaji Gurudoss <balajig81 at gmail.com>

Deleted:
  head/net/quagga/files/patch-bgpd__bgp_aspath.c
Modified:
  head/net/quagga/Makefile
  head/net/quagga/distinfo

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Tue Oct  3 17:33:35 2017	(r451160)
+++ head/net/quagga/Makefile	Tue Oct  3 18:10:38 2017	(r451161)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quagga
-PORTVERSION=	1.2.1
-PORTREVISION=	4
+PORTVERSION=	1.2.2
 CATEGORIES=	net ipv6
 MASTER_SITES=	SAVANNAH
 

Modified: head/net/quagga/distinfo
==============================================================================
--- head/net/quagga/distinfo	Tue Oct  3 17:33:35 2017	(r451160)
+++ head/net/quagga/distinfo	Tue Oct  3 18:10:38 2017	(r451161)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489184471
-SHA256 (quagga-1.2.1.tar.gz) = aaddba5d4f41ed8e4c2f155f4584c993465d122c9096b5b52ada3fc75266fbcd
-SIZE (quagga-1.2.1.tar.gz) = 2922514
+TIMESTAMP = 1507052274
+SHA256 (quagga-1.2.2.tar.gz) = 522e22f2beee64e3f0c2cde3d0155f3b8103f4f6fc8abef92cb40bc3a4cc2931
+SIZE (quagga-1.2.2.tar.gz) = 2986142


More information about the svn-ports-all mailing list