- Update to 1.4.02
- Pass maintainership to submitter PR: 142723 Submitted by: Bernhard Froehlich <decke@bluelife.at>
This commit is contained in:
parent
ac627fc7be
commit
2104a91372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248088
4 changed files with 9 additions and 21 deletions
|
@ -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 ""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
--- tools/Makefile.orig Sat Jun 2 13:33:56 2007
|
||||
+++ tools/Makefile Sat Jun 2 13:38:09 2007
|
||||
--- 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)
|
||||
|
Loading…
Reference in a new issue