head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.1.1
	RELENG_7_4:1.1.1.1.0.26
	RELENG_7_4_BP:1.1.1.1
	RELENG_7_3_0_RELEASE:1.1.1.1
	RELENG_7_3:1.1.1.1.0.24
	RELENG_7_3_BP:1.1.1.1
	RELENG_7_2_0_RELEASE:1.1.1.1
	RELENG_7_2:1.1.1.1.0.22
	RELENG_7_2_BP:1.1.1.1
	RELENG_7_1_0_RELEASE:1.1.1.1
	RELENG_6_4_0_RELEASE:1.1.1.1
	RELENG_7_1:1.1.1.1.0.20
	RELENG_7_1_BP:1.1.1.1
	RELENG_6_4:1.1.1.1.0.18
	RELENG_6_4_BP:1.1.1.1
	RELENG_7_0_0_RELEASE:1.1.1.1
	RELENG_6_3_0_RELEASE:1.1.1.1
	RELENG_7_0:1.1.1.1.0.16
	RELENG_7_0_BP:1.1.1.1
	BIND_9_4_2:1.1.1.1
	RELENG_6_3:1.1.1.1.0.14
	RELENG_6_3_BP:1.1.1.1
	RELENG_7:1.1.1.1.0.12
	RELENG_7_BP:1.1.1.1
	BIND_9_4_1_P1:1.1.1.1
	BIND_9_4_1:1.1.1.1
	BIND_9_3_4:1.1.1.1
	RELENG_6_2_0_RELEASE:1.1.1.1
	BIND_9_3_3:1.1.1.1
	RELENG_6_2:1.1.1.1.0.10
	RELENG_6_2_BP:1.1.1.1
	RELENG_5_5_0_RELEASE:1.1.1.1.2.1
	RELENG_5_5:1.1.1.1.2.1.0.6
	RELENG_5_5_BP:1.1.1.1.2.1
	RELENG_6_1_0_RELEASE:1.1.1.1
	RELENG_6_1:1.1.1.1.0.8
	RELENG_6_1_BP:1.1.1.1
	BIND_9_3_2:1.1.1.1
	RELENG_6_0_0_RELEASE:1.1.1.1
	RELENG_6_0:1.1.1.1.0.6
	RELENG_6_0_BP:1.1.1.1
	RELENG_6:1.1.1.1.0.4
	RELENG_6_BP:1.1.1.1
	RELENG_5_4_0_RELEASE:1.1.1.1.2.1
	RELENG_5_4:1.1.1.1.2.1.0.4
	RELENG_5_4_BP:1.1.1.1.2.1
	BIND_9_3_1:1.1.1.1
	RELENG_5_3_0_RELEASE:1.1.1.1.2.1
	RELENG_5_3:1.1.1.1.2.1.0.2
	RELENG_5_3_BP:1.1.1.1.2.1
	RELENG_5:1.1.1.1.0.2
	BIND_9_3_0:1.1.1.1
	BIND_9_3_0_RC4:1.1.1.1
	ISC:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.05.31.05.42.58;	author dougb;	state dead;
branches;
next	1.1;

1.1
date	2004.09.19.01.30.06;	author trhodes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.09.19.01.30.06;	author trhodes;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	2004.09.26.03.09.38;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 193149 on 2009-05-31 05:42:58Z by dougb

Update BIND to version 9.6.1rc1. This version has better performance and
lots of new features compared to 9.4.x, including:

	Full NSEC3 support
	Automatic zone re-signing
	New update-policy methods tcp-self and 6to4-self
	DHCID support.
	More detailed statistics counters including those supported in BIND 8.
	Faster ACL processing.
	Efficient LRU cache-cleaning mechanism.
	NSID support.
@
text
@#!/bin/sh
commit=
for i
do
	z=`expr "$i" : 'http://www.ietf.org/internet-drafts/\(.*\)'`
	if test -n "$z"
	then
		i="$z"
	fi
	if test -f "$i"
	then
		continue
	fi
	pat=`echo "$i" | sed 's/...txt/??.txt/'`
	old=`echo $pat 2> /dev/null`
	if test "X$old" != "X$pat"
	then
		newer=0
		for j in $old
		do
			if test $j ">" $i
			then
				 newer=1
			fi
		done
		if test $newer = 1
		then
			continue;
		fi
	fi
	if fetch "http://www.ietf.org/internet-drafts/$i" 
	then
		cvs add "$i" 
		if test "X$old" != "X$pat"
		then
			rm $old
			cvs delete $old
			commit="$commit $old"
		fi
		commit="$commit $i"
	fi
done
if test -n "$commit"
then
	cvs commit -m "new draft" $commit
fi
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Vender import of BIND 9.3.0rc4.
@
text
@@


1.1.1.1.2.1
log
@MFC: BIND 9 and related bits.

Approved by:	re
@
text
@@

