Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 13:08:11 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514587 - head/net/frr7
Message-ID:  <201910161308.x9GD8BeQ014812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Wed Oct 16 13:08:11 2019
New Revision: 514587
URL: https://svnweb.freebsd.org/changeset/ports/514587

Log:
  Update to 7.2

Modified:
  head/net/frr7/Makefile
  head/net/frr7/distinfo
  head/net/frr7/pkg-plist

Modified: head/net/frr7/Makefile
==============================================================================
--- head/net/frr7/Makefile	Wed Oct 16 13:06:22 2019	(r514586)
+++ head/net/frr7/Makefile	Wed Oct 16 13:08:11 2019	(r514587)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	frr
-PORTVERSION=	7.1
+PORTVERSION=	7.2
 DISTVERSIONPREFIX=	frr-
 CATEGORIES=	net
 PKGNAMESUFFIX=	7
@@ -65,6 +65,7 @@ CONFIGURE_ARGS=	--enable-user=frr \
 		--localstatedir=/var/run/frr \
 		--disable-nhrpd \
 		--disable-pimd \
+		--disable-vrrpd \
 		--with-vtysh-pager=cat
 
 MANPAGES_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}

Modified: head/net/frr7/distinfo
==============================================================================
--- head/net/frr7/distinfo	Wed Oct 16 13:06:22 2019	(r514586)
+++ head/net/frr7/distinfo	Wed Oct 16 13:08:11 2019	(r514587)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564746190
-SHA256 (FRRouting-frr-frr-7.1_GH0.tar.gz) = 1a66ab4fdb9718997170e9da79d52e5bfdaabc0dac396e4beb758af7bdd48e4f
-SIZE (FRRouting-frr-frr-7.1_GH0.tar.gz) = 5387140
+TIMESTAMP = 1571177750
+SHA256 (FRRouting-frr-frr-7.2_GH0.tar.gz) = 11dff4a4b2f705bf0a4fd2ca2f186b7f91a104d3a2a17c79bb4009d69b38c924
+SIZE (FRRouting-frr-frr-7.2_GH0.tar.gz) = 5635618

Modified: head/net/frr7/pkg-plist
==============================================================================
--- head/net/frr7/pkg-plist	Wed Oct 16 13:06:22 2019	(r514586)
+++ head/net/frr7/pkg-plist	Wed Oct 16 13:08:11 2019	(r514587)
@@ -24,11 +24,14 @@ include/frr/filter.h
 include/frr/freebsd-queue.h
 include/frr/frr_pthread.h
 include/frr/frratomic.h
+include/frr/frrcu.h
+include/frr/frrlua.h
 include/frr/frrstr.h
 include/frr/getopt.h
 include/frr/graph.h
 include/frr/hash.h
 include/frr/hook.h
+include/frr/iana_afi.h
 include/frr/id_alloc.h
 include/frr/if.h
 include/frr/if_rmap.h
@@ -42,8 +45,7 @@ include/frr/libfrr.h
 include/frr/libospf.h
 include/frr/linklist.h
 include/frr/log.h
-include/frr/logicalrouter.h
-include/frr/lua.h
+include/frr/log_vty.h
 include/frr/md5.h
 include/frr/memory.h
 include/frr/memory_vty.h
@@ -54,6 +56,7 @@ include/frr/mpls.h
 include/frr/network.h
 include/frr/nexthop.h
 include/frr/nexthop_group.h
+include/frr/nexthop_group_private.h
 include/frr/northbound.h
 include/frr/northbound_cli.h
 include/frr/northbound_db.h
@@ -73,10 +76,11 @@ include/frr/ospfd/ospf_opaque.h
 include/frr/ospfd/ospfd.h
 include/frr/pbr.h
 include/frr/plist.h
-include/frr/pqueue.h
 include/frr/prefix.h
+include/frr/printfrr.h
 include/frr/privs.h
 include/frr/ptm_lib.h
+include/frr/pullwr.h
 include/frr/pw.h
 include/frr/queue.h
 include/frr/qobj.h
@@ -162,6 +166,8 @@ sbin/staticd
 sbin/zebra
 sbin/isisd
 sbin/watchfrr
+share/yang/frr-bfdd.yang
+share/yang/frr-eigrpd.yang
 share/yang/frr-interface.yang
 share/yang/frr-isisd.yang
 share/yang/frr-module-translator.yang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910161308.x9GD8BeQ014812>