diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-10 10:02:58 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-10 10:02:58 -0300 |
commit | f075e28fbb331d122ec41a99bfe9ade616a8b492 (patch) | |
tree | 7b0e3a0ba777545981438866a1d2cfd57885501c | |
parent | dc9919e87ff4d66fdc6514ffa91e88c14ce96a57 (diff) | |
parent | 03da79fb66cd1cb26d8e8d19cd2897efdba98c1f (diff) | |
download | pfsense-packages-f075e28fbb331d122ec41a99bfe9ade616a8b492.tar.gz pfsense-packages-f075e28fbb331d122ec41a99bfe9ade616a8b492.tar.bz2 pfsense-packages-f075e28fbb331d122ec41a99bfe9ade616a8b492.zip |
Merge pull request #1090 from PiBa-NL/quagga-fix
-rw-r--r-- | config/quagga_ospfd/quagga_ospfd.xml | 4 | ||||
-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, 5 insertions, 5 deletions
diff --git a/config/quagga_ospfd/quagga_ospfd.xml b/config/quagga_ospfd/quagga_ospfd.xml index 01d67d8a..860c298b 100644 --- a/config/quagga_ospfd/quagga_ospfd.xml +++ b/config/quagga_ospfd/quagga_ospfd.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>quagga_ospfd</name> - <version>0.6.6</version> + <version>0.6.8</version> <title>Services: Quagga OSPFd</title> <include_file>/usr/local/pkg/quagga_ospfd.inc</include_file> <aftersaveredirect>pkg_edit.php?xml=quagga_ospfd.xml&id=0</aftersaveredirect> @@ -56,7 +56,7 @@ </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <item>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd_raw.xml</item> + <item>https://packages.pfsense.org/packages/config/quagga_ospfd/quagga_ospfd_raw.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 6c8c23e3..224f9fa0 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1365,7 +1365,7 @@ ]]> </descr> <maintainer>jimp@pfsense.org</maintainer> - <version>0.6.7</version> + <version>0.6.8</version> <category>Routing</category> <status>BETA</status> <depends_on_package_pbi>quagga-0.99.23.1_2-##ARCH##.pbi</depends_on_package_pbi> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 5abf5f5d..6bf4dc6e 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1565,7 +1565,7 @@ <name>Quagga OSPF</name> <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenBGPD. Installing both will break things.</descr> <maintainer>jimp@pfsense.org</maintainer> - <version>0.99.22.3 v0.6.5</version> + <version>0.99.22.3 v0.6.8</version> <category>Routing</category> <status>BETA</status> <depends_on_package_base_url>https://files.pfsense.org/packages/8/All/</depends_on_package_base_url> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index cb21d413..8c8b54e7 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1552,7 +1552,7 @@ <name>Quagga OSPF</name> <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenBGPD. Installing both will break things.</descr> <maintainer>jimp@pfsense.org</maintainer> - <version>0.99.22.3 v0.6.5</version> + <version>0.99.22.3 v0.6.8</version> <category>Routing</category> <status>BETA</status> <depends_on_package_base_url>https://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> |