p0f: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:10:50 +00:00
parent 0037f08383
commit bfd32d35b5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 35 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/p0f.fp
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/p0f
-rwxr-xr-x root/root usr/sbin/p0f-client
-rwxr-xr-x root/root usr/sbin/p0f-sendsyn
-rwxr-xr-x root/root usr/sbin/p0f-sendsyn6

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+6VJAXrBUSoGcD3cx81y56+fpMXUn6DjojBGJmMHn7nPaA6QwlQJIdcmxp2hx3BqunDipXlU26j+3tt6iRxdAY=
SHA256 (Pkgfile) = be9adfb38cfab605a7d90d9311f1c92436e3fa8ab090fe52bac15f01730de01c
SHA256 (.footprint) = a9ddec6c2f11731171174f0c9e89e52e383000f831123b2b1965a3d3f58efa4d
SHA256 (p0f-3.09b.tgz) = 543b68638e739be5c3e818c3958c3b124ac0ccb8be62ba274b4241dbdec00e7f

View File

@ -1,22 +0,0 @@
# Description: Passive OS fingerprinting tool
# URL: https://lcamtuf.coredump.cx/p0f.shtml
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Mattias Hedenskog mattias at hedenskog dot se
# Depends on: libpcap
name=p0f
version=3.09b
release=1
source=(http://lcamtuf.coredump.cx/p0f3/releases/p0f-$version.tgz)
build() {
cd $name-$version
sed -i 's|p0f.fp|/etc/p0f.fp|1' config.h
make
install -d $PKG/usr/sbin $PKG/etc
install -m 755 p0f $PKG/usr/sbin
install -m 644 p0f.fp $PKG/etc
cd tools
make
for i in *.c;do install $(basename "$i" .c) $PKG/usr/sbin;done
}