summaryrefslogtreecommitdiff
path: root/net/fping/patches
diff options
context:
space:
mode:
authoradam <adam>2016-11-01 14:53:29 +0000
committeradam <adam>2016-11-01 14:53:29 +0000
commit04c96d834ee3417b00302f6ecbd2f596f19fd27d (patch)
tree1a4500f958028e4ebcb733f09dea8b7473aafd37 /net/fping/patches
parent3353d67868af3ba38a3408779b6b8645a5dbeedb (diff)
downloadpkgsrc-04c96d834ee3417b00302f6ecbd2f596f19fd27d.tar.gz
Changes 3.13:
* Fix ICMP errors sometimes causing crashes with fping >= 3.11
Diffstat (limited to 'net/fping/patches')
-rw-r--r--net/fping/patches/patch-aa12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/fping/patches/patch-aa b/net/fping/patches/patch-aa
index 6c38dbe651b..53a8df55305 100644
--- a/net/fping/patches/patch-aa
+++ b/net/fping/patches/patch-aa
@@ -1,10 +1,12 @@
-$NetBSD: patch-aa,v 1.7 2014/05/09 15:28:53 sborrill Exp $
+$NetBSD: patch-aa,v 1.8 2016/11/01 14:53:29 adam Exp $
---- src/fping.c.orig 2014-05-04 21:33:12.000000000 +0100
-+++ src/fping.c 2014-05-09 16:25:45.000000000 +0100
-@@ -1521,8 +1521,10 @@
-
+Fix for NetBSD-alpha.
+
+--- src/fping.c.orig 2015-10-21 19:02:56.000000000 +0000
++++ src/fping.c
+@@ -1493,8 +1493,10 @@ int wait_for_reply(long wait_time)
ip = ( struct ip* )buffer;
+
#ifndef IPV6
-#if defined( __alpha__ ) && __STDC__ && !defined( __GLIBC__ )
+#if defined( __alpha__ ) && __STDC__ && !defined( __GLIBC__ ) && !defined( __NetBSD__ )