libpcap: Update to 1.10.1

For details see:
http://www.tcpdump.org/libpcap-changes.txt

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2021-06-11 22:16:18 +02:00
committed by Michael Tremer
parent 5ebf4bdbd2
commit 200ed6b4df
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
#usr/lib/libpcap.a
usr/lib/libpcap.so
usr/lib/libpcap.so.1
usr/lib/libpcap.so.1.10.0
usr/lib/libpcap.so.1.10.1
#usr/lib/pkgconfig/libpcap.pc
#usr/share/man/man1/pcap-config.1
#usr/share/man/man3/pcap.3pcap

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.10.0
VER = 1.10.1
THISAPP = libpcap-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 8c12dc19dd7e0d02d2bb6596eb5a71c7
$(DL_FILE)_MD5 = 28e17495004036567c2cc884b51eba45
install : $(TARGET)