Skip to content

Commit 57a9fc5

Browse files
authored
Merge pull request #59 from chewitt/https_80
settings: use https for update checks
2 parents 5429575 + 24e4f19 commit 57a9fc5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
################################################################################
2626

2727
ADDON_NAME=service.libreelec.settings
28-
ADDON_VERSION=0.8.9
28+
ADDON_VERSION=0.8.10
2929
DISTRONAME:=LibreELEC
3030

3131
SHELL=/bin/bash

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2017-03-10 v0.8.10
2+
(update) use https for update checks
3+
14
2017-02-17 v0.8.9
25
(fix) restore bluetooth 'connect and trust' option
36

src/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'ENABLED': True,
8282
'KERNEL_CMD': '/proc/cmdline',
8383
'SET_CLOCK_CMD': '/sbin/hwclock --systohc --utc',
84-
'UPDATE_REQUEST_URL': 'http://update.libreelec.tv/updates.php',
84+
'UPDATE_REQUEST_URL': 'https://update.libreelec.tv/updates.php',
8585
'UPDATE_DOWNLOAD_URL': 'http://%s.libreelec.tv/%s',
8686
'LOCAL_UPDATE_DIR': '/storage/.update/',
8787
'GET_CPU_FLAG': "cat /proc/cpuinfo | grep -q 'flags.* lm ' && echo '1' || echo '0'",

0 commit comments

Comments
 (0)