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)
This commit is contained in:
obache 2006-12-13 04:35:16 +00:00
parent 6833aaf439
commit 578d809b76
4 changed files with 14 additions and 12 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2005/05/13 13:25:55 salo Exp $
@comment $NetBSD: PLIST,v 1.5 2006/12/13 04:35:16 obache Exp $
bin/askmara
bin/getzone
man/man1/askmara.1
@ -123,6 +123,7 @@ share/doc/maradns/source/convert.ej
share/doc/maradns/source/credits.ej
share/doc/maradns/source/credits.embed
share/doc/maradns/source/csv1.ej
share/doc/maradns/source/dangling.ej
share/doc/maradns/source/data_structures.ej
share/doc/maradns/source/ej.doc.format
share/doc/maradns/source/ej.template
@ -150,6 +151,7 @@ share/doc/maradns/tutorial/Makefile
share/doc/maradns/tutorial/authoritative.html
share/doc/maradns/tutorial/compile.html
share/doc/maradns/tutorial/convert.html
share/doc/maradns/tutorial/dangling.html
share/doc/maradns/tutorial/glossary.html
share/doc/maradns/tutorial/man.csv1.html
share/doc/maradns/tutorial/man.maradns.html

View file

@ -1,12 +1,12 @@
$NetBSD: distinfo,v 1.7 2006/01/25 17:48:54 joerg Exp $
$NetBSD: distinfo,v 1.8 2006/12/13 04:35:16 obache Exp $
SHA1 (maradns-1.0.28.tar.bz2) = 3f691dc293dba83569ece6e372ac2fd22b8ddd5c
RMD160 (maradns-1.0.28.tar.bz2) = 8a72bf66e05dc9509e6567d953808de8e42cfa00
Size (maradns-1.0.28.tar.bz2) = 477588 bytes
SHA1 (maradns-1.0.39.tar.bz2) = ed7a36bca17fb849f449017a89a94d2bb4841c2e
RMD160 (maradns-1.0.39.tar.bz2) = 1d47f05b06e146ce17d4f79e633c3a4c51fe197f
Size (maradns-1.0.39.tar.bz2) = 508565 bytes
SHA1 (patch-aa) = b3d7aa88885167f53b2a956ea0563a58455172ca
SHA1 (patch-ab) = 664188f15cc8068fb8d7572d2fef7870cd998ab7
SHA1 (patch-ac) = 62bc0b967a16cf4a452b3132e11851078ee73af1
SHA1 (patch-ad) = c824827384ab30aafb6a110daabb3f38f58b9599
SHA1 (patch-ad) = fe7aefd106f448665d6dd30580bb8a967347dc25
SHA1 (patch-ae) = 2bc8c94f70d6bc0e4ef91338c94c199f169f2724
SHA1 (patch-af) = a3e1159c32c1a3de754d15b319589b931a29ea83
SHA1 (patch-ag) = 08e706dd2847ba4b1104664d320cc969f8432e6a

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ad,v 1.1 2003/11/14 21:19:03 cube Exp $
$NetBSD: patch-ad,v 1.2 2006/12/13 04:35:16 obache Exp $
--- parse/ParseMaraRc.c.orig 2002-05-23 00:05:11.000000000 +0200
--- parse/ParseMaraRc.c.orig 2005-07-01 06:20:35.000000000 +0000
+++ parse/ParseMaraRc.c
@@ -815,7 +815,7 @@ int find_mararc(js_string *out) {
@@ -823,7 +823,7 @@ int find_mararc(js_string *out) {
return JS_ERROR;
/* Simple and secure: We look for it in /etc/mararc */