git: 3ba8b608857f - main - net/exabgp4: Update to 4.2.21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Sep 2022 21:26:37 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ba8b608857f3b3fdbbf44f09dda8f489815e73d commit 3ba8b608857f3b3fdbbf44f09dda8f489815e73d Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-09-26 20:59:27 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2022-09-26 21:26:27 +0000 net/exabgp4: Update to 4.2.21 Approved by: maintainer (via private email) --- net/exabgp4/Makefile | 3 +-- net/exabgp4/distinfo | 6 +++--- .../files/patch-lib_exabgp_reactor_network_outgoing.py | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/net/exabgp4/Makefile b/net/exabgp4/Makefile index 40d849979a3b..c44ba1557fc7 100644 --- a/net/exabgp4/Makefile +++ b/net/exabgp4/Makefile @@ -1,6 +1,5 @@ PORTNAME= exabgp -PORTVERSION= 4.2.13 -PORTREVISION= 2 +PORTVERSION= 4.2.21 CATEGORIES= net MASTER_SITES= GH \ ZI diff --git a/net/exabgp4/distinfo b/net/exabgp4/distinfo index e716edc2b350..d668cd1c4281 100644 --- a/net/exabgp4/distinfo +++ b/net/exabgp4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628777729 -SHA256 (Exa-Networks-exabgp-4.2.13_GH0.tar.gz) = 13add263c895fe4459bd4b62b92a1299c7039dcd99d3b074464e3c19029ad5e7 -SIZE (Exa-Networks-exabgp-4.2.13_GH0.tar.gz) = 2932003 +TIMESTAMP = 1663076170 +SHA256 (Exa-Networks-exabgp-4.2.21_GH0.tar.gz) = 5d5ce6e973fc966fa6aed4a1033b63722d95c8f8ba7bb44659694d659c3f7b7b +SIZE (Exa-Networks-exabgp-4.2.21_GH0.tar.gz) = 2933721 diff --git a/net/exabgp4/files/patch-lib_exabgp_reactor_network_outgoing.py b/net/exabgp4/files/patch-lib_exabgp_reactor_network_outgoing.py deleted file mode 100644 index 2bc959c98d78..000000000000 --- a/net/exabgp4/files/patch-lib_exabgp_reactor_network_outgoing.py +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/exabgp/reactor/network/outgoing.py.orig 2021-03-19 09:29:00 UTC -+++ lib/exabgp/reactor/network/outgoing.py -@@ -53,6 +53,8 @@ class Outgoing(Connection): - connect(self.io, self.peer, self.port, self.afi, self.md5) - return None - except Exception as exc: -+ self.io.close() -+ self.io = None - return exc - - def establish(self):