From owner-dev-commits-ports-main@freebsd.org Mon Aug 16 19:08:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B46C652DB3; Mon, 16 Aug 2021 19:08:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GpNwQ3k7dz3FdR; Mon, 16 Aug 2021 19:08:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63EBF7086; Mon, 16 Aug 2021 19:08:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17GJ863M077104; Mon, 16 Aug 2021 19:08:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17GJ86HS077103; Mon, 16 Aug 2021 19:08:06 GMT (envelope-from git) Date: Mon, 16 Aug 2021 19:08:06 GMT Message-Id: <202108161908.17GJ86HS077103@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dan Langille Subject: git: a18b67648acf - main - net/exabgp4: Update to 4.2.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dvl X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a18b67648acfe73e6aeaec95b1d9bab9c8b178fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2021 19:08:06 -0000 The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=a18b67648acfe73e6aeaec95b1d9bab9c8b178fa commit a18b67648acfe73e6aeaec95b1d9bab9c8b178fa Author: Dan Langille AuthorDate: 2021-08-16 19:04:27 +0000 Commit: Dan Langille CommitDate: 2021-08-16 19:04:27 +0000 net/exabgp4: Update to 4.2.13 Allow Python 3.6+ re: https://github.com/Exa-Networks/exabgp/releases/tag/4.2.13 Approved by: zi (maintainer) via private communication --- net/exabgp4/Makefile | 4 ++-- net/exabgp4/distinfo | 6 +++--- .../files/patch-lib_exabgp_reactor_network_outgoing.py | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/net/exabgp4/Makefile b/net/exabgp4/Makefile index 5c2ebe92ba80..f7cbe6df635d 100644 --- a/net/exabgp4/Makefile +++ b/net/exabgp4/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= exabgp -PORTVERSION= 4.2.11 +PORTVERSION= 4.2.13 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GH \ @@ -15,7 +15,7 @@ COMMENT= BGP engine and route injector LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE.txt -USES= python:3.6-3.7 shebangfix +USES= python:3.6+ shebangfix USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= exabgp-[0-9]* diff --git a/net/exabgp4/distinfo b/net/exabgp4/distinfo index b8883ed98ab7..e716edc2b350 100644 --- a/net/exabgp4/distinfo +++ b/net/exabgp4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598383902 -SHA256 (Exa-Networks-exabgp-4.2.11_GH0.tar.gz) = 3a291cf4906671b6c929b601ca41340ffb3b4e4ccd50ac41a9cbc32777ee39ca -SIZE (Exa-Networks-exabgp-4.2.11_GH0.tar.gz) = 2931753 +TIMESTAMP = 1628777729 +SHA256 (Exa-Networks-exabgp-4.2.13_GH0.tar.gz) = 13add263c895fe4459bd4b62b92a1299c7039dcd99d3b074464e3c19029ad5e7 +SIZE (Exa-Networks-exabgp-4.2.13_GH0.tar.gz) = 2932003 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 5b28bb91408e..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-06-02 13:31:16 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 NetworkError as exc: -+ self.io.close() -+ self.io = None - return exc - - def establish(self):