ports/opt (3.7): libpcap: update to 1.10.2
commit a2476e7e70bbcfe9165a8a94cbd10957eaa53c5c Author: Juergen Daubert <jue@jue.li> Date: Mon Jan 2 12:30:58 2023 +0100 libpcap: update to 1.10.2 diff --git a/libpcap/.footprint b/libpcap/.footprint index 631771fbe..2339a682e 100644 --- a/libpcap/.footprint +++ b/libpcap/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/pcap-bpf.h -rw-r--r-- root/root usr/include/pcap-namedb.h +-rw-r--r-- root/root usr/include/pcap-util.h -rw-r--r-- root/root usr/include/pcap.h drwxr-xr-x root/root usr/include/pcap/ -rw-r--r-- root/root usr/include/pcap/bluetooth.h @@ -24,8 +25,8 @@ drwxr-xr-x root/root usr/include/pcap/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libpcap.a lrwxrwxrwx root/root usr/lib/libpcap.so -> libpcap.so.1 -lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.10.1 --rwxr-xr-x root/root usr/lib/libpcap.so.1.10.1 +lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.10.2 +-rwxr-xr-x root/root usr/lib/libpcap.so.1.10.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libpcap.pc drwxr-xr-x root/root usr/share/ diff --git a/libpcap/.signature b/libpcap/.signature index a4dc54902..5449e0be4 100644 --- a/libpcap/.signature +++ b/libpcap/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eAKPR3NLLLPaJCykFvWr+0G1JPtrnoitKmYvPBsdU+c7JPsfuYhJ/A2xUffEoBmSOwzCqnojGSRFYg3P9hW1gQ= -SHA256 (Pkgfile) = 3a2cff44f03128e72f25bbdbe08bbba5a04200eb2c8b7a8a46b5b4210ccc83ab -SHA256 (.footprint) = 64f9b9b4bda101be22af72dd47d42b9e7e865da63ac3ad1c51b43cd3ecc0eb36 -SHA256 (libpcap-1.10.1.tar.gz) = ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4 +RWSE3ohX2g5d/eoRGypBEu5Lzjy67TdlSpcY6cWdpnwKZeGSMnC2+FVxnFgYP9aH0i9zhtG4CoclcmhOFG9rAbX3OLEvYdrn0wM= +SHA256 (Pkgfile) = d9e623914b3cc81c821d82d58669d3141ad90c6e5e31a78f41b2aeac6ca39103 +SHA256 (.footprint) = 8cee827c973a0ae09022d0ee4f5192e7606798e546a8851005096ab47b4e7b06 +SHA256 (libpcap-1.10.2.tar.gz) = db6d79d4ad03b8b15fb16c42447d093ad3520c0ec0ae3d331104dcfb1ce77560 diff --git a/libpcap/Pkgfile b/libpcap/Pkgfile index 7ec0e3520..7a396bd95 100644 --- a/libpcap/Pkgfile +++ b/libpcap/Pkgfile @@ -3,17 +3,13 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=libpcap -version=1.10.1 +version=1.10.2 release=1 source=(https://www.tcpdump.org/release/$name-$version.tar.gz) build() { cd $name-$version - - ./configure \ - --prefix=/usr \ - --disable-dbus \ - --without-libnl + ./configure --prefix=/usr make make DESTDIR=$PKG install install-shared }
participants (1)
-
crux@crux.nu