pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/exabgp Upgrade to ExaBGP version 3.4.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1225fef82c35
branches:  trunk
changeset: 371138:1225fef82c35
user:      he <he%pkgsrc.org@localhost>
date:      Sun Nov 05 08:35:16 2017 +0000

description:
Upgrade to ExaBGP version 3.4.22.

Pkgsrc changes:
 * Adapt PLIST
 * Remove now-integrated patch

Upstream changes:

Version 3.4.22
  * Fix: issue with very fast route flapping
    patch by: Ravikumar Arunachalam

Version 3.4.21
  * Fix: make healthcheck work on netbsd
    patch by: he32
  * Fix: re-fix issue #493 Multiple IPv6 MPREACH attributes in one UPDATE
  * Fix: issue #732 --test not working for eBGP setup
  * Fix: possibly missing API message when sent at high rate, issue #736
    patch by: Ravikumar Arunachalam

Version 3.4.20
  * Fix: profiling
  * Fix: potential issue with networking (select on closed FD/TCP session)
  * Fix: issue with route replay order when sent fast
    patch by: Ravikumar Arunachalam

diffstat:

 net/exabgp/Makefile                                            |   5 +-
 net/exabgp/PLIST                                               |   5 +-
 net/exabgp/distinfo                                            |  11 ++--
 net/exabgp/patches/patch-lib_exabgp_application_healthcheck.py |  22 ----------
 4 files changed, 11 insertions(+), 32 deletions(-)

diffs (75 lines):

diff -r 50a2a38d4738 -r 1225fef82c35 net/exabgp/Makefile
--- a/net/exabgp/Makefile       Sun Nov 05 06:20:26 2017 +0000
+++ b/net/exabgp/Makefile       Sun Nov 05 08:35:16 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/07/04 12:35:12 he Exp $
+# $NetBSD: Makefile,v 1.22 2017/11/05 08:35:16 he Exp $
 
-VERSION=       3.4.19
+VERSION=       3.4.22
 DISTNAME=      ${VERSION}
-PKGREVISION=   1
 PKGNAME=       exabgp-${VERSION}
 EGG_NAME=      exabgp-${VERSION}
 CATEGORIES=    net
diff -r 50a2a38d4738 -r 1225fef82c35 net/exabgp/PLIST
--- a/net/exabgp/PLIST  Sun Nov 05 06:20:26 2017 +0000
+++ b/net/exabgp/PLIST  Sun Nov 05 08:35:16 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/06/20 14:10:16 he Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/11/05 08:35:16 he Exp $
 bin/exabgp
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -437,6 +437,9 @@
 ${PYSITELIB}/exabgp/protocol/__init__.py
 ${PYSITELIB}/exabgp/protocol/__init__.pyc
 ${PYSITELIB}/exabgp/protocol/__init__.pyo
+${PYSITELIB}/exabgp/protocol/enum.py
+${PYSITELIB}/exabgp/protocol/enum.pyc
+${PYSITELIB}/exabgp/protocol/enum.pyo
 ${PYSITELIB}/exabgp/protocol/family.py
 ${PYSITELIB}/exabgp/protocol/family.pyc
 ${PYSITELIB}/exabgp/protocol/family.pyo
diff -r 50a2a38d4738 -r 1225fef82c35 net/exabgp/distinfo
--- a/net/exabgp/distinfo       Sun Nov 05 06:20:26 2017 +0000
+++ b/net/exabgp/distinfo       Sun Nov 05 08:35:16 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/07/04 12:35:12 he Exp $
+$NetBSD: distinfo,v 1.14 2017/11/05 08:35:16 he Exp $
 
-SHA1 (exabgp/3.4.19.tar.gz) = 8199eb40f3b533a7db1ee43e4a97213f550a4261
-RMD160 (exabgp/3.4.19.tar.gz) = 4596ea5663169e09d8be5a0b5833c2f9426a7ff2
-SHA512 (exabgp/3.4.19.tar.gz) = 92fb0aea9b2594433acacdc196cfda217867f59ea6524b409b69dff506fdc9a9a815b93807ff06d4c81404b1f6568a1a41e64178122eaf9ce7732416474f3455
-Size (exabgp/3.4.19.tar.gz) = 543475 bytes
-SHA1 (patch-lib_exabgp_application_healthcheck.py) = d3b3c511e8d4fae60bcc21b7ee23585ee83ae9d8
+SHA1 (exabgp/3.4.22.tar.gz) = 61be446cde1dc889ba5130d78fd95941c430fa41
+RMD160 (exabgp/3.4.22.tar.gz) = d6a62a32ab7bd5eb9fcca680db34decfc4e8cd17
+SHA512 (exabgp/3.4.22.tar.gz) = da727d5a0a81e1c09ef5a36f9fee7a5047524a1a59ba651c5252ca52c1f86c024c993584eed563b88ccf0a817e83b465a61fb9b824c97e323c6b9e737b8d5ab0
+Size (exabgp/3.4.22.tar.gz) = 544118 bytes
diff -r 50a2a38d4738 -r 1225fef82c35 net/exabgp/patches/patch-lib_exabgp_application_healthcheck.py
--- a/net/exabgp/patches/patch-lib_exabgp_application_healthcheck.py    Sun Nov 05 06:20:26 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-lib_exabgp_application_healthcheck.py,v 1.1 2017/07/04 12:35:12 he Exp $
-
-Provide a default syslog destination on NetBSD as well.
-Fix spelling...
-
---- lib/exabgp/application/healthcheck.py.orig 2017-07-04 09:41:30.000000000 +0000
-+++ lib/exabgp/application/healthcheck.py
-@@ -203,11 +203,13 @@ def setup_logging (debug, silent, name, 
-     """Setup logger"""
- 
-     def syslog_address():
--        """Return a sensitive syslog address"""
-+        """Return a sensible syslog address"""
-         if sys.platform == "darwin":
-             return "/var/run/syslog"
-         if sys.platform.startswith("freebsd"):
-             return "/var/run/log"
-+        if sys.platform.startswith("netbsd"):
-+            return "/var/run/log"
-         if sys.platform.startswith("linux"):
-             return "/dev/log"
-         raise EnvironmentError("Unable to guess syslog address for your "



Home | Main Index | Thread Index | Old Index