]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_2] Tidy up bind.sh to use the correct head.
authorShawn Routhier <sar@isc.org>
Thu, 17 Apr 2014 20:21:43 +0000 (13:21 -0700)
committerShawn Routhier <sar@isc.org>
Thu, 17 Apr 2014 20:21:43 +0000 (13:21 -0700)
Use the correct BIND head (9.9.x) for 4.2.6 and beyond.
[ISC-Bugs 33195]

util/bind.sh

index 358888f97a18baefb3e38d54487e55691813467d..23e5ad5dea92c409d6848552e3f0d32101559c51 100644 (file)
@@ -49,8 +49,11 @@ 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 ;;
-       HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
+       v4_2) noSNAP=snapshot BINDTAG=v9_9 ;;
+       ### change to using the head of v9_9 until we upgrade DHCP
+       ### to use shared libraries
+       HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=v9_9 ;;
+       ### HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
        ###
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.