pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/exabgp Update exabgp to version 3.4.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9aa2f47a5bd
branches:  trunk
changeset: 652184:b9aa2f47a5bd
user:      he <he%pkgsrc.org@localhost>
date:      Wed May 27 12:26:26 2015 +0000

description:
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:

 net/exabgp/Makefile |  4 ++--
 net/exabgp/PLIST    |  7 +++++--
 net/exabgp/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 845d9532b7a5 -r b9aa2f47a5bd net/exabgp/Makefile
--- a/net/exabgp/Makefile       Wed May 27 12:23:50 2015 +0000
+++ b/net/exabgp/Makefile       Wed May 27 12:26:26 2015 +0000
@@ -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 -r 845d9532b7a5 -r b9aa2f47a5bd net/exabgp/PLIST
--- a/net/exabgp/PLIST  Wed May 27 12:23:50 2015 +0000
+++ b/net/exabgp/PLIST  Wed May 27 12:26:26 2015 +0000
@@ -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/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.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 -r 845d9532b7a5 -r b9aa2f47a5bd net/exabgp/distinfo
--- a/net/exabgp/distinfo       Wed May 27 12:23:50 2015 +0000
+++ b/net/exabgp/distinfo       Wed May 27 12:26:26 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index