diff options
author | Alarig Le Lay <alarig@swordarmor.fr> | 2020-05-29 06:50:31 +0200 |
---|---|---|
committer | Alarig Le Lay <alarig@swordarmor.fr> | 2020-05-29 06:57:40 +0200 |
commit | 84e4a4dfecd6c2eb9d4f24bb63f54662643758bf (patch) | |
tree | 5ab6f48c5db4bffaa06899c4406aaaa6c0b31d03 /net-misc | |
parent | media-sound/sndio: Fix src_install (diff) | |
download | guru-84e4a4dfecd6c2eb9d4f24bb63f54662643758bf.tar.gz guru-84e4a4dfecd6c2eb9d4f24bb63f54662643758bf.tar.bz2 guru-84e4a4dfecd6c2eb9d4f24bb63f54662643758bf.zip |
net-misc/openbgpd: Version bump to 6.7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openbgpd/Manifest | 1 | ||||
-rw-r--r-- | net-misc/openbgpd/files/openbgpd-9999-config.c.patch | 4 | ||||
-rw-r--r-- | net-misc/openbgpd/files/openbgpd-9999-update.patch | 4 | ||||
-rw-r--r-- | net-misc/openbgpd/openbgpd-6.6_p0.ebuild | 12 | ||||
-rw-r--r-- | net-misc/openbgpd/openbgpd-6.7_p0.ebuild | 49 | ||||
-rw-r--r-- | net-misc/openbgpd/openbgpd-9999.ebuild | 24 |
6 files changed, 76 insertions, 18 deletions
diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest index 5d2486dc3..5e4abe290 100644 --- a/net-misc/openbgpd/Manifest +++ b/net-misc/openbgpd/Manifest @@ -1 +1,2 @@ DIST openbgpd-6.6p0.tar.gz 676732 BLAKE2B 80b391ead81d8d3bd20fe9b3eb3f8976485d29241f30c7395c678ff3f0fd87b2f3036b2ebb502ff0ca27d79f4fbbe6ba93576069edb32f004705d71d92e2b3a2 SHA512 07a7599b3ab14181575dc38647b307a4efa7d5dfa8a7aefe70483eb6773cb792eac788a10ea865d78daa59f197fc2d9cd2ce96d0c0251564507963716057fee0 +DIST openbgpd-6.7p0.tar.gz 699211 BLAKE2B 981105c3a9ba6a7b143ad6d926459382686f23b6355392fedaecaaf572c0d6054f6ce7656eaf7461d5bdc753e0be3d70f7ae44ee85395fd0d310d2bef7251bf8 SHA512 7309fe00ada74503ae6c739886e8a78af6cba93cbe6d29f9656eb95f96124401ac7b00ebe1b345b1c786582f661c72caf22c9193968662db2a1f19703f34cd2e diff --git a/net-misc/openbgpd/files/openbgpd-9999-config.c.patch b/net-misc/openbgpd/files/openbgpd-9999-config.c.patch index a4bda1270..edda6fba0 100644 --- a/net-misc/openbgpd/files/openbgpd-9999-config.c.patch +++ b/net-misc/openbgpd/files/openbgpd-9999-config.c.patch @@ -1,5 +1,5 @@ ---- openbsd/src/usr.sbin/bgpd/config.c 2020-03-20 17:55:04.089577745 +0100 -+++ openbsd/src/usr.sbin/bgpd/config.c 2020-03-20 17:56:01.480205070 +0100 +--- a/openbsd/src/usr.sbin/bgpd/config.c 2020-03-20 17:55:04.089577745 +0100 ++++ b/openbsd/src/usr.sbin/bgpd/config.c 2020-03-20 17:56:01.480205070 +0100 @@ -343,7 +343,8 @@ fatal("getifaddrs"); diff --git a/net-misc/openbgpd/files/openbgpd-9999-update.patch b/net-misc/openbgpd/files/openbgpd-9999-update.patch index a60752d74..15969c06a 100644 --- a/net-misc/openbgpd/files/openbgpd-9999-update.patch +++ b/net-misc/openbgpd/files/openbgpd-9999-update.patch @@ -1,5 +1,5 @@ ---- update.sh 2020-03-20 15:14:46.462983445 +0100 -+++ update.sh 2020-03-20 15:14:56.473090379 +0100 +--- a/update.sh 2020-03-20 15:14:46.462983445 +0100 ++++ b/update.sh 2020-03-20 15:14:56.473090379 +0100 @@ -13,10 +13,6 @@ git clone "${OPENBGPD_GIT}/openbsd" fi diff --git a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild index 2dd151e2b..c4b1f50e3 100644 --- a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild +++ b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild @@ -20,6 +20,7 @@ IUSE="" DEPEND="" RDEPEND=" ${DEPEND} + !!net-misc/quagga acct-group/_bgpd acct-user/_bgpd " @@ -42,8 +43,11 @@ src_install() { } pkg_postinst() { - ewarn "" - ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB to" - ewarn "the FIB. It’s only suitable for route-reflectors or route-servers." - ewarn "" + if [ -z "${REPLACING_VERSIONS}" ]; then + ewarn "" + ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB" + ewarn "to the FIB. It’s only suitable for route-reflectors or" + ewarn "route-servers." + ewarn "" + fi } diff --git a/net-misc/openbgpd/openbgpd-6.7_p0.ebuild b/net-misc/openbgpd/openbgpd-6.7_p0.ebuild new file mode 100644 index 000000000..ccd7a6baf --- /dev/null +++ b/net-misc/openbgpd/openbgpd-6.7_p0.ebuild @@ -0,0 +1,49 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit systemd + +MY_PV="${PV/_p/p}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="OpenBGPD is a free implementation of BGPv4" +HOMEPAGE="http://www.openbgpd.org/index.html" +SRC_URI="mirror://openbsd/OpenBGPD/${PN}-${MY_PV}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + !!net-misc/quagga + acct-group/_bgpd + acct-user/_bgpd +" +BDEPEND=" + sys-devel/libtool +" + +S="${WORKDIR}/${MY_P}" + +src_install() { + default + + newinitd "${FILESDIR}/${PN}-init.d" bgpd + newconfd "${FILESDIR}/${PN}-conf.d" bgpd + systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service +} + +pkg_postinst() { + if [ -z "${REPLACING_VERSIONS}" ]; then + ewarn "" + ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB" + ewarn "to the FIB. It’s only suitable for route-reflectors or" + ewarn "route-servers." + ewarn "" + fi +} diff --git a/net-misc/openbgpd/openbgpd-9999.ebuild b/net-misc/openbgpd/openbgpd-9999.ebuild index a7ba28443..53a836bd2 100644 --- a/net-misc/openbgpd/openbgpd-9999.ebuild +++ b/net-misc/openbgpd/openbgpd-9999.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit autotools git-r3 systemd DESCRIPTION="OpenBGPD is a free implementation of BGPv4" -HOMEPAGE="http://www.openbgpd.org/index.html" -EGIT_REPO_URI="https://github.com/openbgpd-portable/openbgpd-portable.git" +HOMEPAGE="http://www.openbgpd.org/" +EGIT_REPO_URI="https://github.com/${PN}-portable/${PN}-portable.git" LICENSE="ISC" SLOT="0" @@ -23,11 +23,14 @@ RDEPEND=" " BDEPEND=" dev-util/byacc - sys-devel/autoconf - sys-devel/automake sys-devel/libtool " +PATCHES=( + "${FILESDIR}/${P}-update.patch" + "${FILESDIR}/${P}-config.c.patch" +) + src_unpack() { git-r3_src_unpack @@ -41,8 +44,6 @@ src_unpack() { } src_prepare() { - eapply -p0 "${FILESDIR}/${P}-update.patch" - eapply -p0 "${FILESDIR}/${P}-config.c.patch" default ./autogen.sh eautoreconf @@ -62,8 +63,11 @@ src_install() { } pkg_postinst() { - ewarn "" - ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB to" - ewarn "the FIB. It’s only suitable for route-reflectors or route-servers." - ewarn "" + if [ -z "${REPLACING_VERSIONS}" ]; then + ewarn "" + ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB" + ewarn "to the FIB. It’s only suitable for route-reflectors or" + ewarn "route-servers." + ewarn "" + fi } |