diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-18 15:58:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-18 15:58:26 +0800 |
commit | 5e3afc6ad447b6b0bde9a5c9425160407e59b1cb (patch) | |
tree | a054a964f21f98f35898b62b2b06acba9e830bc0 /dns | |
parent | 5ae421d8895084b55e8a05aa3ff80d7d15fe90fa (diff) | |
download | freebsd-ports-gnome-5e3afc6ad447b6b0bde9a5c9425160407e59b1cb.tar.gz freebsd-ports-gnome-5e3afc6ad447b6b0bde9a5c9425160407e59b1cb.tar.zst freebsd-ports-gnome-5e3afc6ad447b6b0bde9a5c9425160407e59b1cb.zip |
- Update to 1.4.02
- Pass maintainership to submitter
PR: 142723
Submitted by: Bernhard Froehlich <decke@bluelife.at>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/maradns/Makefile | 9 | ||||
-rw-r--r-- | dns/maradns/distinfo | 6 | ||||
-rw-r--r-- | dns/maradns/files/patch-tcp_zoneserver.c | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-tools_Makefile.recursive (renamed from dns/maradns/files/patch-tools_Makefile) | 4 |
4 files changed, 9 insertions, 21 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index e0e87fde6cc6..8947df7882d6 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -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 --git a/dns/maradns/distinfo b/dns/maradns/distinfo index 2d7d188f83b2..7f32f937a13d 100644 --- a/dns/maradns/distinfo +++ b/dns/maradns/distinfo @@ -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 --git a/dns/maradns/files/patch-tcp_zoneserver.c b/dns/maradns/files/patch-tcp_zoneserver.c deleted file mode 100644 index e50223fa1ce6..000000000000 --- a/dns/maradns/files/patch-tcp_zoneserver.c +++ /dev/null @@ -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 --git a/dns/maradns/files/patch-tools_Makefile b/dns/maradns/files/patch-tools_Makefile.recursive index f6074fa14dfa..52653b5a7140 100644 --- a/dns/maradns/files/patch-tools_Makefile +++ b/dns/maradns/files/patch-tools_Makefile.recursive @@ -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) |