tcpdump: update to 4.0.0

This commit is contained in:
Juergen Daubert 2008-10-30 12:14:26 +01:00
parent fd7f068229
commit f7e97e586f
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
c491a78c52fe73f1f7271aa5d8c6ab2e tcpdump-3.9.8.tar.gz b22ca72890df2301d922c9f2d17867f9 tcpdump-4.0.0.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: libpcap, openssl # Depends on: libpcap, openssl
name=tcpdump name=tcpdump
version=3.9.8 version=4.0.0
release=1 release=1
source=(http://www.tcpdump.org/release/$name-$version.tar.gz) source=(http://www.tcpdump.org/release/$name-$version.tar.gz)
@ -15,4 +15,5 @@ build() {
--enable-ipv6 --enable-ipv6
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm $PKG/usr/sbin/tcpdump.$version
} }