From aea06259d8255f61a20796f01adf18e45f909328 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sat, 12 Jul 2003 01:10:59 +0000 Subject: Update p0f to version 1.8.3 Changelog: 1.8.3 (Feb 6, 2003) - Lots of new signatures - URL's for papers and sites with information on fingerprinting. - Information on the windows/Cygwin port. .exe for 1.8.3 will show up soon. 1.8.2.2 (May 13, 2002) - Rechecked version numbers. (Bill) - Mysql cleanup and integration - Mysql quickstart (Marion) 1.8.2.1 (May 12, 2002) - Mysql Support Added (Evrim ULU ) - FPS Buffer Length increased from 120 to 150 (Evrim) - p0f-mysql.conf config file added for mysql connectivity (Evrim) - parser for p0f.fp was corrected. It was including wwww:ttt: ... line in the comments. (Evrim) - mysql/db.sql file is included for creation of db tables (Evrim) - Makefile.mysql is added - no gnu autoconf support yet. (Evrim) - New RedHat 7.0 Beta Fischer FP added. (Evrim) - Max fingerprints raised to 5000 for the moresigs project. (Bill) --- security/p0f/Makefile | 5 ++--- security/p0f/PLIST | 2 +- security/p0f/distinfo | 8 ++++---- security/p0f/patches/patch-aa | 16 ++++++++++------ 4 files changed, 17 insertions(+), 14 deletions(-) (limited to 'security/p0f') diff --git a/security/p0f/Makefile b/security/p0f/Makefile index 318b3094b71..15e39570b54 100644 --- a/security/p0f/Makefile +++ b/security/p0f/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/02/02 21:32:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/12 01:10:59 zuntum Exp $ # -DISTNAME= p0f-1.8.2 -PKGREVISION= 1 +DISTNAME= p0f-1.8.3 CATEGORIES= security net MASTER_SITES= http://www.stearns.org/p0f/ EXTRACT_SUFX= .tgz diff --git a/security/p0f/PLIST b/security/p0f/PLIST index f287f3b843a..1c7b93a023f 100644 --- a/security/p0f/PLIST +++ b/security/p0f/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/02 21:32:11 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/07/12 01:10:59 zuntum Exp $ bin/p0f share/doc/p0f.README share/doc/p0frep diff --git a/security/p0f/distinfo b/security/p0f/distinfo index f1571bba6d3..456eaf70676 100644 --- a/security/p0f/distinfo +++ b/security/p0f/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/02/02 21:32:11 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2003/07/12 01:11:00 zuntum Exp $ -SHA1 (p0f-1.8.2.tgz) = e0c6cb93f9251a3c9e588290a5426c26c9a9af07 -Size (p0f-1.8.2.tgz) = 23969 bytes -SHA1 (patch-aa) = 2fc8af522a2e38a9a097a9a68ead47ae0c74c51b +SHA1 (p0f-1.8.3.tgz) = 1fc476d23ad951d047c3b4f5abbf5078172642c0 +Size (p0f-1.8.3.tgz) = 29733 bytes +SHA1 (patch-aa) = 247551da9cb6194577b4bab32e3b9b0355b13bbc diff --git a/security/p0f/patches/patch-aa b/security/p0f/patches/patch-aa index b2f78e9cca9..1561c309f91 100644 --- a/security/p0f/patches/patch-aa +++ b/security/p0f/patches/patch-aa @@ -1,13 +1,17 @@ -$NetBSD: patch-aa,v 1.3 2003/02/02 21:32:12 jmmv Exp $ +$NetBSD: patch-aa,v 1.4 2003/07/12 01:11:00 zuntum Exp $ ---- Makefile.orig Sat Feb 2 08:09:14 2002 +--- Makefile.orig Fri Feb 7 04:30:54 2003 +++ Makefile -@@ -8,7 +8,7 @@ CC = gcc - CLIBS = -lpcap +@@ -4,12 +4,10 @@ + # (C) Copyright 2001 by William Stearns + # + +-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 -+CFLAGS += -Wall FILE = p0f - VERSION = 1.8.2 + VERSION = 1.8.3 -- cgit v1.2.3