diff options
author | Juergen Daubert <jue@jue.li> | 2007-07-26 15:03:38 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-07-26 15:03:38 +0200 |
commit | 815123f98108439a75fc13238ebb42528cbb4424 (patch) | |
tree | e4fc36063d05ec526afc176210e1d7bbf0240d90 /libpcap | |
parent | e9af915397b6745a5eace85e3ae26f23d094e046 (diff) | |
download | opt-815123f98108439a75fc13238ebb42528cbb4424.tar.gz opt-815123f98108439a75fc13238ebb42528cbb4424.tar.xz |
libpcap: update to 0.9.7
Diffstat (limited to 'libpcap')
-rw-r--r-- | libpcap/.footprint | 6 | ||||
-rw-r--r-- | libpcap/.md5sum | 2 | ||||
-rw-r--r-- | libpcap/Pkgfile | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/libpcap/.footprint b/libpcap/.footprint index 36637ae8d..57694df54 100644 --- a/libpcap/.footprint +++ b/libpcap/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/pcap.h 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.0.9.6 -lrwxrwxrwx root/root usr/lib/libpcap.so.0 -> libpcap.so.0.9.6 --rwxr-xr-x root/root usr/lib/libpcap.so.0.9.6 +lrwxrwxrwx root/root usr/lib/libpcap.so -> libpcap.so.0.9.7 +lrwxrwxrwx root/root usr/lib/libpcap.so.0 -> libpcap.so.0.9.7 +-rwxr-xr-x root/root usr/lib/libpcap.so.0.9.7 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pcap.3.gz diff --git a/libpcap/.md5sum b/libpcap/.md5sum index f5493ae5a..ad262e098 100644 --- a/libpcap/.md5sum +++ b/libpcap/.md5sum @@ -1 +1 @@ -2e1b5e983654c1d5991450e3e0e525ca libpcap-0.9.6.tar.gz +77bc1f1de0de8488c7cb28e4753b9603 libpcap-0.9.7.tar.gz diff --git a/libpcap/Pkgfile b/libpcap/Pkgfile index a611f17ca..50a7661bf 100644 --- a/libpcap/Pkgfile +++ b/libpcap/Pkgfile @@ -3,13 +3,12 @@ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=libpcap -version=0.9.6 +version=0.9.7 release=1 source=(http://www.tcpdump.org/release/$name-$version.tar.gz) build () { cd $name-$version - sed -i 's/0.9.5/0.9.6/' VERSION ./configure --prefix=/usr --enable-ipv6 make make DESTDIR=$PKG install install-shared |