diff options
author | Renato Botelho <renato@netgate.com> | 2015-09-21 08:45:06 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-09-21 08:45:06 -0300 |
commit | 3f1611014265e1cfa121be6a04d6f054eaff1fae (patch) | |
tree | 0eabd8a6a2ff1d076d867935fbb48fae771cfde2 | |
parent | 905461b2b85c62f74a47ea1ca0d31a7043e3f6fc (diff) | |
parent | d493cd5023ea99a1fb2e16cbf03bafc11dae2173 (diff) | |
download | pfsense-packages-3f1611014265e1cfa121be6a04d6f054eaff1fae.tar.gz pfsense-packages-3f1611014265e1cfa121be6a04d6f054eaff1fae.tar.bz2 pfsense-packages-3f1611014265e1cfa121be6a04d6f054eaff1fae.zip |
Merge pull request #1072 from doktornotor/patch-4
-rw-r--r-- | config/bind/bind_zones.xml | 2 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index 50f852c3..e923cbb4 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -496,7 +496,7 @@ <custom_php_validation_command> <![CDATA[ if ($_POST['type'] == "master" and $_POST['serial'] == "") { - $_POST['serial'] = date("U") + 1000000000); + $_POST['serial'] = (date("U") + 1000000000); } bind_zone_validate($_POST, $input_errors); ]]> diff --git a/pkg_config.10.xml b/pkg_config.10.xml index bab5ef19..5faf3f81 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -61,7 +61,7 @@ <descr>The most widely used name server software.</descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>0.4.0</version> + <version>0.4.1</version> <status>RC</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index a48e1dcf..4da7250a 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.5P1_5 pkg v 0.3.9</version> + <version>9.9.5P1_5 pkg v0.4.1</version> <status>RC</status> <required_version>2.1</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 01341d59..f0f99399 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.5P1_5 pkg v 0.3.9</version> + <version>9.9.5P1_5 pkg v0.4.1</version> <status>RC</status> <required_version>2.1</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> |