From aea33635c002031ca4118c29c19cdc4d26992c43 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 14 Feb 2014 08:19:17 -0200 Subject: [PATCH] Add https to update URLs and replace RELENG_8_3 by RELENG_10_0 --- etc/inc/globals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 81be1c2468..c977fe4337 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") {