ports/opt (3.3): tcpdump: update to 4.8.1
commit 8fd575860f55a4a3493e7c35ab15ee912d392270 Author: Juergen Daubert <jue@jue.li> Date: Fri Oct 28 16:34:37 2016 +0200 tcpdump: update to 4.8.1 diff --git a/tcpdump/.footprint b/tcpdump/.footprint index 85aea8f..aab0b9a 100644 --- a/tcpdump/.footprint +++ b/tcpdump/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/tcpdump.1.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/tcpdump +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tcpdump.1.gz diff --git a/tcpdump/.md5sum b/tcpdump/.md5sum index 54805ea..34905c0 100644 --- a/tcpdump/.md5sum +++ b/tcpdump/.md5sum @@ -1 +1 @@ -58af728de36f499341918fc4b8e827c3 tcpdump-4.7.4.tar.gz +32f57943649f276e09236ba66622bb0c tcpdump-4.8.1.tar.gz diff --git a/tcpdump/Pkgfile b/tcpdump/Pkgfile index 0e533fb..1bbd4b4 100644 --- a/tcpdump/Pkgfile +++ b/tcpdump/Pkgfile @@ -4,15 +4,13 @@ # Depends on: libpcap, openssl name=tcpdump -version=4.7.4 +version=4.8.1 release=1 source=(http://www.tcpdump.org/release/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --enable-ipv6 + ./configure --prefix=/usr --enable-ipv6 make make DESTDIR=$PKG install rm $PKG/usr/sbin/tcpdump.$version
participants (1)
-
crux@crux.nu