summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-01-06 12:10:21 +0000
committerobache <obache@pkgsrc.org>2011-01-06 12:10:21 +0000
commitd297c985619364a8c3fe80890dbf181eb0bda0df (patch)
treede5c51107d0992571b9a172ca121bfb091daf9c3 /security
parentf1dd1e895e572a73f4f1c70c4a3514ad70b30ff3 (diff)
downloadpkgsrc-d297c985619364a8c3fe80890dbf181eb0bda0df.tar.gz
DragonFly is in same situation as other *BSD, PR#44329
Diffstat (limited to 'security')
-rw-r--r--security/dnssec-tools/distinfo3
-rw-r--r--security/dnssec-tools/patches/patch-ac15
2 files changed, 17 insertions, 1 deletions
diff --git a/security/dnssec-tools/distinfo b/security/dnssec-tools/distinfo
index 5039663f096..97f4922fded 100644
--- a/security/dnssec-tools/distinfo
+++ b/security/dnssec-tools/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/07/22 21:08:26 pettai Exp $
+$NetBSD: distinfo,v 1.2 2011/01/06 12:10:21 obache Exp $
SHA1 (dnssec-tools-1.7.tar.gz) = 754ffec89a672673cae2572fdbd5340600101528
RMD160 (dnssec-tools-1.7.tar.gz) = 851e017aba0f32828e0ecf88c9846ebf765112c3
Size (dnssec-tools-1.7.tar.gz) = 2151305 bytes
SHA1 (patch-aa) = cf0f806152bf912d9e6d727f66bdb186ec2f55c7
SHA1 (patch-ab) = 07b5a0dbbca1c41cbb30b19f5a94ec9f8c900c15
+SHA1 (patch-ac) = 582f054f0b4e8c4024d1a327ddf4236e541d4f98
diff --git a/security/dnssec-tools/patches/patch-ac b/security/dnssec-tools/patches/patch-ac
new file mode 100644
index 00000000000..11d57e1be72
--- /dev/null
+++ b/security/dnssec-tools/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2011/01/06 12:10:21 obache Exp $
+
+* DragonFly is in same situation as other *BSD.
+
+--- validator/libsres/res_debug.c.orig 2010-04-20 17:10:00.000000000 +0000
++++ validator/libsres/res_debug.c
+@@ -406,7 +406,7 @@ p_fqname(const u_char * cp, const u_char
+ * And, for once, solaris has a better header than the rest, and has const
+ * char ptrs in res_sym.
+ */
+-#if (defined(__p_class_syms) || defined(sun) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__))
++#if (defined(__p_class_syms) || defined(sun) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__) || defined(__DragonFly__))
+ #define RES_SYM_TYPE res_sym
+ #else
+ #define RES_SYM_TYPE res_sym_const