diff options
author | he <he@pkgsrc.org> | 2015-05-27 12:26:26 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2015-05-27 12:26:26 +0000 |
commit | 787abfa52308640a3fecdcd2f345fc0bef82bb81 (patch) | |
tree | d63f63594755c94947417e89785cea1419718172 /net/exabgp | |
parent | 0e3fc664411988f65e63e413fdf2cd2ffd7b11aa (diff) | |
download | pkgsrc-787abfa52308640a3fecdcd2f345fc0bef82bb81.tar.gz |
Update exabgp to version 3.4.11.
Pkgsrc changes: adapt PLIST; the healtcheck script moved
Upstream changes:
This release is a bug fix "mostly" release, back porting fixes
performed in master.
* Change: install healthcheck in bin
* Feature: Allow single line flow route requested by: Pavel Odintsov
* Feature: show route (extensive) can take a neighbor as parameter
requested by: jtkdpu
* Fix: Do shutdown when waiting for a new connection to a peer
* Fix: Bad ASN enconding when ASN4 is not negotiated reported by:
Orangefish on github
* Fix: Shutdown when waiting for a new outgoing connection to establish
* Fix: JSON counter reported by:
* Fix: JSON flow printing for source and destination
* Fix: Do not always locate exabgp.env reported by: Florian Obser
* Fix: Correctly drop root privileges reported by: Florian Obser
* Fix: validation of flow routes
* Fix: Python differences between Unix version breaking process forking
* Fix: Allow = with flowspec singleton reported by: Pavel Odintsov
* Fix: selfcheck feature
* Fix: do not refuse to parse multiple MP attributes in an update
* Fix: possible bug with attribute information due to caching
Diffstat (limited to 'net/exabgp')
-rw-r--r-- | net/exabgp/Makefile | 4 | ||||
-rw-r--r-- | net/exabgp/PLIST | 7 | ||||
-rw-r--r-- | net/exabgp/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 6cc954684cd..51ac3da0b42 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/04/23 14:49:45 he Exp $ +# $NetBSD: Makefile,v 1.14 2015/05/27 12:26:26 he Exp $ -VERSION= 3.4.10 +VERSION= 3.4.11 DISTNAME= ${VERSION} PKGNAME= exabgp-${VERSION} EGG_NAME= exabgp-${VERSION} diff --git a/net/exabgp/PLIST b/net/exabgp/PLIST index 4785ca6e864..e5fad611ed4 100644 --- a/net/exabgp/PLIST +++ b/net/exabgp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/04/23 14:49:45 he Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/05/27 12:26:26 he Exp $ ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt ${PYSITELIB}/${EGG_FILE}/dependency_links.txt @@ -19,6 +19,9 @@ ${PYSITELIB}/exabgp/application/bmp.pyo ${PYSITELIB}/exabgp/application/cli.py ${PYSITELIB}/exabgp/application/cli.pyc ${PYSITELIB}/exabgp/application/cli.pyo +${PYSITELIB}/exabgp/application/healthcheck.py +${PYSITELIB}/exabgp/application/healthcheck.pyc +${PYSITELIB}/exabgp/application/healthcheck.pyo ${PYSITELIB}/exabgp/application/netlink.py ${PYSITELIB}/exabgp/application/netlink.pyc ${PYSITELIB}/exabgp/application/netlink.pyo @@ -560,11 +563,11 @@ ${PYSITELIB}/exabgp/version.py ${PYSITELIB}/exabgp/version.pyc ${PYSITELIB}/exabgp/version.pyo bin/exabgp +bin/healthcheck man/man1/exabgp.1 man/man5/exabgp.conf.5 share/exabgp/dynamic-1.pl share/exabgp/dynamic-1.sh -share/exabgp/healthcheck.py share/exabgp/read-write.py share/exabgp/stderr-1.py share/exabgp/syslog-1.py diff --git a/net/exabgp/distinfo b/net/exabgp/distinfo index 269fdfc66bf..fcc68d133c7 100644 --- a/net/exabgp/distinfo +++ b/net/exabgp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/04/23 14:49:45 he Exp $ +$NetBSD: distinfo,v 1.10 2015/05/27 12:26:26 he Exp $ -SHA1 (exabgp/3.4.10.tar.gz) = 1293a051167a923823a66238825320a6fac431dc -RMD160 (exabgp/3.4.10.tar.gz) = b728d9182ec9e48faad59fd0a14865d37e4c71bc -Size (exabgp/3.4.10.tar.gz) = 535374 bytes +SHA1 (exabgp/3.4.11.tar.gz) = 62b4da0291cfa72ca8be6c176b97f06c1123ba87 +RMD160 (exabgp/3.4.11.tar.gz) = 4a28c954f34667165def4646d7cfd106ee0e0360 +Size (exabgp/3.4.11.tar.gz) = 536372 bytes SHA1 (patch-setup.py) = 8181a726cead85e6e06d49f9b474ac97210a069c |