summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-02-14 08:19:17 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-02-14 08:19:17 -0200
commitaea33635c002031ca4118c29c19cdc4d26992c43 (patch)
treeee5f6610a5a91ba6d87fd4c3973077f1a5bf2528
parent6635f5b90d317247e7c61ba0d3ce81c3080a0efc (diff)
downloadpfsense-aea33635c002031ca4118c29c19cdc4d26992c43.zip
pfsense-aea33635c002031ca4118c29c19cdc4d26992c43.tar.gz
Add https to update URLs and replace RELENG_8_3 by RELENG_10_0
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 81be1c2..c977fe4 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -104,8 +104,8 @@ if(file_exists("/etc/platform")) {
$arch = ($arch == "i386") ? "" : '/' . $arch;
/* Full installs and NanoBSD use the same update directory and manifest in 2.x */
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
- $g['update_manifest']="http://updates.pfSense.com/manifest";
+ $g['update_url']="https://snapshots.pfsense.org/FreeBSD_RELENG_10_0/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_manifest']="https://updates.pfSense.org/manifest";
$g['platform'] = trim(file_get_contents("/etc/platform"));
if($g['platform'] == "nanobsd") {
OpenPOWER on IntegriCloud