diff --git a/net/openbgpd7/Makefile b/net/openbgpd7/Makefile index f54355d5222b..b75c897143e8 100644 --- a/net/openbgpd7/Makefile +++ b/net/openbgpd7/Makefile @@ -1,33 +1,33 @@ PORTNAME= openbgpd -PORTVERSION= 7.5 +PORTVERSION= 7.6 CATEGORIES= net MASTER_SITES= OPENBSD/OpenBGPD PKGNAMESUFFIX= 7 MAINTAINER= pi@FreeBSD.org COMMENT= Free implementation of the Border Gateway Protocol, Version 4 WWW= https://www.openbgpd.org/ LICENSE= MIT LICENSE_FILE= ${FILESDIR}/COPYING LIB_DEPENDS= libevent.so:devel/libevent USES= autoreconf libtool localbase pathfix uidfix USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes SUB_FILES= pkg-message USERS= _bgpd GROUPS= _bgpd CONFLICTS= zebra quagga OPTIONS_DEFINE= IPV6LLPEER OPTIONS_DEFAULT= IPV6LLPEER IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER .include diff --git a/net/openbgpd7/distinfo b/net/openbgpd7/distinfo index f6b3eb765e57..be67b265f748 100644 --- a/net/openbgpd7/distinfo +++ b/net/openbgpd7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658041955 -SHA256 (openbgpd-7.5.tar.gz) = 67a81b3005cb23416b1c4842f1a1ed63a113c26ef1e91ce9ec0b90dcd5caffea -SIZE (openbgpd-7.5.tar.gz) = 789286 +TIMESTAMP = 1664555890 +SHA256 (openbgpd-7.6.tar.gz) = b91152106c6450aa56df7bc3a6ea6b283088ca83ee138cc8bbbb14ced60c1417 +SIZE (openbgpd-7.6.tar.gz) = 787038 diff --git a/net/openbgpd7/pkg-descr b/net/openbgpd7/pkg-descr index bfdb9772af20..7c8dc68201de 100644 --- a/net/openbgpd7/pkg-descr +++ b/net/openbgpd7/pkg-descr @@ -1,7 +1,3 @@ OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol. - -This is the portable version and it does not have the means to -influence kernel routing tables. It is only suitable for route -servers/collectors.