diff options
author | Juergen Daubert <jue@jue.li> | 2015-06-30 11:52:26 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-06-30 11:52:26 +0200 |
commit | 6e744b4f72c1948efe30791280b1d2e6cc8b863d (patch) | |
tree | 74d730e9c62e316077de8bade638476c61fbf4d9 | |
parent | d7ae000d0d8c39f027a22af0e08dc62fc2fd440b (diff) | |
download | opt-6e744b4f72c1948efe30791280b1d2e6cc8b863d.tar.gz opt-6e744b4f72c1948efe30791280b1d2e6cc8b863d.tar.xz |
libpcap: update to 1.7.4
-rw-r--r-- | libpcap/.footprint | 4 | ||||
-rw-r--r-- | libpcap/.md5sum | 2 | ||||
-rw-r--r-- | libpcap/Pkgfile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/libpcap/.footprint b/libpcap/.footprint index 903107e74..f14d81857 100644 --- a/libpcap/.footprint +++ b/libpcap/.footprint @@ -18,8 +18,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.7.3 --rwxr-xr-x root/root usr/lib/libpcap.so.1.7.3 +lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.7.4 +-rwxr-xr-x root/root usr/lib/libpcap.so.1.7.4 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/pcap-config.1.gz diff --git a/libpcap/.md5sum b/libpcap/.md5sum index 2b3b6c771..a641c7c90 100644 --- a/libpcap/.md5sum +++ b/libpcap/.md5sum @@ -1 +1 @@ -9ce284eacc02cb5491e123b875f3f63c libpcap-1.7.3.tar.gz +b2e13142bbaba857ab1c6894aedaf547 libpcap-1.7.4.tar.gz diff --git a/libpcap/Pkgfile b/libpcap/Pkgfile index 61b71649a..0c7028bbe 100644 --- a/libpcap/Pkgfile +++ b/libpcap/Pkgfile @@ -4,7 +4,7 @@ # Depends on: eudev libusb name=libpcap -version=1.7.3 +version=1.7.4 release=1 source=(http://www.tcpdump.org/release/$name-$version.tar.gz) |