mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
5ebf4bdbd2
commit
200ed6b4df
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user