diff options
author | itojun <itojun> | 2003-09-06 04:56:28 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-09-06 04:56:28 +0000 |
commit | d123f5f4dec24478118ee2fe28280a60a3d64aa1 (patch) | |
tree | 7388dd420478eb11a7d9aad81a9384e654b2e242 /security/p0f | |
parent | 3438493538c716bca0ebb3774e8ae1691aa33ad8 (diff) | |
download | pkgsrc-d123f5f4dec24478118ee2fe28280a60a3d64aa1.tar.gz |
upgrade to 2.0.1.
from webpage:
>v2 is a significantly more accurate, precise and faster brother of the original
>proof-of-concept tool I released in 2000. P0f v1 is largely obsolete...
Diffstat (limited to 'security/p0f')
-rw-r--r-- | security/p0f/Makefile | 10 | ||||
-rw-r--r-- | security/p0f/distinfo | 8 | ||||
-rw-r--r-- | security/p0f/patches/patch-aa | 20 |
3 files changed, 19 insertions, 19 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile index a590bc10057..efcb97bb04b 100644 --- a/security/p0f/Makefile +++ b/security/p0f/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:20:12 martti Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/06 04:56:28 itojun Exp $ # -DISTNAME= p0f-1.8.3 +DISTNAME= p0f +PKGNAME= p0f-2.0.1 CATEGORIES= security net -MASTER_SITES= http://www.stearns.org/p0f/ +MASTER_SITES= http://lcamtuf.coredump.cx/ EXTRACT_SUFX= .tgz MAINTAINER= dawszy@arhea.net COMMENT= Passive OS fingerprinting tool +HOMEPAGE= http://lcamtuf.coredump.cx/p0f.shtml USE_BUILDLINK2= yes USE_PKGINSTALL= yes @@ -17,7 +19,7 @@ CONF_FILES= ${PREFIX}/share/examples/p0f/p0f.fp ${PKG_SYSCONFDIR}/p0f.fp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/p0f.README + ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/p0f.README ${INSTALL_DATA} ${WRKSRC}/p0frep ${PREFIX}/share/doc/p0frep ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p0f ${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/share/examples/p0f diff --git a/security/p0f/distinfo b/security/p0f/distinfo index 456eaf70676..80d8562200e 100644 --- a/security/p0f/distinfo +++ b/security/p0f/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/07/12 01:11:00 zuntum Exp $ +$NetBSD: distinfo,v 1.6 2003/09/06 04:56:28 itojun Exp $ -SHA1 (p0f-1.8.3.tgz) = 1fc476d23ad951d047c3b4f5abbf5078172642c0 -Size (p0f-1.8.3.tgz) = 29733 bytes -SHA1 (patch-aa) = 247551da9cb6194577b4bab32e3b9b0355b13bbc +SHA1 (p0f.tgz) = 52e7e627dcf28e423eb5f85382f1d575cbbf95b4 +Size (p0f.tgz) = 53102 bytes +SHA1 (patch-aa) = 370fa780873e606697acbc21c9fc9fdce81f6ab6 diff --git a/security/p0f/patches/patch-aa b/security/p0f/patches/patch-aa index 1561c309f91..5c2c96e3ad1 100644 --- a/security/p0f/patches/patch-aa +++ b/security/p0f/patches/patch-aa @@ -1,17 +1,15 @@ -$NetBSD: patch-aa,v 1.4 2003/07/12 01:11:00 zuntum Exp $ +$NetBSD: patch-aa,v 1.5 2003/09/06 04:56:29 itojun Exp $ ---- Makefile.orig Fri Feb 7 04:30:54 2003 -+++ Makefile -@@ -4,12 +4,10 @@ - # (C) Copyright 2001 by William Stearns <wstearns@pobox.com> +--- mk/NetBSD- 2003-09-06 13:52:37.000000000 +0900 ++++ mk/NetBSD 2003-09-06 13:52:52.000000000 +0900 +@@ -7,10 +7,8 @@ + # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx> # -CC = gcc - CLIBS = -lpcap -I/usr/include/pcap - MYSQLCLIBS = -L/usr/local/mysql/lib -lmysqlclient -lpcap -I/usr/include/pcap -I/usr/local/mysql/include - SUNLIBS = -lsocket -lnsl -D_SUN_=1 - STRIP = strip --CFLAGS = -O3 -Wall + LIBS = -lpcap -I/usr/include/pcap -I/usr/local/include/pcap + STRIP = strip +-CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops FILE = p0f - VERSION = 1.8.3 + all: $(FILE) strip |