]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libpcap: Update to 1.10.1
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Jun 2021 20:16:18 +0000 (22:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Jun 2021 09:32:19 +0000 (09:32 +0000)
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>
config/rootfiles/common/libpcap
lfs/libpcap

index c97b9e8c0355e6b1ea04a22d53b37ca1c8e5208b..514f57558b05d7506dcff1626330ea88ce866b78 100644 (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
index 14ce62676b475cb79096a1e60cd54e7752f3321c..0cdc06e8fa478ec448805e11d3fa1ccba9bf934a 100644 (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)