From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/
Date: Sun, 1 Jan 2023 02:37:45 +0000 (UTC) [thread overview]
Message-ID: <1672540492.f7a0467760358bdf4042b0a162dd61f880ff1b90.sam@gentoo> (raw)
commit: f7a0467760358bdf4042b0a162dd61f880ff1b90
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 1 02:34:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 1 02:34:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a04677
net-libs/libpcap: add 1.10.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libpcap/Manifest | 2 ++
.../{libpcap-9999.ebuild => libpcap-1.10.2.ebuild} | 16 ++++------------
net-libs/libpcap/libpcap-9999.ebuild | 16 ++++------------
3 files changed, 10 insertions(+), 24 deletions(-)
diff --git a/net-libs/libpcap/Manifest b/net-libs/libpcap/Manifest
index 87ff3b256453..ee7a63215c96 100644
--- a/net-libs/libpcap/Manifest
+++ b/net-libs/libpcap/Manifest
@@ -1,2 +1,4 @@
DIST libpcap-1.10.1-upstream.tar.gz 935221 BLAKE2B 0ec028e5d026a97b92ba6f23f88daf36b827eee08a752a0162fbabd1b5a2a70141ec403b6ff26dc3eb25ca5c6630c9c2f60f05b33161770da3d5e829c4eecdc6 SHA512 56c314f19c2b857742bf8abcb1e78066986aaa95cec339b75a3c8b70a9fa2b5167da98708352f9ec97a1cea2700cfb4e040bda108d58ac46cec9b7deab88d171
DIST libpcap-1.10.1-upstream.tar.gz.sig 442 BLAKE2B b76bf3c40a923b6c8fb9a356dff49a90e30dd0b0d785f138ac56bf1a41ad3a6fcfa3d5b3d28c12543857c5616b8938108b06313e35e4474d50991b72d9d371c8 SHA512 f9807efd11d99524b247981e5f4f02e1ffbeaa8468a9a22c66f9931a894071b9182164807b9fd11436883d36e8b0c6cc62302852005d958e34b5236e20caa33d
+DIST libpcap-1.10.2.tar.gz 951063 BLAKE2B f8280c8e12065b4d86e451df8504c834da9c94b25029f0e5c22359d0ce35cf4e3490fa3343d0112209600ea01ffa54249c82c20e2859515884daee759e4a5e9b SHA512 ccacebf367db44ab74e588f88a4fd7cd82c58e478e6c35414ae36df58fb06d85d542597485b1d1393edfaacc2bc5d35578b7b87fee4965f6dfde10a03d2ddd32
+DIST libpcap-1.10.2.tar.gz.sig 442 BLAKE2B c470ff70e58c13dfd1a6d72a00d83883515b9ca63e1561b3acbb75d744b043726df9b8dcb70dfa5ea1c0fa54624a407364d85e83fd3ec4dfd605aa401f5351df SHA512 122bf14c2525a05b2781f6d7bc029d73bcf4584c184220b9f9716def327cc0521ec78d658ad58bdf8a9cd9415ab9ad4d1d24ed1880db25ace6a01a93786bcc5e
diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-1.10.2.ebuild
similarity index 85%
copy from net-libs/libpcap/libpcap-9999.ebuild
copy to net-libs/libpcap/libpcap-1.10.2.ebuild
index 6f83d33095c3..9bda8d87fb64 100644
--- a/net-libs/libpcap/libpcap-9999.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools multilib-minimal
@@ -15,10 +15,8 @@ else
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
inherit verify-sig
- # Note: drop -upstream on bump, this is just because we switched to the official
- # distfiles for verify-sig
- SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> ${P}-upstream.tar.gz"
- SRC_URI+=" verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
+ SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz"
+ SRC_URI+=" verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
fi
@@ -47,12 +45,6 @@ if [[ ${PV} != *9999* ]] ; then
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-tcpdump )"
fi
-PATCHES=(
- "${FILESDIR}"/${PN}-1.10.0-usbmon.patch
-
- "${FILESDIR}"/${PN}-1.10.1-pcap-config.patch
-)
-
src_prepare() {
default
diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild
index 6f83d33095c3..9bda8d87fb64 100644
--- a/net-libs/libpcap/libpcap-9999.ebuild
+++ b/net-libs/libpcap/libpcap-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools multilib-minimal
@@ -15,10 +15,8 @@ else
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
inherit verify-sig
- # Note: drop -upstream on bump, this is just because we switched to the official
- # distfiles for verify-sig
- SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> ${P}-upstream.tar.gz"
- SRC_URI+=" verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
+ SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz"
+ SRC_URI+=" verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
fi
@@ -47,12 +45,6 @@ if [[ ${PV} != *9999* ]] ; then
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-tcpdump )"
fi
-PATCHES=(
- "${FILESDIR}"/${PN}-1.10.0-usbmon.patch
-
- "${FILESDIR}"/${PN}-1.10.1-pcap-config.patch
-)
-
src_prepare() {
default
next reply other threads:[~2023-01-01 2:37 UTC|newest]
Thread overview: 132+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-01 2:37 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 2:55 [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/ Sam James
2024-11-02 6:18 Sam James
2024-10-14 21:59 Sam James
2024-10-09 7:23 Arthur Zamarin
2024-10-08 21:50 Jakov Smolić
2024-10-05 12:58 Arthur Zamarin
2024-10-05 11:12 Sam James
2024-09-01 10:10 Sam James
2024-09-01 7:10 Sam James
2023-11-25 6:36 Sam James
2023-08-02 13:25 Sam James
2023-06-21 21:46 Sam James
2023-06-14 12:31 Arthur Zamarin
2023-06-14 12:31 Arthur Zamarin
2023-06-14 12:31 Arthur Zamarin
2023-06-14 6:08 Sam James
2023-06-14 6:08 Sam James
2023-06-14 6:05 Sam James
2023-05-22 16:26 David Seifert
2023-04-08 21:40 Sam James
2023-03-19 17:36 Arthur Zamarin
2023-03-09 9:00 Sam James
2023-03-09 8:59 Sam James
2023-03-09 8:59 Sam James
2023-03-09 8:59 Sam James
2023-03-09 8:54 Sam James
2023-03-09 8:54 Sam James
2023-03-09 8:02 Arthur Zamarin
2023-03-09 7:38 Arthur Zamarin
2023-01-13 7:25 Sam James
2022-12-30 7:59 Sam James
2022-10-08 17:09 Sam James
2022-09-23 1:35 Sam James
2022-08-27 6:15 Sam James
2022-05-05 23:48 WANG Xuerui
2022-05-05 23:48 WANG Xuerui
2022-01-01 9:38 Sam James
2021-12-15 23:38 Sam James
2021-09-21 12:31 James Le Cuirot
2021-08-01 2:59 Sam James
2021-07-31 22:23 Sam James
2021-07-31 22:23 Sam James
2021-07-31 22:12 Sam James
2021-07-31 19:23 Sergei Trofimovich
2021-07-31 13:40 Michał Górny
2021-06-10 17:54 Sam James
2021-06-03 19:15 Sam James
2021-04-16 5:40 Sam James
2021-04-16 5:33 Sam James
2021-04-16 5:33 Sam James
2021-03-04 5:29 Sam James
2021-02-16 12:34 Sam James
2021-02-14 2:10 Sam James
2021-02-12 13:46 Sam James
2021-02-06 0:02 Sam James
2021-02-05 12:31 Sam James
2021-02-05 10:40 Sam James
2021-02-05 6:36 Sam James
2021-02-05 6:34 Sam James
2020-12-31 8:53 Sam James
2020-12-13 23:23 Sam James
2020-11-14 10:02 Mikle Kolyada
2020-11-13 23:33 Sam James
2020-11-12 0:35 Thomas Deutschmann
2020-11-08 0:32 Sam James
2020-11-08 0:32 Sam James
2020-11-07 20:37 Sergei Trofimovich
2020-11-07 20:34 Sergei Trofimovich
2020-11-07 20:22 Sergei Trofimovich
2020-11-07 20:10 Sergei Trofimovich
2020-11-04 12:35 Mikle Kolyada
2020-11-04 3:08 Sam James
2020-11-04 3:08 Sam James
2020-09-01 10:03 Jeroen Roovers
2020-08-31 21:16 Jeroen Roovers
2020-08-18 11:26 Jeroen Roovers
2020-08-18 11:16 Jeroen Roovers
2020-07-14 13:55 Sam James
2020-06-26 20:21 Thomas Deutschmann
2020-05-11 6:23 Mart Raudsepp
2020-03-18 0:18 Matt Turner
2020-02-29 10:25 Sergei Trofimovich
2020-02-08 18:55 David Seifert
2020-02-06 9:02 Sergei Trofimovich
2020-02-06 8:34 Sergei Trofimovich
2020-02-06 8:23 Sergei Trofimovich
2020-01-20 13:30 Jeroen Roovers
2020-01-19 20:47 Jeroen Roovers
2020-01-19 20:47 Jeroen Roovers
2020-01-19 20:47 Jeroen Roovers
2020-01-09 13:39 Jeroen Roovers
2020-01-09 13:39 Jeroen Roovers
2019-10-20 8:55 Mikle Kolyada
2019-10-14 9:53 Agostino Sarubbo
2019-10-14 2:41 Matt Turner
2019-10-11 22:32 Sergei Trofimovich
2019-10-07 19:12 Sergei Trofimovich
2019-10-07 10:44 Agostino Sarubbo
2019-10-07 9:53 Agostino Sarubbo
2019-10-07 9:47 Agostino Sarubbo
2019-10-07 8:42 Agostino Sarubbo
2019-10-07 0:47 Aaron Bauman
2019-10-06 21:18 Thomas Deutschmann
2019-10-02 6:35 Jeroen Roovers
2019-09-30 16:43 Jeroen Roovers
2019-08-31 20:21 Matt Turner
2019-05-04 19:41 Mikle Kolyada
2018-07-23 7:58 Jeroen Roovers
2018-07-23 7:58 Jeroen Roovers
2018-07-20 12:02 Jeroen Roovers
2018-06-28 13:55 Mikle Kolyada
2017-05-21 21:39 Jeroen Roovers
2017-05-21 13:19 Michał Górny
2017-03-01 13:22 Michael Weber
2017-02-14 13:40 Jeroen Roovers
2017-02-10 17:34 Michael Weber
2017-01-22 11:40 Jeroen Roovers
2017-01-16 19:56 Tobias Klausmann
2017-01-15 20:29 Jeroen Roovers
2017-01-10 15:22 Agostino Sarubbo
2017-01-10 14:56 Agostino Sarubbo
2016-12-21 13:04 Thomas Deutschmann
2016-11-14 19:58 Jeroen Roovers
2016-10-26 9:04 Jeroen Roovers
2016-10-11 17:40 Jeroen Roovers
2016-10-05 18:58 Markus Meier
2016-10-01 13:59 Jeroen Roovers
2016-09-22 10:57 Tobias Klausmann
2016-07-27 11:36 Jeroen Roovers
2016-07-26 13:46 Jeroen Roovers
2016-07-26 13:46 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1672540492.f7a0467760358bdf4042b0a162dd61f880ff1b90.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox