From faeebc73b72ce840d5a6f2a57913a375800b6bfe Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 17 Apr 2014 13:30:11 -0700 Subject: [PATCH] [master] Update bind.sh to include correct 4.2 info Update bind.sh to include all the information for 4.2. Hopefully this will make updates a bit neater - update master and cherrypick to 4.2 as necessary. [ISC-Bugs 33195] --- util/bind.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/util/bind.sh b/util/bind.sh index 49dadb9c1..ff4c82e4f 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -49,7 +49,7 @@ case $# in ### tarball with vastly different values. So the version.tmp can not ### be used to chdir down into the directory that is unpacked. ### - v4_2) noSNAP=snapshot BINDTAG=v9_8 ;; + v4_2) noSNAP=snapshot BINDTAG=v9_9 ;; v4_3) noSNAP=snapshot BINDTAG=v9_9 ;; ### change to using the head of v9_9 until we upgrade DHCP ### to use shared libraries @@ -63,8 +63,10 @@ case $# in 4.3.0rc1) BINDTAG=v9_9_5rc2 ;; 4.3.0b1) BINDTAG=v9_9_5rc1 ;; 4.3.0a1) BINDTAG=v9_9_5b1 ;; - 4.2.6b1) BINDTAG=v9_9_5 ;; - 4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;; + 4.2.6) BINDTAG=v9_9_5 ;; + 4.2.6rc1) BINDTAG=v9_9_5rc2 ;; + 4.2.6b1) BINDTAG=v9_9_5rc1 ;; + 4.2.5b1|4.2.5rc1|4.2.5) BINDTAG=v9_8_4_P1 ;; 4.2.4rc2|4.2.4) BINDTAG=v9_8_3 ;; 4.2.4b1|4.2.4rc1) BINDTAG=v9_8_2 ;; 4.2.3-P1|4.2.3-P2) BINDTAG=v9_8_1_P1 ;; -- 2.47.2