diff options
-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> |