Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2010 18:19:12 +0100
From:      Bernhard Froehlich <decke@bluelife.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/142723: [PATCH] dns/maradns: update to 1.4.02, take maintainership
Message-ID:  <20100111181912.35d3a558@bluelife.at>
Resent-Message-ID: <201001111820.o0BIK3GR011433@freefall.freebsd.org>

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

>Number:         142723
>Category:       ports
>Synopsis:       [PATCH] dns/maradns: update to 1.4.02, 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:   Mon Jan 11 18:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bernhard Froehlich
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD chii.bluelife.at 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan  8 09:39:23 CET
>Description:
- Update to 1.4.02
- Take maintainership
- Add SourceForge as additional mirror

Added file(s):
- files/patch-tools_Makefile.recursive

Removed file(s):
- files/patch-tcp_zoneserver.c
- files/patch-tools_Makefile

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- maradns-1.4.02.patch begins here ---
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/dns/maradns.orig/Makefile /usr/ports/dns/maradns/Makefile
--- /usr/ports/dns/maradns.orig/Makefile	2009-10-07 11:51:28.000000000 +0200
+++ /usr/ports/dns/maradns/Makefile	2010-01-11 18:13:07.000000000 +0100
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	maradns
-PORTVERSION=	1.3.07.09
-PORTREVISION=	1
+PORTVERSION=	1.4.02
 CATEGORIES=	dns
-MASTER_SITES=	http://www.maradns.org/download/1.3/${PORTVERSION}/ \
-		http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/
+MASTER_SITES=	http://www.maradns.org/download/1.4/${PORTVERSION}/ \
+		SF/${PORTNAME}/MaraDNS/${PORTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	decke@bluelife.at
 COMMENT=	DNS server with focus on security and simplicity
 
 REINPLACE_ARGS=	-i ""
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/dns/maradns.orig/distinfo /usr/ports/dns/maradns/distinfo
--- /usr/ports/dns/maradns.orig/distinfo	2009-09-23 13:41:48.000000000 +0200
+++ /usr/ports/dns/maradns/distinfo	2010-01-11 18:04:03.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (maradns-1.3.07.09.tar.gz) = 61a7c575e8491d825d8b85621becc34e
-SHA256 (maradns-1.3.07.09.tar.gz) = 226a4ed0a9696f5230c5eda80142afc6fa756111dac8ae484bb9a82bc1bcf373
-SIZE (maradns-1.3.07.09.tar.gz) = 1386748
+MD5 (maradns-1.4.02.tar.gz) = ec8d4ddb6609f2608bcc7e56530e89ae
+SHA256 (maradns-1.4.02.tar.gz) = be7e06476edaf9781fd3600ea6eff0b27d4ba5b5c28d005be925c3a5a28fef50
+SIZE (maradns-1.4.02.tar.gz) = 1395579
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/dns/maradns.orig/files/patch-tcp_zoneserver.c /usr/ports/dns/maradns/files/patch-tcp_zoneserver.c
--- /usr/ports/dns/maradns.orig/files/patch-tcp_zoneserver.c	2009-09-23 14:03:29.000000000 +0200
+++ /usr/ports/dns/maradns/files/patch-tcp_zoneserver.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- tcp/zoneserver.c.orig	2009-09-23 02:00:29.000000000 +0200
-+++ tcp/zoneserver.c	2009-09-23 02:03:05.000000000 +0200
-@@ -1014,7 +1014,7 @@
-     js_string *synth_soa_origin;
- 
-     /* Kill children processes when we are signaled */
--    if(setpgrp()) {
-+    if(setpgrp(0, 0)) {
-         printf(strerror(errno)); /* harderror() would kill the group which may not be correct yet */
-         return 3;
-     }
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/dns/maradns.orig/files/patch-tools_Makefile /usr/ports/dns/maradns/files/patch-tools_Makefile
--- /usr/ports/dns/maradns.orig/files/patch-tools_Makefile	2007-06-16 14:42:14.000000000 +0200
+++ /usr/ports/dns/maradns/files/patch-tools_Makefile	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- tools/Makefile.orig	Sat Jun  2 13:33:56 2007
-+++ tools/Makefile	Sat Jun  2 13:38:09 2007
-@@ -27,7 +27,7 @@
- 	$(CC) $(FLAGS) -o benchmark benchmark.c $(OBJECTS) $(POBJECTS)
- 
- duende: duende.c 
--	$(CC) $(FLAGS) -o duende duende.c
-+	$(CC) $(FLAGS) -o duende duende.c -lutil
- 
- strip.control: strip.control.c
- 	$(CC) $(FLAGS) -o strip.control strip.control.c
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/dns/maradns.orig/files/patch-tools_Makefile.recursive /usr/ports/dns/maradns/files/patch-tools_Makefile.recursive
--- /usr/ports/dns/maradns.orig/files/patch-tools_Makefile.recursive	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/dns/maradns/files/patch-tools_Makefile.recursive	2010-01-08 09:56:26.000000000 +0100
@@ -0,0 +1,11 @@
+--- tools/Makefile.recursive.orig	2006-01-02 17:59:33.000000000 +0100
++++ tools/Makefile.recursive	2010-01-08 09:51:36.000000000 +0100
+@@ -27,7 +27,7 @@
+ 	$(CC) $(FLAGS) -o benchmark benchmark.c $(OBJECTS) $(POBJECTS)
+ 
+ duende: duende.c 
+-	$(CC) $(FLAGS) -o duende duende.c
++	$(CC) $(FLAGS) -o duende duende.c -lutil
+ 
+ strip.control: strip.control.c
+ 	$(CC) $(FLAGS) -o strip.control strip.control.c
--- maradns-1.4.02.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?20100111181912.35d3a558>