diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-02-28 21:55:27 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-02-28 21:55:27 +0000 |
commit | eb9b9f1c436c7971d547c8e7032e12fbf21871b6 (patch) | |
tree | 612be443759a839e1ab64978a2047f767f2b91bb /net/maradns/patches/patch-an | |
parent | bdd3b985a3c39269be014be4c0758aa222cccf7e (diff) | |
download | pkgsrc-eb9b9f1c436c7971d547c8e7032e12fbf21871b6.tar.gz |
Update to 2.0.05 by package maintainer + my fixes.
maradns-2.0.05:
This is a stable release of MaraDNS.
* Security bugfix for CVE-2011-5056
* Deadwood updated to Deadwood 3.2.01
* Nicholas Bamber's Makefile.freebsd file added.
(2012.02.12)
maradns-1.4.10:
The hash compression function has better collision resistance.
More details at http://bam2.vk.tj
(2012.01.13)
maradns-1.4.09:
Hotfix: The hash randomization now has 31 bits of entropy, and
the hash does a fairly good job of choosing a random hash
bucket again. More details at http://al72.vk.tj
(2011.12.30)
maradns-1.4.08:
Security hotfix: Hash randomization added to MaraDNS 1's
recursive resolver. MaraDNS 2 is not impacted (it's been using
a randomized hash since 2007). More details at
http://al62.vk.tj
(2011.12.29)
maradns-1.4.07:
This is a legacy release of MaraDNS. All patches are backports
of MaraDNS 2.0 bug fixes.
* A typo fix for fetchzone
* AXFR-over-UDP packets are now correctly marked "truncated"
* It is now possible to have the '/' in hostnames
* Fix for Debian bug #607739: Hostname shown when
complaining about DDIP issues
* AngelD's issue with zone transfers when there are a lot of
FQDN4 records fixed.
* Karim's issue with '/read' directive fixed
(2011.11.11)
Diffstat (limited to 'net/maradns/patches/patch-an')
-rw-r--r-- | net/maradns/patches/patch-an | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/maradns/patches/patch-an b/net/maradns/patches/patch-an new file mode 100644 index 00000000000..241dbb236dd --- /dev/null +++ b/net/maradns/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2012/02/28 21:55:28 cheusov Exp $ + +--- deadwood-3.2.01/src/DwMain.c.orig 2012-02-14 14:13:11.000000000 +0000 ++++ deadwood-3.2.01/src/DwMain.c 2012-02-14 14:14:13.000000000 +0000 +@@ -66,7 +66,7 @@ + process_mararc(argv[2]); + } else { + #ifndef MINGW +- process_mararc("/etc/dwood3rc"); ++ process_mararc("@PKG_SYSCONFDIR@/maradns/dwood3rc"); + #else /* MINGW */ + process_mararc("dwood3rc.txt"); + #endif /* MINGW */ |