commit:     e1fc50788683d192f23da870c41821be13bd55db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 07:24:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 07:24:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fc5078

net-libs/libpcap: add 1.10.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libpcap/Manifest              |  2 +
 net-libs/libpcap/libpcap-1.10.3.ebuild | 97 ++++++++++++++++++++++++++++++++++
 2 files changed, 99 insertions(+)

diff --git a/net-libs/libpcap/Manifest b/net-libs/libpcap/Manifest
index ee7a63215c96..88e72a145a9d 100644
--- a/net-libs/libpcap/Manifest
+++ b/net-libs/libpcap/Manifest
@@ -2,3 +2,5 @@ DIST libpcap-1.10.1-upstream.tar.gz 935221 BLAKE2B 
0ec028e5d026a97b92ba6f23f88da
 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
+DIST libpcap-1.10.3.tar.gz 951869 BLAKE2B 
3614042f7d8cd5a25221f52d2ed09f9f44643cdc0901ff21041ddb7ba85193c667036f7d989c8b59e6e205d630e062da46533110914dd287013a9ff80b31e97f
 SHA512 
57bc07cbc8c326e203ce10ce1eb9f55760fc33320718d8643c65a68949334291877dffcf19af5f61eb9b4eda2d8ffe7bacee38363d2d6536cc85ae81c851684d
+DIST libpcap-1.10.3.tar.gz.sig 442 BLAKE2B 
30f0053bc05564fd06aeac751d85eb4838c55c783a0eed450f4de238391c87b8915378f4dc679a14276c9e5e17e9bc74b861241a0a0e86bb22dc2680552f43db
 SHA512 
dc5ae51a96f9dfc570009a5c711a1e4eca012e99d6eb7af3b35c5636199b3273e92a657fdf85688650c093cc9b6c435ba1e9b84100469b2604b8d3125613b4ab

diff --git a/net-libs/libpcap/libpcap-1.10.3.ebuild 
b/net-libs/libpcap/libpcap-1.10.3.ebuild
new file mode 100644
index 000000000000..9bda8d87fb64
--- /dev/null
+++ b/net-libs/libpcap/libpcap-1.10.3.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="A system-independent library for user-level network packet 
capture"
+HOMEPAGE="https://www.tcpdump.org/ 
https://github.com/the-tcpdump-group/libpcap";
+
+if [[ ${PV} == *9999* ]] ; then
+       EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap";
+       inherit git-r3
+else
+       VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
+       inherit verify-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
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="bluetooth dbus netlink rdma remote static-libs test usb yydebug"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
+       dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
+       netlink? ( dev-libs/libnl:3[${MULTILIB_USEDEP}] )
+       remote? ( virtual/libcrypt:=[${MULTILIB_USEDEP}] )
+       rdma? ( sys-cluster/rdma-core )
+       usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       app-alternatives/yacc
+       sys-devel/flex
+       dbus? ( virtual/pkgconfig )
+"
+
+if [[ ${PV} != *9999* ]] ; then
+       BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-tcpdump )"
+fi
+
+src_prepare() {
+       default
+
+       if ! [[ -f VERSION ]]; then
+               echo ${PV} > VERSION || die
+       fi
+
+       eautoreconf
+}
+
+multilib_src_configure() {
+       # bug #884275
+       export LEX=flex
+
+       ECONF_SOURCE="${S}" econf \
+               $(use_enable bluetooth) \
+               $(use_enable dbus) \
+               $(use_enable rdma) \
+               $(use_enable remote) \
+               $(use_enable usb) \
+               $(use_enable yydebug) \
+               $(use_with netlink libnl) \
+               --enable-ipv6
+}
+
+multilib_src_compile() {
+       emake all shared
+       use test && emake testprogs
+}
+
+multilib_src_test() {
+       testprogs/findalldevstest || die
+}
+
+multilib_src_install_all() {
+       dodoc CREDITS CHANGES VERSION TODO README.* doc/README.*
+
+       # remove static libraries (--disable-static does not work)
+       if ! use static-libs; then
+               find "${ED}" -name '*.a' -exec rm {} + || die
+       fi
+
+       find "${ED}" -name '*.la' -delete || die
+
+       # We need this to build pppd on G/FBSD systems
+       if [[ "${USERLAND}" == "BSD" ]]; then
+               insinto /usr/include
+               doins pcap-int.h portability.h
+       fi
+}

Reply via email to