head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.0.2 netbsd-1-6-1-base:1.1; locks; strict; comment @# @; 1.4 date 2009.11.05.18.15.57; author joerg; state dead; branches; next 1.3; 1.3 date 2009.07.24.07.08.10; author joerg; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2003.06.17.07.50.45; author itojun; state dead; branches; next 1.1; 1.1 date 2002.09.03.14.55.05; author itojun; state Exp; branches; next ; 1.3.2.1 date 2009.07.24.07.08.10; author tron; state dead; branches; next 1.3.2.2; 1.3.2.2 date 2009.07.25.19.26.40; author tron; state Exp; branches; next ; desc @@ 1.4 log @nsd-3.2.3: * Bug #236: Allow RRs before the SOA in a zonefile. * Bug #229: Remove the C99 code. * Bug #253: Don't put NS RRs in a response with QTYPE=DNSKEY. * Bug #263: Make TSIG algorithm comparison case insensitive. * Bug #266: Build failed on systems without strptime. * Fix install hickup. * Fix to use 4096 EDNS limit for IPv6 on Linux. @ text @$NetBSD: patch-ab,v 1.3 2009/07/24 07:08:10 joerg Exp $ --- nsdc.sh.in.orig 2009-07-24 09:04:04.000000000 +0200 +++ nsdc.sh.in @@@@ -195,11 +195,11 @@@@ controlled_stop() { if [ $try -eq 1 ]; then kill -TERM ${pid} else - kill -TERM ${pid} &>/dev/null + kill -TERM ${pid} > /dev/null 2>&1 fi # really stopped? - kill -0 ${pid} &>/dev/null + kill -0 ${pid} > /dev/null 2>&1 if [ $? -eq 0 ]; then controlled_sleep ${try} try=`expr ${try} + 1` @ 1.3 log @Redirecting stdout and stderr with &> is not portable, fix this. Issue raised by Koh-ichi Ito on nsd-users. @ text @d1 1 a1 1 $NetBSD$ @ 1.3.2.1 log @file patch-ab was added on branch pkgsrc-2009Q2 on 2009-07-25 19:26:40 +0000 @ text @d1 18 @ 1.3.2.2 log @Pullup ticket #2833 - requested by joerg nsd: portability fix Revisions pulled up: - net/nsd/Makefile 1.47 - net/nsd/distinfo 1.26 - net/nsd/patches/patch-ab 1.3 --- Module Name: pkgsrc Committed By: joerg Date: Fri Jul 24 07:08:10 UTC 2009 Modified Files: pkgsrc/net/nsd: Makefile distinfo Added Files: pkgsrc/net/nsd/patches: patch-ab Log Message: Redirecting stdout and stderr with &> is not portable, fix this. Issue raised by Koh-ichi Ito on nsd-users. @ text @a0 18 $NetBSD$ --- nsdc.sh.in.orig 2009-07-24 09:04:04.000000000 +0200 +++ nsdc.sh.in @@@@ -195,11 +195,11 @@@@ controlled_stop() { if [ $try -eq 1 ]; then kill -TERM ${pid} else - kill -TERM ${pid} &>/dev/null + kill -TERM ${pid} > /dev/null 2>&1 fi # really stopped? - kill -0 ${pid} &>/dev/null + kill -0 ${pid} > /dev/null 2>&1 if [ $? -eq 0 ]; then controlled_sleep ${try} try=`expr ${try} + 1` @ 1.2 log @upgrade to 1.1 1.1 ============= FEATURES: - ANSI C - autoconf/configure - new parser - support for various RR types in zonec - support for UNKN RR types BUG FIXES: - lots of zone parsing errors eliminated - empty node matching bug gives NXDOMAIN 1.0.3 ============= This release is a bug fix release and does not add any new features. BUG FIXES: - Ignore SIGPIPE errors (bug #43). - Keep track of TCP child servers and restart if necessary. (bug #55) - Handle database reload failures correctly. - Close UDP sockets in TCP child servers. - Handle escaped characters (besides \.) in labels. - Preserve the query's RD flag in the answer. 1.0.2 ============= FEATURES: - -DBIND8_STATS to enable bind8 like [NX]STATS - -t flag to make nsd chroot to a certain directory - -s flag to make nsd produce statistics every s seconds - /etc/nsd/nsdc.conf to overwrite default variables for nsdc.sh - less loggin and more radical tcp connection (mis)handling - prefork -n processes to handle tcp connections - multiple -a flags CHANGES: - named.stats file functionality is removed BUG FIXES: - couple of pedantic fixes in C code - last zone in database axfr bug fixed - nsdc update wont update bug fixed @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2002/09/03 14:55:05 itojun Exp $ d3 9 a11 10 --- rfc1876.c- Tue Sep 3 23:52:42 2002 +++ rfc1876.c Tue Sep 3 23:53:02 2002 @@@@ -39,7 +39,7 @@@@ val = mantissa * poweroften[exponent]; - (void) sprintf(retbuf,"%d.%.2d", val/100, val%100); + (void) sprintf(retbuf,"%lu.%.2lu", val/100, val%100); return (retbuf); } d13 6 @ 1.1 log @upgrade to 1.0.1. diff from 1.0.1rc2: >Please to announce the final release of NSD-1.0.1 with minor bug fixes >and cosmetic changes, available for download: @ text @d1 1 a1 1 $NetBSD$ @