diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-11 14:22:00 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-11 14:22:00 -0300 |
commit | 8aa33410f80493930b33dad9e7f61742b3e0c72f (patch) | |
tree | 9d96b35f1874ab7b9d430309832e2b0c8d01ea10 | |
parent | 257807f468b6a7d557cf66f48bfffe2ab2464c4b (diff) | |
download | pfsense-packages-8aa33410f80493930b33dad9e7f61742b3e0c72f.tar.gz pfsense-packages-8aa33410f80493930b33dad9e7f61742b3e0c72f.tar.bz2 pfsense-packages-8aa33410f80493930b33dad9e7f61742b3e0c72f.zip |
bind - bump version and fix zone loop var reset.
-rw-r--r-- | config/bind/bind.inc | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 1f7f9d8b..0eddda73 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -271,7 +271,7 @@ EOD; $zoneallowtransfer = "none"; else $zoneallowtransfer = str_replace(',','; ',$zone['allowtransfer']); - $zone_conf .= "\$TTL $zonetll\n;\n"; + $zone_conf = "\$TTL $zonetll\n;\n"; $zone_conf .= ";\tDatabase file {$zonename}.DB for {$zonename} zone.\n"; $zone_conf .= ";\tZone version {$zoneserial}\n;\n"; if($zonereverso == "on") diff --git a/pkg_config.8.xml b/pkg_config.8.xml index ef8cae11..3a8c1dc8 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -53,7 +53,7 @@ <descr><![CDATA[The most widely used name server software]]></descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>9.9.4 pkg v 0.1.1</version> + <version>9.9.4 pkg v 0.1.2</version> <status>Beta</status> <required_version>2.1</required_version> <config_file>http://www.pfsense.com/packages/config/bind/bind.xml</config_file> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 72724b90..7548f7ad 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -53,7 +53,7 @@ <descr><![CDATA[The most widely used name server software]]></descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>9.9.4 pkg v 0.1.1</version> + <version>9.9.4 pkg v 0.1.2</version> <status>Beta</status> <required_version>2.1</required_version> <config_file>http://www.pfsense.com/packages/config/bind/bind.xml</config_file> |