* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2018-03-03 2:07 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-03-03 2:07 UTC (permalink / raw
To: gentoo-commits
commit: a0773604aa0036f374239e9dd135edd7f0980d40
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 02:06:34 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 02:07:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0773604
net-misc/ubridge: New package
Closes: https://bugs.gentoo.org/642070
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/ubridge/Manifest | 1 +
net-misc/ubridge/metadata.xml | 9 +++++++
net-misc/ubridge/ubridge-0.9.14.ebuild | 43 ++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
new file mode 100644
index 00000000000..9af6c7d67bd
--- /dev/null
+++ b/net-misc/ubridge/Manifest
@@ -0,0 +1 @@
+DIST ubridge-0.9.14.tar.gz 63492 BLAKE2B 4c19bb79c264c9bec2ca39fea8b386817f6eb41d23b35f9fbd0a1407b45398ad5362bd76cbb81597438367a2af8d80308f13d3e8faa4e75c6173bbeb23da177d SHA512 7e92ca6ee8dd5815991c5d157278487cfad69710f0a63fc217d5d0e61678d272bf5a0d31b6afe25b1060df1ad13e229f1d573c03fecb1453167a9ff364283a5f
diff --git a/net-misc/ubridge/metadata.xml b/net-misc/ubridge/metadata.xml
new file mode 100644
index 00000000000..3a39499f142
--- /dev/null
+++ b/net-misc/ubridge/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <bugs-to>https://github.com/GNS3/ubridge/issues</bugs-to>
+ <remote-id type="github">GNS3/ubridge</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/ubridge/ubridge-0.9.14.ebuild b/net-misc/ubridge/ubridge-0.9.14.ebuild
new file mode 100644
index 00000000000..2b8f85f6a50
--- /dev/null
+++ b/net-misc/ubridge/ubridge-0.9.14.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit fcaps user
+
+DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces."
+HOMEPAGE="https://github.com/GNS3/ubridge"
+SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="net-libs/libpcap:="
+
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ enewgroup ubridge
+}
+
+src_prepare() {
+ default
+
+ sed -i -e "s/CFLAGS =/CFLAGS ?=/g" Makefile || die "Failed to fix Makefile"
+}
+
+src_install() {
+ insinto /usr/bin
+ insopts -m 750 -g ubridge
+ doins ubridge
+ dodoc README.rst
+}
+
+pkg_postinst() {
+ fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
+ "${EROOT%/}"/usr/bin/ubridge
+
+ ewarn "NOTE: To read packets from the network interfaces with ubridge as"
+ ewarn "normal user you have to add the appropriate user to the ubridge group."
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2018-03-05 0:31 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-03-05 0:31 UTC (permalink / raw
To: gentoo-commits
commit: dcd1741c64f7c8aa92a91c841328c71c70763da2
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 00:31:07 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 00:31:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd1741c
net-misc/ubridge: Fix description
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/ubridge/ubridge-0.9.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ubridge/ubridge-0.9.14.ebuild b/net-misc/ubridge/ubridge-0.9.14.ebuild
index 2b8f85f6a50..f0697a74df8 100644
--- a/net-misc/ubridge/ubridge-0.9.14.ebuild
+++ b/net-misc/ubridge/ubridge-0.9.14.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
inherit fcaps user
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces."
+DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
HOMEPAGE="https://github.com/GNS3/ubridge"
SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2018-03-14 17:52 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-03-14 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 25328616cdf6bac758b8d6782d342f1f4f4e4212
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 17:51:44 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 17:51:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25328616
net-misc/ubridge: Revert "New package"
This package has been added without a maintainer.
Reverts: a0773604aa0036f374239e9dd135edd7f0980d40
Closes: https://bugs.gentoo.org/650504
net-misc/ubridge/Manifest | 1 -
net-misc/ubridge/metadata.xml | 9 -------
net-misc/ubridge/ubridge-0.9.14.ebuild | 43 ----------------------------------
3 files changed, 53 deletions(-)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
deleted file mode 100644
index 9af6c7d67bd..00000000000
--- a/net-misc/ubridge/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ubridge-0.9.14.tar.gz 63492 BLAKE2B 4c19bb79c264c9bec2ca39fea8b386817f6eb41d23b35f9fbd0a1407b45398ad5362bd76cbb81597438367a2af8d80308f13d3e8faa4e75c6173bbeb23da177d SHA512 7e92ca6ee8dd5815991c5d157278487cfad69710f0a63fc217d5d0e61678d272bf5a0d31b6afe25b1060df1ad13e229f1d573c03fecb1453167a9ff364283a5f
diff --git a/net-misc/ubridge/metadata.xml b/net-misc/ubridge/metadata.xml
deleted file mode 100644
index 3a39499f142..00000000000
--- a/net-misc/ubridge/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <bugs-to>https://github.com/GNS3/ubridge/issues</bugs-to>
- <remote-id type="github">GNS3/ubridge</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-misc/ubridge/ubridge-0.9.14.ebuild b/net-misc/ubridge/ubridge-0.9.14.ebuild
deleted file mode 100644
index f0697a74df8..00000000000
--- a/net-misc/ubridge/ubridge-0.9.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit fcaps user
-
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
-HOMEPAGE="https://github.com/GNS3/ubridge"
-SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="net-libs/libpcap:="
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup ubridge
-}
-
-src_prepare() {
- default
-
- sed -i -e "s/CFLAGS =/CFLAGS ?=/g" Makefile || die "Failed to fix Makefile"
-}
-
-src_install() {
- insinto /usr/bin
- insopts -m 750 -g ubridge
- doins ubridge
- dodoc README.rst
-}
-
-pkg_postinst() {
- fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
- "${EROOT%/}"/usr/bin/ubridge
-
- ewarn "NOTE: To read packets from the network interfaces with ubridge as"
- ewarn "normal user you have to add the appropriate user to the ubridge group."
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2018-11-07 23:44 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-11-07 23:44 UTC (permalink / raw
To: gentoo-commits
commit: b7da390a9871e89394079924084bd1bcbb8e4fc9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 23:30:49 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 23:30:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7da390a
net-misc/ubridge: x86 keyworded (bug #669088)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-misc/ubridge/ubridge-0.9.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/ubridge/ubridge-0.9.14.ebuild b/net-misc/ubridge/ubridge-0.9.14.ebuild
index 48fb218aebb..4ae6e8746b1 100644
--- a/net-misc/ubridge/ubridge-0.9.14.ebuild
+++ b/net-misc/ubridge/ubridge-0.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
RDEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2020-07-25 22:13 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2020-07-25 22:13 UTC (permalink / raw
To: gentoo-commits
commit: c2d61ec5d9fe6adb139e49c50d31ea287b2f6d51
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 25 19:13:14 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 22:13:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d61ec5
net-misc/ubridge: remove old
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/ubridge/Manifest | 2 --
net-misc/ubridge/ubridge-0.9.14.ebuild | 51 ----------------------------------
net-misc/ubridge/ubridge-0.9.16.ebuild | 50 ---------------------------------
3 files changed, 103 deletions(-)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
index 4c9a34db559..4d01d8d2c2e 100644
--- a/net-misc/ubridge/Manifest
+++ b/net-misc/ubridge/Manifest
@@ -1,3 +1 @@
-DIST ubridge-0.9.14.tar.gz 63492 BLAKE2B 4c19bb79c264c9bec2ca39fea8b386817f6eb41d23b35f9fbd0a1407b45398ad5362bd76cbb81597438367a2af8d80308f13d3e8faa4e75c6173bbeb23da177d SHA512 7e92ca6ee8dd5815991c5d157278487cfad69710f0a63fc217d5d0e61678d272bf5a0d31b6afe25b1060df1ad13e229f1d573c03fecb1453167a9ff364283a5f
-DIST ubridge-0.9.16.tar.gz 64106 BLAKE2B ea5292bb7895034f18fde2c78e6ec22a043d3f712af0f699240073778bf72ade4ba9fc9be56d5ff13ce4119c6d90265daf86e84405597483c07c900e80b4e579 SHA512 409b5705e178d0edda17f5a321bc28a4a03d417c59893228e022a88025a51e4d4f9a18e548ec71f1b36df24b204cfdf73bc2efb8fe9e39893d29c16b3695380c
DIST ubridge-0.9.18.tar.gz 64340 BLAKE2B 7ac540ccf180adc8bf0bb0d440d6a0335626181ba680f7f94cea43d6b6b70745cd64f8ee8048aa1621b7407fea83cf03039147ffe38236e70970c014771ab09b SHA512 f2c9e9d0242f61363a3f4ce6f1acf4013245ff0854a7f64c96d6b8737bd3cc505a38aaf43a0928e2a5a88bcd39f786e00fab68748ad56770d18d713005750c60
diff --git a/net-misc/ubridge/ubridge-0.9.14.ebuild b/net-misc/ubridge/ubridge-0.9.14.ebuild
deleted file mode 100644
index 4ae6e8746b1..00000000000
--- a/net-misc/ubridge/ubridge-0.9.14.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fcaps toolchain-funcs user
-
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
-HOMEPAGE="https://github.com/GNS3/ubridge"
-SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- net-libs/libpcap
- dev-libs/iniparser:=
-"
-DEPEND="
- ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}"/${P}-respect-flags.patch )
-
-pkg_setup() {
- enewgroup ubridge
-}
-
-src_configure() {
- export SYSTEM_INIPARSER=1
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- exeinto /usr/bin
- exeopts -m 710 -g ubridge
- doexe ubridge
- dodoc README.rst
-}
-
-pkg_postinst() {
- fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
- "${EROOT}"/usr/bin/ubridge
-
- ewarn "NOTE: To read packets from the network interfaces with ubridge as"
- ewarn "normal user you have to add trusted users to the ubridge group."
-}
diff --git a/net-misc/ubridge/ubridge-0.9.16.ebuild b/net-misc/ubridge/ubridge-0.9.16.ebuild
deleted file mode 100644
index b09d2fdadaa..00000000000
--- a/net-misc/ubridge/ubridge-0.9.16.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fcaps toolchain-funcs user
-
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
-HOMEPAGE="https://github.com/GNS3/ubridge"
-SRC_URI="https://github.com/GNS3/ubridge/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-
-RDEPEND="
- net-libs/libpcap
- dev-libs/iniparser:4="
-
-DEPEND="${RDEPEND}"
-
-# Bugs: https://bugs.gentoo.org/647588
-# https://github.com/GNS3/ubridge/issues/60
-PATCHES=( "${FILESDIR}/${P}_add_slotted_iniparser-4.1+_support.patch" )
-
-pkg_setup() {
- enewgroup ubridge
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- SYSTEM_INIPARSER=1
-}
-
-src_install() {
- exeinto /usr/bin
- exeopts -m 710 -g ubridge
- doexe ubridge
-
- dodoc README.rst
-}
-
-pkg_postinst() {
- fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
- "${EROOT}"/usr/bin/ubridge
-
- einfo "\nNOTE: To read packets from the network interfaces with ubridge as"
- einfo "normal user you have to add trusted users to the \"ubridge\" group.\n"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2020-07-25 22:13 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2020-07-25 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 682561f81083a25d69029ae62f43f612e4dcb5b1
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 25 19:01:46 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 22:13:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682561f8
net-misc/ubridge: add 0.9.18
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/ubridge/Manifest | 1 +
net-misc/ubridge/ubridge-0.9.18.ebuild | 47 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
index 0cdb14492f9..4c9a34db559 100644
--- a/net-misc/ubridge/Manifest
+++ b/net-misc/ubridge/Manifest
@@ -1,2 +1,3 @@
DIST ubridge-0.9.14.tar.gz 63492 BLAKE2B 4c19bb79c264c9bec2ca39fea8b386817f6eb41d23b35f9fbd0a1407b45398ad5362bd76cbb81597438367a2af8d80308f13d3e8faa4e75c6173bbeb23da177d SHA512 7e92ca6ee8dd5815991c5d157278487cfad69710f0a63fc217d5d0e61678d272bf5a0d31b6afe25b1060df1ad13e229f1d573c03fecb1453167a9ff364283a5f
DIST ubridge-0.9.16.tar.gz 64106 BLAKE2B ea5292bb7895034f18fde2c78e6ec22a043d3f712af0f699240073778bf72ade4ba9fc9be56d5ff13ce4119c6d90265daf86e84405597483c07c900e80b4e579 SHA512 409b5705e178d0edda17f5a321bc28a4a03d417c59893228e022a88025a51e4d4f9a18e548ec71f1b36df24b204cfdf73bc2efb8fe9e39893d29c16b3695380c
+DIST ubridge-0.9.18.tar.gz 64340 BLAKE2B 7ac540ccf180adc8bf0bb0d440d6a0335626181ba680f7f94cea43d6b6b70745cd64f8ee8048aa1621b7407fea83cf03039147ffe38236e70970c014771ab09b SHA512 f2c9e9d0242f61363a3f4ce6f1acf4013245ff0854a7f64c96d6b8737bd3cc505a38aaf43a0928e2a5a88bcd39f786e00fab68748ad56770d18d713005750c60
diff --git a/net-misc/ubridge/ubridge-0.9.18.ebuild b/net-misc/ubridge/ubridge-0.9.18.ebuild
new file mode 100644
index 00000000000..adfeeba6492
--- /dev/null
+++ b/net-misc/ubridge/ubridge-0.9.18.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps toolchain-funcs
+
+DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
+HOMEPAGE="https://github.com/GNS3/ubridge"
+SRC_URI="https://github.com/GNS3/ubridge/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3+"
+
+RDEPEND="
+ acct-group/ubridge
+ dev-libs/iniparser:4=
+ net-libs/libpcap"
+
+DEPEND="${RDEPEND}"
+
+# Bugs: https://bugs.gentoo.org/647588
+# https://github.com/GNS3/ubridge/issues/60
+PATCHES=( "${FILESDIR}/${PN}-0.9.16_add_slotted_iniparser-4.1+_support.patch" )
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ SYSTEM_INIPARSER=1
+}
+
+src_install() {
+ exeinto /usr/bin
+ exeopts -m 710 -g ubridge
+ doexe ubridge
+
+ dodoc README.rst
+}
+
+pkg_postinst() {
+ fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
+ "${EROOT}"/usr/bin/ubridge
+
+ einfo "\nNOTE: To read packets from the network interfaces with ubridge as"
+ einfo "normal user you have to add trusted users to the \"ubridge\" group.\n"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2020-07-25 22:13 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2020-07-25 22:13 UTC (permalink / raw
To: gentoo-commits
commit: eb8ce6e0c9dbe04a59f1bca757f75983f80513b1
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 25 19:12:47 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 22:13:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8ce6e0
net-misc/ubridge: add myself as proxy-maintainer
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/ubridge/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-misc/ubridge/metadata.xml b/net-misc/ubridge/metadata.xml
index fe85611a44d..c765da90ce0 100644
--- a/net-misc/ubridge/metadata.xml
+++ b/net-misc/ubridge/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>m.mairkeimberger@gmail.com</email>
+ <name>Michael Mair-Keimberger</name>
+ </maintainer>
<maintainer type="person">
<email>g.djavadyan@gmail.com</email>
<name>Garri Djavadyan</name>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2020-08-16 18:55 Jonas Stein
0 siblings, 0 replies; 12+ messages in thread
From: Jonas Stein @ 2020-08-16 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 12551f08288d65fb274ac424e907b571c3161f44
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug 16 13:52:55 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 18:50:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12551f08
net-misc/ubridge: update maintainer email
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Bug: https://bugs.gentoo.org/737254
Closes: https://github.com/gentoo/gentoo/pull/17136
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
net-misc/ubridge/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ubridge/metadata.xml b/net-misc/ubridge/metadata.xml
index c765da90ce0..8a7b8ca468d 100644
--- a/net-misc/ubridge/metadata.xml
+++ b/net-misc/ubridge/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>m.mairkeimberger@gmail.com</email>
+ <email>mmk@levelnine.at</email>
<name>Michael Mair-Keimberger</name>
</maintainer>
<maintainer type="person">
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2024-10-10 20:29 Conrad Kostecki
0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2024-10-10 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 3242002903aebcd6969ff2a434dcb55775d4908c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Oct 6 08:00:56 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 20:26:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32420029
net-misc/ubridge: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38890
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/ubridge/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-misc/ubridge/metadata.xml b/net-misc/ubridge/metadata.xml
index 33b4a43d14ef..b88e389fc010 100644
--- a/net-misc/ubridge/metadata.xml
+++ b/net-misc/ubridge/metadata.xml
@@ -18,4 +18,7 @@
various technologies. Currently bridging between UDP tunnels, Ethernet
and TAP interfaces is supported. Packet capture is also supported.
</longdescription>
+ <upstream>
+ <remote-id type="github">GNS3/ubridge</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2024-10-10 20:29 Conrad Kostecki
0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2024-10-10 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 24167e6bd752fc1b82570bff423782d0f7168800
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Oct 6 07:59:30 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 20:26:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24167e6b
net-misc/ubridge: add 0.9.19, EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/ubridge/Manifest | 1 +
net-misc/ubridge/ubridge-0.9.19.ebuild | 47 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
index 4d01d8d2c2e1..5cf3d291486a 100644
--- a/net-misc/ubridge/Manifest
+++ b/net-misc/ubridge/Manifest
@@ -1 +1,2 @@
DIST ubridge-0.9.18.tar.gz 64340 BLAKE2B 7ac540ccf180adc8bf0bb0d440d6a0335626181ba680f7f94cea43d6b6b70745cd64f8ee8048aa1621b7407fea83cf03039147ffe38236e70970c014771ab09b SHA512 f2c9e9d0242f61363a3f4ce6f1acf4013245ff0854a7f64c96d6b8737bd3cc505a38aaf43a0928e2a5a88bcd39f786e00fab68748ad56770d18d713005750c60
+DIST ubridge-0.9.19.tar.gz 66911 BLAKE2B c9de0485b84fa7cb78edb6651f0022c6e3f3d6e62aa2e1c56927c62d540ae1efaee25225bc7eb843ad688b7bd0aa39eb8a2ff1015a5c01f2d23d5a798b21ff14 SHA512 b693a64569ba17fcb40f8a7894fcc205efba17fc3103150bb6f1d7a8a165505c88251e75f56d003f4c4337e97bffa57b5948156e42d01a2938b8d969a088ff32
diff --git a/net-misc/ubridge/ubridge-0.9.19.ebuild b/net-misc/ubridge/ubridge-0.9.19.ebuild
new file mode 100644
index 000000000000..5c359bef8f37
--- /dev/null
+++ b/net-misc/ubridge/ubridge-0.9.19.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps toolchain-funcs
+
+DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
+HOMEPAGE="https://github.com/GNS3/ubridge"
+SRC_URI="https://github.com/GNS3/ubridge/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ acct-group/ubridge
+ dev-libs/iniparser:4=
+ net-libs/libpcap"
+
+DEPEND="${RDEPEND}"
+
+# Bugs: https://bugs.gentoo.org/647588
+# https://github.com/GNS3/ubridge/issues/60
+PATCHES=( "${FILESDIR}/${PN}-0.9.16_add_slotted_iniparser-4.1+_support.patch" )
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ SYSTEM_INIPARSER=1
+}
+
+src_install() {
+ exeinto /usr/bin
+ exeopts -m 710 -g ubridge
+ doexe ubridge
+
+ dodoc README.md
+}
+
+pkg_postinst() {
+ fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
+ "${EROOT}"/usr/bin/ubridge
+
+ einfo "\nNOTE: To read packets from the network interfaces with ubridge as"
+ einfo "normal user you have to add trusted users to the \"ubridge\" group.\n"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2024-10-11 5:01 Eli Schwartz
0 siblings, 0 replies; 12+ messages in thread
From: Eli Schwartz @ 2024-10-11 5:01 UTC (permalink / raw
To: gentoo-commits
commit: edff608fddd719627cf29c8ec65763fcd70ef198
Author: Garri Djavadyan <g.djavadyan <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 21:51:01 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 05:01:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edff608f
net-misc/ubridge: Remove Garri from the proxied maintainers list
Garri steps down as a proxied maintainer for net-misc/ubridge as
he is no longer exposed to Gentoo systems.
Closes: https://bugs.gentoo.org/652162
Signed-off-by: Garri Djavadyan <g.djavadyan <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38892
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
net-misc/ubridge/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-misc/ubridge/metadata.xml b/net-misc/ubridge/metadata.xml
index b88e389fc010..fe502990b1e8 100644
--- a/net-misc/ubridge/metadata.xml
+++ b/net-misc/ubridge/metadata.xml
@@ -5,10 +5,6 @@
<email>mmk@levelnine.at</email>
<name>Michael Mair-Keimberger</name>
</maintainer>
- <maintainer type="person" proxied="yes">
- <email>g.djavadyan@gmail.com</email>
- <name>Garri Djavadyan</name>
- </maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
@ 2025-01-07 5:20 Ionen Wolkens
0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2025-01-07 5:20 UTC (permalink / raw
To: gentoo-commits
commit: f9f1e9ec67c73ab29266ee5f21c1ca483b712531
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 02:13:29 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 05:18:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f1e9ec
net-misc/ubridge: drop 0.9.18
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/ubridge/Manifest | 1 -
net-misc/ubridge/ubridge-0.9.18.ebuild | 47 ----------------------------------
2 files changed, 48 deletions(-)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
index 5cf3d291486a..e0c9e79c5f09 100644
--- a/net-misc/ubridge/Manifest
+++ b/net-misc/ubridge/Manifest
@@ -1,2 +1 @@
-DIST ubridge-0.9.18.tar.gz 64340 BLAKE2B 7ac540ccf180adc8bf0bb0d440d6a0335626181ba680f7f94cea43d6b6b70745cd64f8ee8048aa1621b7407fea83cf03039147ffe38236e70970c014771ab09b SHA512 f2c9e9d0242f61363a3f4ce6f1acf4013245ff0854a7f64c96d6b8737bd3cc505a38aaf43a0928e2a5a88bcd39f786e00fab68748ad56770d18d713005750c60
DIST ubridge-0.9.19.tar.gz 66911 BLAKE2B c9de0485b84fa7cb78edb6651f0022c6e3f3d6e62aa2e1c56927c62d540ae1efaee25225bc7eb843ad688b7bd0aa39eb8a2ff1015a5c01f2d23d5a798b21ff14 SHA512 b693a64569ba17fcb40f8a7894fcc205efba17fc3103150bb6f1d7a8a165505c88251e75f56d003f4c4337e97bffa57b5948156e42d01a2938b8d969a088ff32
diff --git a/net-misc/ubridge/ubridge-0.9.18.ebuild b/net-misc/ubridge/ubridge-0.9.18.ebuild
deleted file mode 100644
index adfeeba6492c..000000000000
--- a/net-misc/ubridge/ubridge-0.9.18.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fcaps toolchain-funcs
-
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
-HOMEPAGE="https://github.com/GNS3/ubridge"
-SRC_URI="https://github.com/GNS3/ubridge/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3+"
-
-RDEPEND="
- acct-group/ubridge
- dev-libs/iniparser:4=
- net-libs/libpcap"
-
-DEPEND="${RDEPEND}"
-
-# Bugs: https://bugs.gentoo.org/647588
-# https://github.com/GNS3/ubridge/issues/60
-PATCHES=( "${FILESDIR}/${PN}-0.9.16_add_slotted_iniparser-4.1+_support.patch" )
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- SYSTEM_INIPARSER=1
-}
-
-src_install() {
- exeinto /usr/bin
- exeopts -m 710 -g ubridge
- doexe ubridge
-
- dodoc README.rst
-}
-
-pkg_postinst() {
- fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
- "${EROOT}"/usr/bin/ubridge
-
- einfo "\nNOTE: To read packets from the network interfaces with ubridge as"
- einfo "normal user you have to add trusted users to the \"ubridge\" group.\n"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2025-01-07 5:20 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-03 2:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2018-03-05 0:31 Thomas Deutschmann
2018-03-14 17:52 Michał Górny
2018-11-07 23:44 Thomas Deutschmann
2020-07-25 22:13 Aaron Bauman
2020-07-25 22:13 Aaron Bauman
2020-07-25 22:13 Aaron Bauman
2020-08-16 18:55 Jonas Stein
2024-10-10 20:29 Conrad Kostecki
2024-10-10 20:29 Conrad Kostecki
2024-10-11 5:01 Eli Schwartz
2025-01-07 5:20 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox