diff options
author | trevor <trevor@FreeBSD.org> | 2002-02-11 00:48:30 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-02-11 00:48:30 +0000 |
commit | d1b12aeb6427628b539f6aa88480b3ab92d72779 (patch) | |
tree | 3a539308601c458ade0dde202a629c12467100b8 /net-mgmt/p0f/files | |
parent | 65555b909b5aa1e7dd38fd7cbeab40eeb0615999 (diff) | |
download | FreeBSD-ports-d1b12aeb6427628b539f6aa88480b3ab92d72779.zip FreeBSD-ports-d1b12aeb6427628b539f6aa88480b3ab92d72779.tar.gz |
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.
Diffstat (limited to 'net-mgmt/p0f/files')
-rw-r--r-- | net-mgmt/p0f/files/patch-README | 11 | ||||
-rw-r--r-- | net-mgmt/p0f/files/patch-p0f.c | 16 |
2 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/p0f/files/patch-README b/net-mgmt/p0f/files/patch-README deleted file mode 100644 index 1e201f6..0000000 --- a/net-mgmt/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-mgmt/p0f/files/patch-p0f.c b/net-mgmt/p0f/files/patch-p0f.c deleted file mode 100644 index 5d5c61e..0000000 --- a/net-mgmt/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: |