Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 01:57:13 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29913: Update port: net/maradns
Message-ID:  <20010820235713.6F98B3C83@totem.fix.no>

next in thread | raw e-mail | index | archive | help

>Number:         29913
>Category:       ports
>Synopsis:       Update port: net/maradns
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 17:00:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update the maradns port to the latest version: 0.8.16.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur maradns.old/Makefile maradns/Makefile
--- maradns.old/Makefile	Mon Aug 13 18:10:50 2001
+++ maradns/Makefile	Tue Aug 21 00:48:19 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	maradns
-PORTVERSION=	0.8.06
+PORTVERSION=	0.8.16
 CATEGORIES=	net
 MASTER_SITES=	http://www.maradns.org/download/ \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -18,11 +18,13 @@
 MAN1=	askmara.1 getzone.1
 MAN8=	maradns.8 zoneserver.8
 
-DOCS=	RFC1035.compliance csv1.format draft-skwan-utf8-dns-05.txt \
-	example_csv1 example_mararc faq.txt handling.compression \
-	mararc.format multiple.qdcount recursive-case-insensitive \
-	recursive.algorithm resolution.algorithm rfc2044.txt rtest.output \
-	www.monty.de ../0QuickStart ../CHANGELOG.html ../ROADMAP ../CREDITS
+DDOCS=	RFC1035.compliance cache.poison.protection csv1.format \
+	draft-skwan-utf8-dns-05.txt example_full_mararc faq.html \
+	firewall.configuration handling.compression mararc.format \
+	multiple.qdcount recursive-case-insensitive recursive.algorithm \
+	resolution.algorithm rfc2044.txt rtest.output www.monty.de
+DOCS=	example_csv1 example_mararc faq.txt ../0QuickStart ../CHANGELOG.html \
+	../TODO.done ../TODO.first ../TODO.second ../changelog.html ../CREDITS
 
 FIXPREFIX=	00QuickStart CHANGELOG.html doc/man/maradns.8 doc/faq.txt \
 		doc/man/zoneserver.8 parse/ParseMaraRc.c doc/example_mararc
@@ -44,7 +46,14 @@
 	${INSTALL_MAN} ${WRKSRC}/doc/man/askmara.1 ${PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/man/getzone.1 ${PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
-	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/maradns
+	${INSTALL} -d -o root -g wheel -m 0755 \
+		${PREFIX}/share/doc/maradns/detailed/spammers
+	${INSTALL_DATA} ${WRKSRC}/doc/detailed/spammers/azmalink.net \
+		${PREFIX}/share/doc/maradns/detailed/spammers
+.for f in ${DDOCS}
+	${INSTALL_DATA} ${WRKSRC}/doc/detailed/${f} \
+		${PREFIX}/share/doc/maradns/detailed
+.endfor
 .for f in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/maradns
 .endfor
diff -Nur maradns.old/distinfo maradns/distinfo
--- maradns.old/distinfo	Mon Aug 13 18:10:50 2001
+++ maradns/distinfo	Mon Aug 20 22:59:36 2001
@@ -1 +1 @@
-MD5 (maradns-0.8.06.tar.bz2) = e43b74eadc29e756ca1365a1c79586e5
+MD5 (maradns-0.8.16.tar.bz2) = e48afe22554e4830c76868cd95a16683
diff -Nur maradns.old/files/patch-example_mararc maradns/files/patch-example_mararc
--- maradns.old/files/patch-example_mararc	Mon Aug 13 18:10:54 2001
+++ maradns/files/patch-example_mararc	Mon Aug 20 23:11:17 2001
@@ -1,14 +1,13 @@
---- doc/example_mararc.orig	Sun Jul 22 21:20:30 2001
-+++ doc/example_mararc	Sun Jul 22 21:20:44 2001
-@@ -15,9 +15,9 @@
+--- doc/example_mararc.orig	Mon Aug 20 23:10:09 2001
++++ doc/example_mararc	Mon Aug 20 23:10:53 2001
+@@ -19,7 +19,9 @@
  # The directory with all of the zone files
- chroot_dir = "/etc/maradns"
+ chroot_dir = "/usr/local/etc/maradns"
  # The numeric UID MaraDNS will run as
 -maradns_uid = 99
 +maradns_uid = 53
- # The (optional) numeric GID MaraDNS will run as
--# maradns_gid = 99
++# The (optional) numeric GID MaraDNS will run as
 +maradns_gid = 53
- # The maximum number of processes MaraDNS is allowed to use
- maxprocs = 64
- 
+ # The maximum number of threads (or processes, with the zone server)
+ # MaraDNS is allowed to run
+ maxprocs = 96
diff -Nur maradns.old/pkg-plist maradns/pkg-plist
--- maradns.old/pkg-plist	Mon Aug 13 18:10:50 2001
+++ maradns/pkg-plist	Tue Aug 21 00:48:30 2001
@@ -3,23 +3,33 @@
 sbin/getzone
 bin/askmara
 etc/mararc.sample
-%%PORTDOCS%%share/doc/maradns/RFC1035.compliance
-%%PORTDOCS%%share/doc/maradns/csv1.format
-%%PORTDOCS%%share/doc/maradns/draft-skwan-utf8-dns-05.txt
+%%PORTDOCS%%share/doc/maradns/detailed/spammers/azmalink.net
+%%PORTDOCS%%share/doc/maradns/detailed/RFC1035.compliance
+%%PORTDOCS%%share/doc/maradns/detailed/cache.poison.protection
+%%PORTDOCS%%share/doc/maradns/detailed/csv1.format
+%%PORTDOCS%%share/doc/maradns/detailed/draft-skwan-utf8-dns-05.txt
+%%PORTDOCS%%share/doc/maradns/detailed/example_full_mararc
+%%PORTDOCS%%share/doc/maradns/detailed/faq.html
+%%PORTDOCS%%share/doc/maradns/detailed/firewall.configuration
+%%PORTDOCS%%share/doc/maradns/detailed/handling.compression
+%%PORTDOCS%%share/doc/maradns/detailed/mararc.format
+%%PORTDOCS%%share/doc/maradns/detailed/multiple.qdcount
+%%PORTDOCS%%share/doc/maradns/detailed/recursive-case-insensitive
+%%PORTDOCS%%share/doc/maradns/detailed/recursive.algorithm
+%%PORTDOCS%%share/doc/maradns/detailed/resolution.algorithm
+%%PORTDOCS%%share/doc/maradns/detailed/rfc2044.txt
+%%PORTDOCS%%share/doc/maradns/detailed/rtest.output
+%%PORTDOCS%%share/doc/maradns/detailed/www.monty.de
 %%PORTDOCS%%share/doc/maradns/example_csv1
 %%PORTDOCS%%share/doc/maradns/example_mararc
 %%PORTDOCS%%share/doc/maradns/faq.txt
-%%PORTDOCS%%share/doc/maradns/handling.compression
-%%PORTDOCS%%share/doc/maradns/mararc.format
-%%PORTDOCS%%share/doc/maradns/multiple.qdcount
-%%PORTDOCS%%share/doc/maradns/recursive-case-insensitive
-%%PORTDOCS%%share/doc/maradns/recursive.algorithm
-%%PORTDOCS%%share/doc/maradns/resolution.algorithm
-%%PORTDOCS%%share/doc/maradns/rfc2044.txt
-%%PORTDOCS%%share/doc/maradns/rtest.output
-%%PORTDOCS%%share/doc/maradns/www.monty.de
 %%PORTDOCS%%share/doc/maradns/0QuickStart
-%%PORTDOCS%%share/doc/maradns/CHANGELOG.html
 %%PORTDOCS%%share/doc/maradns/CREDITS
-%%PORTDOCS%%share/doc/maradns/ROADMAP
+%%PORTDOCS%%share/doc/maradns/CHANGELOG.html
+%%PORTDOCS%%share/doc/maradns/TODO.done
+%%PORTDOCS%%share/doc/maradns/TODO.first
+%%PORTDOCS%%share/doc/maradns/TODO.second
+%%PORTDOCS%%share/doc/maradns/changelog.html
+%%PORTDOCS%%@dirrm share/doc/maradns/detailed/spammers
+%%PORTDOCS%%@dirrm share/doc/maradns/detailed
 %%PORTDOCS%%@dirrm share/doc/maradns
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010820235713.6F98B3C83>