summaryrefslogtreecommitdiff
path: root/libpcap
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-09-03 13:42:22 +0200
committerJuergen Daubert <jue@jue.li>2014-09-03 13:42:22 +0200
commitd901dd8e2d52ab5a5a88879bd62369642a2cc0cf (patch)
tree31fede192be689bf81f8d946d1bc177bf8f59e90 /libpcap
parent3cd9c2a344dca979c72a503d3ef33072add5e6a6 (diff)
downloadopt-d901dd8e2d52ab5a5a88879bd62369642a2cc0cf.tar.gz
opt-d901dd8e2d52ab5a5a88879bd62369642a2cc0cf.tar.xz
libpcap: update to 1.6.2
Diffstat (limited to 'libpcap')
-rw-r--r--libpcap/.footprint4
-rw-r--r--libpcap/.md5sum2
-rw-r--r--libpcap/Pkgfile4
3 files changed, 4 insertions, 6 deletions
diff --git a/libpcap/.footprint b/libpcap/.footprint
index 3cf8b00a4..3cbcc71ea 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.6.1
--rwxr-xr-x root/root usr/lib/libpcap.so.1.6.1
+lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.6.2
+-rwxr-xr-x root/root usr/lib/libpcap.so.1.6.2
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 d315c6270..ae319c2c8 100644
--- a/libpcap/.md5sum
+++ b/libpcap/.md5sum
@@ -1 +1 @@
-5eb05edf6b6c6e63d536d1c9fbfb2f7c libpcap-1.6.1.tar.gz
+5f14191c1a684a75532c739c2c4059fa libpcap-1.6.2.tar.gz
diff --git a/libpcap/Pkgfile b/libpcap/Pkgfile
index 7b2b6a6f0..cc2884856 100644
--- a/libpcap/Pkgfile
+++ b/libpcap/Pkgfile
@@ -4,15 +4,13 @@
# Depends on: eudev libusb
name=libpcap
-version=1.6.1
+version=1.6.2
release=1
source=(http://www.tcpdump.org/release/$name-$version.tar.gz)
build () {
cd $name-$version
- sed -i '/ln [^-][^s]/s/ln/ln -s/' Makefile.in
-
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-dbus \

Generated by cgit