summaryrefslogtreecommitdiff
path: root/net/maradns/Makefile
diff options
context:
space:
mode:
authorobache <obache>2006-12-13 04:35:16 +0000
committerobache <obache>2006-12-13 04:35:16 +0000
commit2bab34f42f5575a7e9c5a7de78d7130f47697207 (patch)
treea21d5ff4a9af6c96c2b6bb04546836eec2f100c1 /net/maradns/Makefile
parent0a7ee9ef83ffc7e418d656406d77033609aa3e2d (diff)
downloadpkgsrc-2bab34f42f5575a7e9c5a7de78d7130f47697207.tar.gz
Update maradns to 1.0.39.
changelog: maradns-1.0.39: * Backport of memory leak fix to 1.0 branch of MaraDNS (2006.07.24) maradns-1.0.38: Backport of MaraDNS 1.2.09 Microsoft.com fix to legacy 1.0 branch (2006.06.16) maradns-1.0.37: This is an update for the 1.0 legacy branch of MaraDNS * Removed all example mararc files which allow any IP on the internet to perform recursive queries (these can be used for denial of service attacks) (2006.04.07) maradns-1.0.36: This is a bugfix release for the legacy 1.0 branch of MaraDNS. * A backport of the 2-line patch recently posted to the mailing list concerning incorrect dangling CNAME warnings (2005.12.31) maradns-1.0.35: * Backport of 1.1.x fix of csv1 example in documentation * Backport of 1.1.x fix of MINFO RR description * Backport of 1.1.x security fix. (2005.11.20) maradns-1.0.34: * Hotfix: recursion works again * Regression procedure added. (2005.10.26) maradns-1.0.33: * Fixed occassional crash that happens while reading zone files at MaraDNS startup. * Fixed occassional compression error which shows up in MaraDNS logs. * Update man page to point out some unimplemented features will be in 1.2 (2005.10.24) maradns-1.0.32: Hotfix: RR rotation now works again. (2005.08.08) maradns-1.0.31: Two patches by Albert Lee that improve Maras stability. (2005.08.07) maradns-1.0.30: * Warn the user when they have dangling CNAME records * Fix bug with MX records with preferences > 255 in getzone tool (2005.06.30) maradns-1.0.29: This release improves how MaraDNS'recursive resolver parses packets so that Mara can interoperate better with some stub resolvers that dont bother looking past the header of a DNS packet. (2005.05.13)
Diffstat (limited to 'net/maradns/Makefile')
-rw-r--r--net/maradns/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile
index 19cb329d8a6..0ba8591819b 100644
--- a/net/maradns/Makefile
+++ b/net/maradns/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/12/13 04:35:16 obache Exp $
-DISTNAME= maradns-1.0.28
+DISTNAME= maradns-1.0.39
CATEGORIES= net
-MASTER_SITES= http://www.maradns.org/download/
+MASTER_SITES= http://www.maradns.org/download/1.0/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org