[openwrt/openwrt] build: switch VERSION_REPO again to HTTPS

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 20 06:36:00 PDT 2022


aparcar pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/a036c1d43bfb494fb87925e55e96bb5d3058060d

commit a036c1d43bfb494fb87925e55e96bb5d3058060d
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sun Mar 20 13:34:22 2022 +0000

    build: switch VERSION_REPO again to HTTPS
    
    The maintainer-tools.git script still defaults to `http` while
    eveyrthing moved over to `https`. This commit switches VERSION_REPO
    again back to encrypted connections.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 include/version.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/version.mk b/include/version.mk
index 4df8d74002..ca6a15bdbf 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -29,7 +29,7 @@ VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
 VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
 
 VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/releases/22.03-SNAPSHOT)
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/22.03-SNAPSHOT)
 
 VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
 VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)




More information about the lede-commits mailing list