]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libpcap: Update to 1.10.0
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 3 Apr 2021 16:25:50 +0000 (18:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Apr 2021 09:54:40 +0000 (09:54 +0000)
For details see:
https://www.tcpdump.org/libpcap-changes.txt

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libpcap
lfs/libpcap

index 868f870fa0b6327f565e7b6c8a7f104882795e75..c97b9e8c0355e6b1ea04a22d53b37ca1c8e5208b 100644 (file)
@@ -21,7 +21,7 @@
 #usr/lib/libpcap.a
 usr/lib/libpcap.so
 usr/lib/libpcap.so.1
-usr/lib/libpcap.so.1.9.1
+usr/lib/libpcap.so.1.10.0
 #usr/lib/pkgconfig/libpcap.pc
 #usr/share/man/man1/pcap-config.1
 #usr/share/man/man3/pcap.3pcap
@@ -58,6 +58,7 @@ usr/lib/libpcap.so.1.9.1
 #usr/share/man/man3/pcap_get_tstamp_precision.3pcap
 #usr/share/man/man3/pcap_geterr.3pcap
 #usr/share/man/man3/pcap_getnonblock.3pcap
+#usr/share/man/man3/pcap_init.3pcap
 #usr/share/man/man3/pcap_inject.3pcap
 #usr/share/man/man3/pcap_is_swapped.3pcap
 #usr/share/man/man3/pcap_lib_version.3pcap
index ccf78a44921da71974b3ec97a384a8fb7658dfa1..14ce62676b475cb79096a1e60cd54e7752f3321c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.9.1
+VER        = 1.10.0
 
 THISAPP    = libpcap-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 21af603d9a591c7d96a6457021d84e6c
+$(DL_FILE)_MD5 = 8c12dc19dd7e0d02d2bb6596eb5a71c7
 
 install : $(TARGET)