diff options
Diffstat (limited to 'config/systempatches/systempatches.xml')
-rw-r--r-- | config/systempatches/systempatches.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/systempatches/systempatches.xml b/config/systempatches/systempatches.xml index 73974af0..b9875140 100644 --- a/config/systempatches/systempatches.xml +++ b/config/systempatches/systempatches.xml @@ -40,7 +40,7 @@ <requirements>None</requirements> <faq>Applies patches supplied by the user to the firewall.</faq> <name>System Patches</name> - <version>1.0</version> + <version>1.0.2</version> <title>System: Patches</title> <include_file>/usr/local/pkg/patches.inc</include_file> <menu> @@ -52,22 +52,22 @@ <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>644</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/system_patches.php</item> + <item>https://packages.pfsense.org/packages/config/systempatches/system_patches.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>644</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/system_patches_edit.php</item> + <item>https://packages.pfsense.org/packages/config/systempatches/system_patches_edit.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/bin/</prefix> <chmod>755</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/apply_patches.php</item> + <item>https://packages.pfsense.org/packages/config/systempatches/apply_patches.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>644</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/patches.inc</item> + <item>https://packages.pfsense.org/packages/config/systempatches/patches.inc</item> </additional_files_needed> <custom_php_install_command> patch_package_install(); |