diff options
author | schmonz <schmonz@pkgsrc.org> | 2011-06-09 00:55:40 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2011-06-09 00:55:40 +0000 |
commit | 9413607b2887718e0b3302d5793d054cac65e053 (patch) | |
tree | c021eb82723f81e5b8a12593eb3df51382f51c83 /net/djbdns/patches | |
parent | 368865693b9f4c3d4bf014911d9367d79d32cbe2 (diff) | |
download | pkgsrc-9413607b2887718e0b3302d5793d054cac65e053.tar.gz |
Update ipv6 patch. Closes PR pkg/44469 by James A. T. Rice. While
here, fix indentation broken in previous and quell pkglint.
Diffstat (limited to 'net/djbdns/patches')
-rw-r--r-- | net/djbdns/patches/patch-aa | 4 | ||||
-rw-r--r-- | net/djbdns/patches/patch-ab | 4 | ||||
-rw-r--r-- | net/djbdns/patches/patch-ac | 4 | ||||
-rw-r--r-- | net/djbdns/patches/patch-ad | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net/djbdns/patches/patch-aa b/net/djbdns/patches/patch-aa index 75621e240af..7fec36ed3bf 100644 --- a/net/djbdns/patches/patch-aa +++ b/net/djbdns/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/09/01 20:07:35 schmonz Exp $ +$NetBSD: patch-aa,v 1.3 2011/06/09 00:55:41 schmonz Exp $ + +PKG_SYSCONFDIR support. --- dnscache-conf.c.orig 2001-02-11 16:11:45.000000000 -0500 +++ dnscache-conf.c diff --git a/net/djbdns/patches/patch-ab b/net/djbdns/patches/patch-ab index 3d3591c3e45..21b7103a225 100644 --- a/net/djbdns/patches/patch-ab +++ b/net/djbdns/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2004/09/01 20:07:35 schmonz Exp $ +$NetBSD: patch-ab,v 1.3 2011/06/09 00:55:41 schmonz Exp $ + +PKG_SYSCONFDIR support. --- hier.c.orig 2004-07-23 17:55:45.000000000 -0400 +++ hier.c diff --git a/net/djbdns/patches/patch-ac b/net/djbdns/patches/patch-ac index bca0708d2ef..96a6a50931b 100644 --- a/net/djbdns/patches/patch-ac +++ b/net/djbdns/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.5 2009/04/22 04:48:13 schmonz Exp $ +$NetBSD: patch-ac,v 1.6 2011/06/09 00:55:41 schmonz Exp $ + +Fix the security hole found by Matthew Dempsky. --- response.c.orig 2001-02-11 16:11:45.000000000 -0500 +++ response.c diff --git a/net/djbdns/patches/patch-ad b/net/djbdns/patches/patch-ad index b26c8a1b314..b68608af0d8 100644 --- a/net/djbdns/patches/patch-ad +++ b/net/djbdns/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.3 2010/03/15 17:31:57 schmonz Exp $ +$NetBSD: patch-ad,v 1.4 2011/06/09 00:55:41 schmonz Exp $ + +DESTDIR support. --- Makefile.orig 2001-02-11 21:11:45.000000000 +0000 +++ Makefile |