From: Shawn Routhier Date: Fri, 14 Dec 2012 20:21:53 +0000 (-0800) Subject: [master] X-Git-Tag: v4_3_0a1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1b1d992dd273ba64640b68488f5cef0b6e2c43;p=thirdparty%2Fdhcp.git [master] Update bind version for 4.2.5rc1 --- diff --git a/util/bind.sh b/util/bind.sh index 1f2c5cfa0..ae86ce1b6 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -55,7 +55,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.2.5b1) BINDTAG=v9_8_4_P1 ;; + 4.2.5b1|4.2.5rc1) 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 ;;