tcpdump: update to 4.99.0

This commit is contained in:
Juergen Daubert 2021-01-02 14:50:28 +01:00
parent 539c991349
commit c0e1b25d95
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/tcpdump
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/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/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TJsifJlBEh/nPb/7ZHQnuwmo9nfzRQuh72NnPAtRvnVxq9dSlILleAYp33Zh5uQ01oPH8g4IwqppHxRHGFKDQk=
SHA256 (Pkgfile) = f19dabb2d021dd06bed45c7ae452dc1c59720fe7f0e94df97ac86cd76959b1c6
SHA256 (.footprint) = 42b48f345c07d2a9409863f67dc1310e4d26b1f089309643dbea4e459f5094fb
SHA256 (tcpdump-4.9.3.tar.gz) = 2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410
RWSE3ohX2g5d/XxSxarmOkwukKezhRn/zPE7+pUzuQ3ygJavW3AVKEehmnSU/12XP7F2T+IoyHX9N/dA3aCgutRr4UeNiZ/KhQk=
SHA256 (Pkgfile) = 203ba56fbf4aa0be901da2d191024d4c9a2419a16746324d4be4cf03fd321bbb
SHA256 (.footprint) = f784d0763ed6b4b39759afb68775f8691d0662f7947fd085445db729b7f52673
SHA256 (tcpdump-4.99.0.tar.gz) = 8cf2f17a9528774a7b41060323be8b73f76024f7778f59c34efa65d49d80b842

View File

@ -4,14 +4,14 @@
# Depends on: libpcap, openssl
name=tcpdump
version=4.9.3
version=4.99.0
release=1
source=(https://www.tcpdump.org/release/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-ipv6
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/sbin/tcpdump.$version
rm $PKG/usr/bin/tcpdump.$version
}