summaryrefslogtreecommitdiffstats
path: root/network/hping3/tcl85.tcpdump.patch
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-05-13 00:36:41 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:36:41 +0200
commit091531ddf4f532a5a7263f2982945e4141be7df7 (patch)
treec5745ad30d0b95d1202750fdfc3b9a50b5c5036b /network/hping3/tcl85.tcpdump.patch
parente007a532993f218458af923574634886a1fac1ee (diff)
downloadslackbuilds-091531ddf4f532a5a7263f2982945e4141be7df7.tar.gz
slackbuilds-091531ddf4f532a5a7263f2982945e4141be7df7.tar.xz
network/hping3: Updated for version 20051105
Diffstat (limited to '')
-rw-r--r--network/hping3/tcl85.tcpdump.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/network/hping3/tcl85.tcpdump.patch b/network/hping3/tcl85.tcpdump.patch
deleted file mode 100644
index 9c4e6bed50..0000000000
--- a/network/hping3/tcl85.tcpdump.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Naur hping3-20051105.orig/configure hping3-20051105/configure
---- hping3-20051105.orig/configure 2004-06-04 08:39:10.000000000 +0200
-+++ hping3-20051105/configure 2008-12-17 23:16:57.000000000 +0100
-@@ -63,7 +63,7 @@
- #
- for TCLPATH_TRY in "/usr/bin/" "/usr/local/bin/" "/bin/"
- do
-- for TCLVER_TRY in "8.4" "8.3" "8.2" "8.1" "8.0"
-+ for TCLVER_TRY in "8.5" "8.4" "8.3" "8.2" "8.1" "8.0"
- do
- if [ -z $TCLSH ]
- then
-diff -Naur hping3-20051105.orig/libpcap_stuff.c hping3-20051105/libpcap_stuff.c
---- hping3-20051105.orig/libpcap_stuff.c 2004-04-10 01:38:56.000000000 +0200
-+++ hping3-20051105/libpcap_stuff.c 2008-12-17 23:20:52.000000000 +0100
-@@ -17,7 +17,7 @@
- #include <stdlib.h>
- #include <sys/ioctl.h>
- #include <pcap.h>
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
-
- #include "globals.h"
-
-diff -Naur hping3-20051105.orig/script.c hping3-20051105/script.c
---- hping3-20051105.orig/script.c 2004-05-29 08:48:13.000000000 +0200
-+++ hping3-20051105/script.c 2008-12-17 23:21:15.000000000 +0100
-@@ -24,7 +24,7 @@
-
- #include <sys/ioctl.h>
- #include <pcap.h>
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
-
- #include "release.h"
- #include "hping2.h"