diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-04-22 04:48:13 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-04-22 04:48:13 +0000 |
commit | 6325b6f67b2151c55be6d1468be29516dbb85ebf (patch) | |
tree | 4204321e99b3cc6253ab947f366d62190a44cc4d /net/djbdns/Makefile | |
parent | d42ad0440f1b4852e2d5825745822b6f03a65a51 (diff) | |
download | pkgsrc-6325b6f67b2151c55be6d1468be29516dbb85ebf.tar.gz |
Add DJB's patch to fix the axfrdns bug reported by Matthew Dempsky,
described here:
http://article.gmane.org/gmane.network.djbdns/13864
Add mutually exclusive options, both by Jeff King, to address the
dnscache poisoning weaknesses described in CVE-2008-4392:
* "djbdns-qmerge1" (from http://www.your.org/dnscache/)
* "djbdns-qmerge2" (from http://article.gmane.org/gmane.network.djbdns/13965)
Both options are included because qmerge1 is better tested but has
known shortcomings, while qmerge2 is probably more correct but (as
yet) less well tested.
Bump PKGREVISION.
Diffstat (limited to 'net/djbdns/Makefile')
-rw-r--r-- | net/djbdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 4fa2fbbcf34..fe045b4c47f 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2009/01/19 10:27:31 sketch Exp $ +# $NetBSD: Makefile,v 1.57 2009/04/22 04:48:13 schmonz Exp $ DISTNAME= djbdns-1.05 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= net MASTER_SITES= http://cr.yp.to/djbdns/ ftp://cr.yp.to/djbdns/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} |