From 4230998ad6da0cbb174a391411292d207fffa602 Mon Sep 17 00:00:00 2001
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Mon, 11 Feb 2002 00:48:30 +0000
Subject: Update to 1.8.2.  Remove patches to README and p0f.c because they
 have been accepted upstream.  Install new CREDITS and ChangeLog with
 documentation.  Install new p0frep script.  Use DOCSDIR macro.

---
 net/p0f/files/patch-README | 11 -----------
 net/p0f/files/patch-p0f.c  | 16 ----------------
 2 files changed, 27 deletions(-)
 delete mode 100644 net/p0f/files/patch-README
 delete mode 100644 net/p0f/files/patch-p0f.c

(limited to 'net/p0f/files')

diff --git a/net/p0f/files/patch-README b/net/p0f/files/patch-README
deleted file mode 100644
index 1e201f6ac13f..000000000000
--- a/net/p0f/files/patch-README
+++ /dev/null
@@ -1,11 +0,0 @@
---- README.old	Thu Jan 17 21:58:09 2002
-+++ README	Sun Jan 20 23:30:58 2002
-@@ -94,7 +94,7 @@
- 
-   In order to obtain information required for fingerprinting, you have to
-   receive at least one SYN packet initiating a TCP connection to your machine or
--  or network.  Note: you don't have to respond to this particular SYN.  Of course,
-+  network.  Note: you don't have to respond to this particular SYN.  Of course,
-   it's impossible to perform any kind of OS detection without receiving any
-   information.
- 
diff --git a/net/p0f/files/patch-p0f.c b/net/p0f/files/patch-p0f.c
deleted file mode 100644
index 5d5c61e2f1ca..000000000000
--- a/net/p0f/files/patch-p0f.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- p0f.c.orig	Thu Jan 17 21:05:58 2002
-+++ p0f.c	Mon Jan 21 00:22:56 2002
-@@ -348,10 +348,9 @@
-         T_tstamp = 1;
- 	break;
-       case 'o':
--        { FILE* x;
--          x=fopen(optarg,"a");
--          if (!x) { perror(optarg); exit(1); }
--          stdout=x;
-+        if (!freopen(optarg,"a",stdout)) {
-+          perror(optarg);
-+          exit(1);
-         }
- 	break;
-       default:
-- 
cgit v1.2.3