summaryrefslogtreecommitdiff
path: root/data/hping/patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/hping/patches.sh')
-rwxr-xr-xdata/hping/patches.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/hping/patches.sh b/data/hping/patches.sh
new file mode 100755
index 000000000..0909f0efa
--- /dev/null
+++ b/data/hping/patches.sh
@@ -0,0 +1,21 @@
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/fc1d446f/hping/patch-libpcap_stuff.c.diff
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/fc1d446f/hping/patch-ars.c.diff
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/fc1d446f/hping/patch-sendip.c.diff
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/fc1d446f/hping/patch-Makefile.in.diff
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/fc1d446f/hping/patch-bytesex.h.diff
+echo 'Creating brew-patch.diff'
+cat << EOF >> brew-patch.diff
+diff --git a/gethostname.c b/gethostname.c
+index 3d0ea58..a8a9699 100644
+--- a/gethostname.c
++++ b/gethostname.c
+@@ -18,8 +18,6 @@
+ #include <arpa/inet.h>
+ #include <string.h>
+
+-size_t strlcpy(char *dst, const char *src, size_t siz);
+-
+ char *get_hostname(char* addr)
+ {
+ static char answer[1024];
+EOF