ports/59178: [update orphaned port] dns/maradns: update to 1.0.20 and take maintainership

Clement Laforet sheepkiller at cultdeadsheep.org
Tue Nov 11 15:10:20 UTC 2003


>Number:         59178
>Category:       ports
>Synopsis:       [update orphaned port] dns/maradns: update to 1.0.20 and take maintainership
>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:   Tue Nov 11 07:10:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Sun Nov 9 13:26:28 CET 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Update maradns to 1.0.20 and take maintainership
	-new file:
		files/patch-parse::Makefile

>How-To-Repeat:
	N/A.
>Fix:

	

--- maradns.diff begins here ---
Index: maradns/Makefile
===================================================================
RCS file: /WORK/REPO/FreeBSD/ports/dns/maradns/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- maradns/Makefile	5 Sep 2003 04:54:35 -0000	1.37
+++ maradns/Makefile	11 Nov 2003 15:04:55 -0000
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	maradns
-PORTVERSION=	1.0.18
-PORTREVISION=	0
+PORTVERSION=	1.0.20
 CATEGORIES=	dns
 MASTER_SITES=	http://www.maradns.org/download/ \
 		http://maradns.glou.net/download/ \
 		http://maradns.3va.net/download/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sheepkiller at cultdeadsheep.org
 COMMENT=	A DNS server implementation with focus on security and simplicity
 
 USE_REINPLACE=	yes
Index: maradns/distinfo
===================================================================
RCS file: /WORK/REPO/FreeBSD/ports/dns/maradns/distinfo,v
retrieving revision 1.30
diff -u -r1.30 distinfo
--- maradns/distinfo	1 Jun 2003 02:46:40 -0000	1.30
+++ maradns/distinfo	11 Nov 2003 14:41:28 -0000
@@ -1 +1 @@
-MD5 (maradns-1.0.18.tar.bz2) = daa572d554827d52b8da1c21d57939d3
+MD5 (maradns-1.0.20.tar.bz2) = daa6f63a2633b609050b37907748d51f
Index: maradns/files/patch-parse::Makefile
===================================================================
RCS file: maradns/files/patch-parse::Makefile
diff -N maradns/files/patch-parse::Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ maradns/files/patch-parse::Makefile	11 Nov 2003 15:00:33 -0000
@@ -0,0 +1,25 @@
+--- parse/Makefile.orig	Tue Nov 11 14:58:11 2003
++++ parse/Makefile	Tue Nov 11 15:00:26 2003
+@@ -1,7 +1,7 @@
+ JOBJS=../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o 
+ MJOBJS=../libs/MaraHash.o
+ POBJECTS=ParseMaraRc.o ParseCsv1.o ParseIpAcl.o
+-DOBJECTS=../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../server/timestamp.o
++DOBJECTS=../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o
+ OBJECTS=$(JOBJS) $(MJOBJS) $(POBJECTS) $(DOBJECTS)
+ EXECS=parsetest parsetest2
+ 
+@@ -25,9 +25,9 @@
+ ParseIpAcl.o: ParseIpAcl.c ../libs/JsStr.h ../libs/MaraHash.h ../MaraDns.h
+ 	$(CC) -c $(FLAGS) -o ParseIpAcl.o ParseIpAcl.c
+ 
+-parsetest: parsetest.c $(OBJECTS) 
+-	$(CC) $(FLAGS) -o parsetest parsetest.c $(OBJECTS) 
++parsetest: parsetest.c $(OBJECTS) ../server/timestamp.o
++	$(CC) $(FLAGS) -o parsetest parsetest.c $(OBJECTS) timestamp.o 
+ 
+-parsetest2: parsetest2.c $(OBJECTS) 
+-	$(CC) $(FLAGS) -o parsetest2 parsetest2.c $(OBJECTS) 
++parsetest2: parsetest2.c $(OBJECTS) ../server/timestamp.o
++	$(CC) $(FLAGS) -o parsetest2 parsetest2.c $(OBJECTS) timestamp.o
+ 
--- maradns.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list