diff options
author | 2004-02-06 14:56:04 +0000 | |
---|---|---|
committer | 2004-02-06 14:56:04 +0000 | |
commit | aced3738afcf066f572e6ef788865ddf62676721 (patch) | |
tree | 0c3b5247698a0d264bf12074950e16e53872ba61 /net-analyzer/p0f/files | |
parent | Bump to version 0.14. Drop gant theme as it is part of MythTV distribution no... (diff) | |
download | gentoo-2-aced3738afcf066f572e6ef788865ddf62676721.tar.gz gentoo-2-aced3738afcf066f572e6ef788865ddf62676721.tar.bz2 gentoo-2-aced3738afcf066f572e6ef788865ddf62676721.zip |
Version bump and libpcap includes fixed
Diffstat (limited to 'net-analyzer/p0f/files')
-rw-r--r-- | net-analyzer/p0f/files/digest-p0f-2.0.3 | 1 | ||||
-rw-r--r-- | net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/p0f/files/digest-p0f-2.0.3 b/net-analyzer/p0f/files/digest-p0f-2.0.3 new file mode 100644 index 000000000000..e3e880e9f3dc --- /dev/null +++ b/net-analyzer/p0f/files/digest-p0f-2.0.3 @@ -0,0 +1 @@ +MD5 583688a4c5718eec0bb34102b3ac457b p0f-2.0.3.tgz 119407 diff --git a/net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch b/net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch new file mode 100644 index 000000000000..d4057304f664 --- /dev/null +++ b/net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch @@ -0,0 +1,11 @@ +--- p0f.c 2003-10-13 18:57:21.000000000 +0000 ++++ p0f.c 2004-02-06 14:34:35.912697640 +0000 +@@ -35,7 +35,7 @@ + #include <pcap.h> + #include <signal.h> + +-#include <net/bpf.h> ++#include <pcap.h> + #include <time.h> + #include <ctype.h> + |