From 0e3f5038684f55212a24f5014e159ba2b80818be Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Fri, 25 Jan 2019 09:29:34 +0000 Subject: [PATCH] net-misc/exabgp: 3.4.26 version bump MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As reported by Toralf Förster, early versions of this package incorrectly installed netlink into the global namespace. Thanks to Zac Medico for reviving the bug report and confirming that the issue was fixed upstream. Closes: https://bugs.gentoo.org/542012 Signed-Off-By: Tony Vroon Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- net-misc/exabgp/Manifest | 1 + net-misc/exabgp/exabgp-3.4.26.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 net-misc/exabgp/exabgp-3.4.26.ebuild diff --git a/net-misc/exabgp/Manifest b/net-misc/exabgp/Manifest index af39d95a501a..dbc9fe05e458 100644 --- a/net-misc/exabgp/Manifest +++ b/net-misc/exabgp/Manifest @@ -1 +1,2 @@ +DIST 3.4.26.tar.gz 544456 BLAKE2B 75f62ce8a68588f711e86208f00cc6de9ae51a5c82f833b91459bc05974c8eff06fec080823adfecea7b75a43caa3310f6395bd22ab4e6a696f230787bbaae23 SHA512 6cfcc8a40e1e05dfa76df46d8b5e13ce85e73f078d6ab4d2e23dd85035c1ed52bbbaaaade81602ea7572841e6e20d7d7183a7e968599f9e8314e1b89e3a6341f DIST exabgp-3.2.17.tar.gz 596373 BLAKE2B 410b77af542160334d32e3e3ea54b25f45c990c56fe2dbef0714576eb9e728cebe6d1463c0f22b1240aaf8e99ccabc5f7334cd6c2b3c77426c94b2c048c8783c SHA512 69dbff75caf287e9e0f6ab3707a2bbd576b0b4c8a8c318217cf88c8a1c417d47915b038bc7d64be3bbce9771caa550275703e5543fb5799afc7149dc9f054416 diff --git a/net-misc/exabgp/exabgp-3.4.26.ebuild b/net-misc/exabgp/exabgp-3.4.26.ebuild new file mode 100644 index 000000000000..16361f516bfb --- /dev/null +++ b/net-misc/exabgp/exabgp-3.4.26.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="The BGP swiss army knife of networking" +HOMEPAGE="https://github.com/Exa-Networks/exabgp" +SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" -- 2.26.2