summaryrefslogtreecommitdiff
path: root/util/bind.sh
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.com>2013-12-10 04:03:12 +0000
committerShawn Routhier <sar@isc.com>2013-12-10 04:03:12 +0000
commite54ff84f08a5bebce9f1a343e736202d56cf1a90 (patch)
tree443a15d1b80c163ad16c02b7266df4c922a85df1 /util/bind.sh
parent64fb661cc8ec8ab08b1a8e54f235ccd2d46b1636 (diff)
downloadisc-dhcp-e54ff84f08a5bebce9f1a343e736202d56cf1a90.tar.gz
-n master Patch for 30461 and update the auto generated files
Update the auto genrated files to add the required bind9 libraries Fix up dhcpctl/Makefile.am to include the isccfg lib Patch for 30461 to allow the DHCP server to find the name server to update via the DNS Conflicts:
Diffstat (limited to 'util/bind.sh')
-rw-r--r--util/bind.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh
index 8704fe1c..59ca3426 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -58,7 +58,8 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
- 4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;;
+ 4.2.6b1) BINDTAG=v9_8_6 ;;
+ 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 ;;