Date: Fri, 16 Dec 2011 10:52:42 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Cc: decke@FreeBSD.org Subject: ports/163325: [UPDATE] dns/maradns: update to 1.4.07 Message-ID: <4EEAA46A.4050902@airport.fm> Resent-Message-ID: <201112160200.pBG20LYD067460@freefall.freebsd.org> In-Reply-To: <201112160138.pBG1cGHH084186@unbound.local.ae-osaka.co.jp> References: <201112160138.pBG1cGHH084186@unbound.local.ae-osaka.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 163325 >Category: ports >Synopsis: [UPDATE] dns/maradns: update to 1.4.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 16 02:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.2-RELEASE-p4 amd64 >Organization: FOX Amateur Radio Club >Environment: >Description: - Update to 1.4.07 - portlint(1) compliant - ADD licensefile >How-To-Repeat: >Fix: --- maradns.patch begins here --- diff -ruN /usr/ports/dns/maradns/Makefile dns/maradns/Makefile --- /usr/ports/dns/maradns/Makefile 2011-04-13 08:56:20.000000000 +0900 +++ dns/maradns/Makefile 2011-12-16 10:24:06.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 1.4.06 -PORTREVISION= 1 +PORTVERSION= 1.4.07 CATEGORIES= dns MASTER_SITES= http://www.maradns.org/download/1.4/${PORTVERSION}/ \ SF/${PORTNAME}/MaraDNS/${PORTVERSION}/ @@ -15,9 +14,13 @@ MAINTAINER= decke@FreeBSD.org COMMENT= DNS server with focus on security and simplicity +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + REINPLACE_ARGS= -i "" MAKE_ENV= FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" +USE_BZIP2= yes USE_RC_SUBR= ${PORTNAME} zoneserver USERS= bind GROUPS= bind diff -ruN /usr/ports/dns/maradns/distinfo dns/maradns/distinfo --- /usr/ports/dns/maradns/distinfo 2011-02-07 08:57:49.000000000 +0900 +++ dns/maradns/distinfo 2011-12-16 09:30:04.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (maradns-1.4.06.tar.gz) = e4c76b21fa0d415428437631170f27c7bdd343471842963f836563c118b26e69 -SIZE (maradns-1.4.06.tar.gz) = 1563213 +SHA256 (maradns-1.4.07.tar.bz2) = 3397c33502524fdc0024347ffbaf7a6f37aa44c77cbebedbd062f35ed37d47ea +SIZE (maradns-1.4.07.tar.bz2) = 1086526 diff -ruN /usr/ports/dns/maradns/pkg-descr dns/maradns/pkg-descr --- /usr/ports/dns/maradns/pkg-descr 2010-07-21 16:51:01.000000000 +0900 +++ dns/maradns/pkg-descr 2011-12-16 10:34:35.000000000 +0900 @@ -5,22 +5,18 @@ server. For example, MaraDNS has always randomized, using a secure random number generator, the Query ID and source port of DNS queries; and was never vulnerable to the "new" cache poisoning attack. - o Supported. MaraDNS has a long history of being maintained and updated. Actively developed since 2001, MaraDNS continues to be fully supported: The most recent release was done on August 4, 2009. Deadwood, the code that will become part of MaraDNS 2.0, is frequently updated. - o Easy to use. A basic recursive configuration needs only a single three-line configuration file. A basic authoritative configuration needs only a four-line configuration file and a one-line zone file. MaraDNS is fully documented, with both easy-to-follow tutorials and a complete and up-to-date reference manual. - o Small. MaraDNS is well suited for embedded applications and other environments where the server must use the absolute minimum number of resources possible. MaraDNS' binary is smaller than that of any other currently maintained recursive DNS server. - o Open Source. MaraDNS is fully open-source, The license is a two-clause BSD license that is almost identical to the FreeBSD license. --- maradns.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EEAA46A.4050902>