summaryrefslogtreecommitdiff
path: root/security/p0f/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-08-14 10:09:15 +0000
committeradrianp <adrianp@pkgsrc.org>2004-08-14 10:09:15 +0000
commit9842074d8ab31552b2d7a4102a404672c2b878ce (patch)
tree9c57a663ec236e7be1ea545f7292e38240c0cb84 /security/p0f/patches
parentaea8718d1c4d3953ae0557eceeb7f23188ca353b (diff)
downloadpkgsrc-9842074d8ab31552b2d7a4102a404672c2b878ce.tar.gz
- Update to 2.0.4
- Replace SED with SUBST.* - Improve DESCR - ok'ed snj@/wiz@ From the Changelog: Verison 2.0.4: -------------- More signatures. Improved documentation, mentions of p0f_db, etc. [BUG] Fixed a minor problem with installation on systems w/o /usr/man/. [BUG] Fixed a DLT_NULL problem, added a new loopback signature. Multiple timestamp options, timestamps now read from pcap dumps. Sync with new Windows port code. [BUG] Fixed one-line reporting for masquerade detection.
Diffstat (limited to 'security/p0f/patches')
-rw-r--r--security/p0f/patches/patch-aa4
-rw-r--r--security/p0f/patches/patch-ab13
-rw-r--r--security/p0f/patches/patch-ac26
-rw-r--r--security/p0f/patches/patch-ad4
4 files changed, 4 insertions, 43 deletions
diff --git a/security/p0f/patches/patch-aa b/security/p0f/patches/patch-aa
index cdb353b0c5b..f23c54cf62e 100644
--- a/security/p0f/patches/patch-aa
+++ b/security/p0f/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.6 2003/11/03 11:45:28 recht Exp $
+$NetBSD: patch-aa,v 1.7 2004/08/14 10:09:15 adrianp Exp $
--- mk/NetBSD.orig 2003-09-28 23:40:07.000000000 +0200
+++ mk/NetBSD 2003-11-03 12:27:53.000000000 +0100
@@ -7,10 +7,8 @@
- # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>
+ # (C) Copyright 2000-2004 by Michal Zalewski <lcamtuf@coredump.cx>
#
-CC = gcc
diff --git a/security/p0f/patches/patch-ab b/security/p0f/patches/patch-ab
deleted file mode 100644
index abd8e1d8e8d..00000000000
--- a/security/p0f/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/10/01 23:13:13 recht Exp $
-
---- config.h.orig 2003-10-02 01:02:16.000000000 +0200
-+++ config.h 2003-10-02 01:03:03.000000000 +0200
-@@ -19,7 +19,7 @@
- #ifdef WIN32
- # define CONFIG_DIR "."
- #else
--# define CONFIG_DIR "/etc/p0f"
-+# define CONFIG_DIR "@PKG_SYSCONFDIR@"
- #endif /* WIN32 */
-
- #define SYN_DB "p0f.fp"
diff --git a/security/p0f/patches/patch-ac b/security/p0f/patches/patch-ac
deleted file mode 100644
index 4954fd2a2de..00000000000
--- a/security/p0f/patches/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2003/11/03 11:45:28 recht Exp $
-
---- p0f.1.orig 2003-10-10 23:39:00.000000000 +0200
-+++ p0f.1 2003-11-03 12:28:01.000000000 +0100
-@@ -32,9 +32,9 @@
- .TP
- \fB\-f\fR file
- Read fingerprints from a specified file. By default, p0f reads signatures
--from ./p0f.fp or /etc/p0f/p0f.fp for SYN (incoming connection) mode,
--./p0fa.fp and /etc/p0f/p0fa.fp for SYN+ACK (outgoing connection) mode,
--and ./p0fr.fp and /etc/p0f/p0fr.fp for RST+ mode.
-+from ./p0f.fp or @PKG_SYSCONFDIR@/p0f.fp for SYN (incoming connection) mode,
-+./p0fa.fp and @PKG_SYSCONFDIR@/p0fa.fp for SYN+ACK (outgoing connection) mode,
-+and ./p0fr.fp and @PKG_SYSCONFDIR@/p0fr.fp for RST+ mode.
- Specifying multiple -f values will NOT combine several signature files
- together.
- .TP
-@@ -199,7 +199,7 @@
- You need to consult the documentation for an up-to-date list of issues.
- .SH FILES
- .TP
--.BI /etc/p0f/p0f.fp\ /etc/p0f/p0fa.fp\ /etc/p0f/p0fr.fp
-+.BI @PKG_SYSCONFDIR@/p0f.fp\ @PKG_SYSCONFDIR@/p0fa.fp\ @PKG_SYSCONFDIR@/p0fr.fp
- default fingerprint database files
- .SH AUTHOR
- .B p0f
diff --git a/security/p0f/patches/patch-ad b/security/p0f/patches/patch-ad
index b62a69c0b65..24b8208c4ce 100644
--- a/security/p0f/patches/patch-ad
+++ b/security/p0f/patches/patch-ad
@@ -1,9 +1,9 @@
-$NetBSD: patch-ad,v 1.3 2004/08/06 16:51:39 sketch Exp $
+$NetBSD: patch-ad,v 1.4 2004/08/14 10:09:15 adrianp Exp $
--- mk/SunOS.orig 2003-10-01 23:20:31.000000000 +0200
+++ mk/SunOS 2003-11-03 12:35:15.000000000 +0100
@@ -5,11 +5,9 @@
- # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>
+ # (C) Copyright 2000-2004 by Michal Zalewski <lcamtuf@coredump.cx>
#
-CC = gcc