summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-06-10 11:21:27 +0200
committerJuergen Daubert <jue@jue.li>2021-06-10 11:21:27 +0200
commitb6e8c5edefac821ad1f4ae67a34cbe2d204b53f6 (patch)
treeb2b5fc3d370c4309f73a55d7c66d569835fc5d45
parent1759913b518d5183aa7553ea3724ce7134458558 (diff)
downloadopt-b6e8c5edefac821ad1f4ae67a34cbe2d204b53f6.tar.gz
opt-b6e8c5edefac821ad1f4ae67a34cbe2d204b53f6.tar.xz
libpcap: update to 1.10.1
-rw-r--r--libpcap/.footprint4
-rw-r--r--libpcap/.signature8
-rw-r--r--libpcap/Pkgfile21
3 files changed, 17 insertions, 16 deletions
diff --git a/libpcap/.footprint b/libpcap/.footprint
index 18cee5e8f..631771fbe 100644
--- a/libpcap/.footprint
+++ b/libpcap/.footprint
@@ -24,8 +24,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.0
--rwxr-xr-x root/root usr/lib/libpcap.so.1.10.0
+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
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 35f053cd4..a4dc54902 100644
--- a/libpcap/.signature
+++ b/libpcap/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/QM4R4mWXZ9qOVVlo8yuKUeoB5S9ql5tN28I4ovDXyINmwYy0ydziMnnAxJ/+EI0GHWCZF6OJrXedTu/R3UuIQ8=
-SHA256 (Pkgfile) = 0b837119b5dde5988a361bae6c4406888b2f19ebf720e3d399839b810d0e7df5
-SHA256 (.footprint) = 46babb827144ebc504861ecd4eb1a98cd412c80122283b36fa4aa19fa24e49f0
-SHA256 (libpcap-1.10.0.tar.gz) = 8d12b42623eeefee872f123bd0dc85d535b00df4d42e865f993c40f7bfc92b1e
+RWSE3ohX2g5d/eAKPR3NLLLPaJCykFvWr+0G1JPtrnoitKmYvPBsdU+c7JPsfuYhJ/A2xUffEoBmSOwzCqnojGSRFYg3P9hW1gQ=
+SHA256 (Pkgfile) = 3a2cff44f03128e72f25bbdbe08bbba5a04200eb2c8b7a8a46b5b4210ccc83ab
+SHA256 (.footprint) = 64f9b9b4bda101be22af72dd47d42b9e7e865da63ac3ad1c51b43cd3ecc0eb36
+SHA256 (libpcap-1.10.1.tar.gz) = ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4
diff --git a/libpcap/Pkgfile b/libpcap/Pkgfile
index 403d1498d..7ec0e3520 100644
--- a/libpcap/Pkgfile
+++ b/libpcap/Pkgfile
@@ -1,18 +1,19 @@
# Description: Packet capture library
-# URL: https://www.tcpdump.org/
-# Maintainer: Juergen Daubert, jue at crux dot nu
+# URL: https://www.tcpdump.org/
+# Maintainer: Juergen Daubert, jue at crux dot nu
name=libpcap
-version=1.10.0
+version=1.10.1
release=1
source=(https://www.tcpdump.org/release/$name-$version.tar.gz)
-build () {
- cd $name-$version
+build() {
+ cd $name-$version
- ./configure --prefix=/usr \
- --disable-dbus \
- --without-libnl
- make
- make DESTDIR=$PKG install install-shared
+ ./configure \
+ --prefix=/usr \
+ --disable-dbus \
+ --without-libnl
+ make
+ make DESTDIR=$PKG install install-shared
}

Generated by cgit