* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2020-03-24 20:01 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2020-03-24 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 41e3b454c6b1b034b60f6073769040102e0021c9
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Tue Mar 24 20:01:17 2020 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Tue Mar 24 20:01:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41e3b454
net-misc/openbgpd: Re-adding a corrected git version
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/openbgpd-9999.ebuild | 69 ++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
diff --git a/net-misc/openbgpd/openbgpd-9999.ebuild b/net-misc/openbgpd/openbgpd-9999.ebuild
new file mode 100644
index 0000000..a7ba284
--- /dev/null
+++ b/net-misc/openbgpd/openbgpd-9999.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ ${DEPEND}
+ !!net-misc/quagga
+ acct-group/_bgpd
+ acct-user/_bgpd
+"
+BDEPEND="
+ dev-util/byacc
+ sys-devel/autoconf
+ sys-devel/automake
+ sys-devel/libtool
+"
+
+src_unpack() {
+ git-r3_src_unpack
+
+ cd "${WORKDIR}"
+
+ EGIT_REPO_URI="https://github.com/openbgpd-portable/openbgpd-openbsd.git"
+ EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
+ EGIT_CHECKOUT_DIR="${S}/openbsd"
+ git-r3_fetch
+ git-r3_checkout
+}
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}/${P}-update.patch"
+ eapply -p0 "${FILESDIR}/${P}-config.c.patch"
+ default
+ ./autogen.sh
+ eautoreconf
+}
+
+src_configure() {
+ export YACC=byacc
+ default
+}
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}/${PN}-init.d" bgpd
+ newconfd "${FILESDIR}/${PN}-conf.d" bgpd
+ systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
+}
+
+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 ""
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2020-10-20 18:53 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2020-10-20 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 202f8d8bb2d5c88b681bdbc05f5f64c072d77895
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Tue Oct 20 18:53:44 2020 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Tue Oct 20 18:53:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=202f8d8b
net-misc/openbgpd: New release 6.8_p0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/Manifest | 1 +
net-misc/openbgpd/openbgpd-6.8_p0.ebuild | 49 ++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 5e4abe29..419d2c1c 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,2 +1,3 @@
DIST openbgpd-6.6p0.tar.gz 676732 BLAKE2B 80b391ead81d8d3bd20fe9b3eb3f8976485d29241f30c7395c678ff3f0fd87b2f3036b2ebb502ff0ca27d79f4fbbe6ba93576069edb32f004705d71d92e2b3a2 SHA512 07a7599b3ab14181575dc38647b307a4efa7d5dfa8a7aefe70483eb6773cb792eac788a10ea865d78daa59f197fc2d9cd2ce96d0c0251564507963716057fee0
DIST openbgpd-6.7p0.tar.gz 699211 BLAKE2B 981105c3a9ba6a7b143ad6d926459382686f23b6355392fedaecaaf572c0d6054f6ce7656eaf7461d5bdc753e0be3d70f7ae44ee85395fd0d310d2bef7251bf8 SHA512 7309fe00ada74503ae6c739886e8a78af6cba93cbe6d29f9656eb95f96124401ac7b00ebe1b345b1c786582f661c72caf22c9193968662db2a1f19703f34cd2e
+DIST openbgpd-6.8p0.tar.gz 701164 BLAKE2B 458e3aeab026b3c2ee3f676d35d657ef2b8b9b2cb11efc6a32f18c387e6f08594fa3e736b53f9413e9ec59139adfd3c89d26da780bcdcb4b2925124cf9a1ea05 SHA512 0c99a94a9a1401c22a3400d424ac1e682bdab92d09844717f8bb576c0ede67140d918f48c15b318abebf21b39468333f8f1c2d963a1541f4ead9067f85434a94
diff --git a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild b/net-misc/openbgpd/openbgpd-6.8_p0.ebuild
new file mode 100644
index 00000000..ccd7a6ba
--- /dev/null
+++ b/net-misc/openbgpd/openbgpd-6.8_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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2020-12-23 10:13 Theo Anderson
0 siblings, 0 replies; 9+ messages in thread
From: Theo Anderson @ 2020-12-23 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 1a13dc120923ba7391043ecda0c2af348bbcb8c7
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 10:10:21 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 23 10:10:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a13dc12
net-misc/openbgpd: append-cflags -fcommon
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
net-misc/openbgpd/openbgpd-6.8_p0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild b/net-misc/openbgpd/openbgpd-6.8_p0.ebuild
index ccd7a6ba..fc029efd 100644
--- a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild
+++ b/net-misc/openbgpd/openbgpd-6.8_p0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit systemd
+inherit flag-o-matic systemd
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
@@ -38,6 +38,11 @@ src_install() {
systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
}
+src_configure() {
+ append-cflags -fcommon
+ default
+}
+
pkg_postinst() {
if [ -z "${REPLACING_VERSIONS}" ]; then
ewarn ""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2024-05-30 8:34 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2024-05-30 8:34 UTC (permalink / raw
To: gentoo-commits
commit: a78ecd3924ddb17f93bef350706749f98bc920ed
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Thu May 30 08:28:46 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Thu May 30 08:34:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a78ecd39
net-misc/openbgpd: add 8.4, drop 8.0
Closes: https://bugs.gentoo.org/933083
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/Manifest | 2 +-
net-misc/openbgpd/{openbgpd-8.0.ebuild => openbgpd-8.4.ebuild} | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 9b118b62d..19691ede8 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,2 +1,2 @@
DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc
-DIST openbgpd-8.0.tar.gz 837979 BLAKE2B 64c9ea56e1e9944271d3ab72e2eed738841c3e2904b919f987a52e1adf95b137c20d31a738595ff48a113cdde603e8e5aac2cb4d0c7f7e17399111358b0e7a72 SHA512 9d0c8b6e8c3d46b2510817c750e2faf1e79609becbe66eb02731317db3c2c455273a1135abfae3d32bcc970e02f55c90091e478334ec94dcd46ba5074d3b9b12
+DIST openbgpd-8.4.tar.gz 841272 BLAKE2B 1a7ea4a2ada7ff11f4311672c6ade0b233cdfc03b9b478e283ce92b36259980e74f78c89e96473f01bd4a51e6104e1c5d8027f92a675555423a171c9adf5f852 SHA512 4774d693ebfd9ba4f4fb355cb19f671d6f229284dc45483fafc8517f7b1d1a583e4657bf8d3f54d559b177e8959a536d0b50f70f0270d57ddf8dc2b6290c5fb6
diff --git a/net-misc/openbgpd/openbgpd-8.0.ebuild b/net-misc/openbgpd/openbgpd-8.4.ebuild
similarity index 96%
rename from net-misc/openbgpd/openbgpd-8.0.ebuild
rename to net-misc/openbgpd/openbgpd-8.4.ebuild
index 480afe2ae..cf55b894a 100644
--- a/net-misc/openbgpd/openbgpd-8.0.ebuild
+++ b/net-misc/openbgpd/openbgpd-8.4.ebuild
@@ -23,6 +23,8 @@ RDEPEND="
!!net-misc/frr
acct-group/_bgpd
acct-user/_bgpd
+ dev-libs/libevent
+ net-libs/libmnl
"
BDEPEND="
dev-build/libtool
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2024-08-24 10:49 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2024-08-24 10:49 UTC (permalink / raw
To: gentoo-commits
commit: f294e698dfa59f275f4cbe711030315b71a8f112
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Sat Aug 24 10:49:29 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Sat Aug 24 10:49:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f294e698
net-misc/openbgpd: add 8.5
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/Manifest | 1 +
net-misc/openbgpd/openbgpd-8.5.ebuild | 49 +++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 19691ede8..96ac0f722 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,2 +1,3 @@
DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc
DIST openbgpd-8.4.tar.gz 841272 BLAKE2B 1a7ea4a2ada7ff11f4311672c6ade0b233cdfc03b9b478e283ce92b36259980e74f78c89e96473f01bd4a51e6104e1c5d8027f92a675555423a171c9adf5f852 SHA512 4774d693ebfd9ba4f4fb355cb19f671d6f229284dc45483fafc8517f7b1d1a583e4657bf8d3f54d559b177e8959a536d0b50f70f0270d57ddf8dc2b6290c5fb6
+DIST openbgpd-8.5.tar.gz 848032 BLAKE2B 74bfaa718000aa5329b2d70cc86869606107bc061f858655678c9734a403ddb521e66b195b649b3e09f42d07098081218963e929389a55d43b4424bf14f81bf4 SHA512 4f1592e3b83b4aeea35ac42a2bfed3072a4003de560055d06bdc27c02f82679860b298636faa27843752e291f50a47f70bf3314c66167d77077e0dc11f825a52
diff --git a/net-misc/openbgpd/openbgpd-8.5.ebuild b/net-misc/openbgpd/openbgpd-8.5.ebuild
new file mode 100644
index 000000000..cf55b894a
--- /dev/null
+++ b/net-misc/openbgpd/openbgpd-8.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020-2021 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"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ${DEPEND}
+ !!net-misc/frr
+ acct-group/_bgpd
+ acct-user/_bgpd
+ dev-libs/libevent
+ net-libs/libmnl
+"
+BDEPEND="
+ dev-build/libtool
+"
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2024-08-24 11:31 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2024-08-24 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 2a0b480aed68ae9c9510ec7e5872030f52505dc7
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Sat Aug 24 11:31:21 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Sat Aug 24 11:31:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a0b480a
net-misc/openbgpd: update EAPI 7 -> 8
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/openbgpd-8.5.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-misc/openbgpd/openbgpd-8.5.ebuild b/net-misc/openbgpd/openbgpd-8.5.ebuild
index cf55b894a..d95f57410 100644
--- a/net-misc/openbgpd/openbgpd-8.5.ebuild
+++ b/net-misc/openbgpd/openbgpd-8.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit systemd
@@ -19,7 +19,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- ${DEPEND}
!!net-misc/frr
acct-group/_bgpd
acct-user/_bgpd
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2024-08-24 11:39 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2024-08-24 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 4d4ecd687f460b9538cd0f550775f5ee72826ade
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Sat Aug 24 11:38:48 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Sat Aug 24 11:39:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d4ecd68
openbgpd-8.5: DEPEND="${RDEPEND}"
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/openbgpd-8.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/openbgpd/openbgpd-8.5.ebuild b/net-misc/openbgpd/openbgpd-8.5.ebuild
index d95f57410..7672136a9 100644
--- a/net-misc/openbgpd/openbgpd-8.5.ebuild
+++ b/net-misc/openbgpd/openbgpd-8.5.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-libs/libevent
net-libs/libmnl
"
+DEPEND="${RDEPEND}"
BDEPEND="
dev-build/libtool
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2024-09-23 11:29 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2024-09-23 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 372f4060d2af647bba6cf89f14ba1ff4a0adf339
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Mon Sep 23 11:29:24 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Mon Sep 23 11:29:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=372f4060
net-misc/openbgpd: add 8.6
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/Manifest | 1 +
net-misc/openbgpd/openbgpd-8.6.ebuild | 49 +++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 96ac0f722..0ea0735ce 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,3 +1,4 @@
DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc
DIST openbgpd-8.4.tar.gz 841272 BLAKE2B 1a7ea4a2ada7ff11f4311672c6ade0b233cdfc03b9b478e283ce92b36259980e74f78c89e96473f01bd4a51e6104e1c5d8027f92a675555423a171c9adf5f852 SHA512 4774d693ebfd9ba4f4fb355cb19f671d6f229284dc45483fafc8517f7b1d1a583e4657bf8d3f54d559b177e8959a536d0b50f70f0270d57ddf8dc2b6290c5fb6
DIST openbgpd-8.5.tar.gz 848032 BLAKE2B 74bfaa718000aa5329b2d70cc86869606107bc061f858655678c9734a403ddb521e66b195b649b3e09f42d07098081218963e929389a55d43b4424bf14f81bf4 SHA512 4f1592e3b83b4aeea35ac42a2bfed3072a4003de560055d06bdc27c02f82679860b298636faa27843752e291f50a47f70bf3314c66167d77077e0dc11f825a52
+DIST openbgpd-8.6.tar.gz 851232 BLAKE2B 604ca04444bb4b5da800f3dea1b70228162bd9ebac7f621c27e341b1129165155c76d115f8b0e25cdaf15b92cba59f7c8cfc5f251ef806c9d345210540aaea10 SHA512 1dce01a7c9939f2097f6cc5cebaa6a9c9531bb244d93c22457bc0d8438412c277e9c4a1ddda4580394b8e88dda6856838dac1e8c4e855f58a73b4ca062800672
diff --git a/net-misc/openbgpd/openbgpd-8.6.ebuild b/net-misc/openbgpd/openbgpd-8.6.ebuild
new file mode 100644
index 000000000..7672136a9
--- /dev/null
+++ b/net-misc/openbgpd/openbgpd-8.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ !!net-misc/frr
+ acct-group/_bgpd
+ acct-user/_bgpd
+ dev-libs/libevent
+ net-libs/libmnl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-build/libtool
+"
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
@ 2024-09-23 11:31 Alarig Le Lay
0 siblings, 0 replies; 9+ messages in thread
From: Alarig Le Lay @ 2024-09-23 11:31 UTC (permalink / raw
To: gentoo-commits
commit: dddd73eb27bf6e1abcc3a19e33feb7aa272bf589
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Mon Sep 23 11:31:48 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Mon Sep 23 11:31:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dddd73eb
net-misc/openbgpd: drop 6.9_p0
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/Manifest | 1 -
net-misc/openbgpd/openbgpd-6.9_p0.ebuild | 52 --------------------------------
2 files changed, 53 deletions(-)
diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 0ea0735ce..4300c30cc 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,4 +1,3 @@
-DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc
DIST openbgpd-8.4.tar.gz 841272 BLAKE2B 1a7ea4a2ada7ff11f4311672c6ade0b233cdfc03b9b478e283ce92b36259980e74f78c89e96473f01bd4a51e6104e1c5d8027f92a675555423a171c9adf5f852 SHA512 4774d693ebfd9ba4f4fb355cb19f671d6f229284dc45483fafc8517f7b1d1a583e4657bf8d3f54d559b177e8959a536d0b50f70f0270d57ddf8dc2b6290c5fb6
DIST openbgpd-8.5.tar.gz 848032 BLAKE2B 74bfaa718000aa5329b2d70cc86869606107bc061f858655678c9734a403ddb521e66b195b649b3e09f42d07098081218963e929389a55d43b4424bf14f81bf4 SHA512 4f1592e3b83b4aeea35ac42a2bfed3072a4003de560055d06bdc27c02f82679860b298636faa27843752e291f50a47f70bf3314c66167d77077e0dc11f825a52
DIST openbgpd-8.6.tar.gz 851232 BLAKE2B 604ca04444bb4b5da800f3dea1b70228162bd9ebac7f621c27e341b1129165155c76d115f8b0e25cdaf15b92cba59f7c8cfc5f251ef806c9d345210540aaea10 SHA512 1dce01a7c9939f2097f6cc5cebaa6a9c9531bb244d93c22457bc0d8438412c277e9c4a1ddda4580394b8e88dda6856838dac1e8c4e855f58a73b4ca062800672
diff --git a/net-misc/openbgpd/openbgpd-6.9_p0.ebuild b/net-misc/openbgpd/openbgpd-6.9_p0.ebuild
deleted file mode 100644
index 346d1f7bb..000000000
--- a/net-misc/openbgpd/openbgpd-6.9_p0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic 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/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- ${DEPEND}
- !!net-misc/quagga
- acct-group/_bgpd
- acct-user/_bgpd
-"
-BDEPEND="
- dev-build/libtool
-"
-
-src_install() {
- default
-
- newinitd "${FILESDIR}/${PN}-init.d" bgpd
- newconfd "${FILESDIR}/${PN}-conf.d" bgpd
- systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
-}
-
-src_configure() {
- append-cflags -fcommon
- default
-}
-
-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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-23 11:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-24 10:49 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/ Alarig Le Lay
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 11:31 Alarig Le Lay
2024-09-23 11:29 Alarig Le Lay
2024-08-24 11:39 Alarig Le Lay
2024-08-24 11:31 Alarig Le Lay
2024-05-30 8:34 Alarig Le Lay
2020-12-23 10:13 Theo Anderson
2020-10-20 18:53 Alarig Le Lay
2020-03-24 20:01 Alarig Le Lay
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox