summaryrefslogtreecommitdiff
path: root/tcpdump
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-01-02 14:50:28 +0100
committerJuergen Daubert <jue@jue.li>2021-01-02 14:50:28 +0100
commitc0e1b25d95e4e578ed8bb4e2847b89fc636d3517 (patch)
tree9888be0218789459acc90d0800bfb798edf7665d /tcpdump
parent539c9913492ef00e83dccd3afe6420410e19724e (diff)
downloadopt-c0e1b25d95e4e578ed8bb4e2847b89fc636d3517.tar.gz
opt-c0e1b25d95e4e578ed8bb4e2847b89fc636d3517.tar.xz
tcpdump: update to 4.99.0
Diffstat (limited to 'tcpdump')
-rw-r--r--tcpdump/.footprint4
-rw-r--r--tcpdump/.signature8
-rw-r--r--tcpdump/Pkgfile6
3 files changed, 9 insertions, 9 deletions
diff --git a/tcpdump/.footprint b/tcpdump/.footprint
index aab0b9a3a..866cfda90 100644
--- a/tcpdump/.footprint
+++ b/tcpdump/.footprint
@@ -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/
diff --git a/tcpdump/.signature b/tcpdump/.signature
index 877f6beea..850a05edc 100644
--- a/tcpdump/.signature
+++ b/tcpdump/.signature
@@ -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
diff --git a/tcpdump/Pkgfile b/tcpdump/Pkgfile
index c930e4bd3..a1feb172e 100644
--- a/tcpdump/Pkgfile
+++ b/tcpdump/Pkgfile
@@ -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
}

Generated by cgit