Browse Source

treewide: use HTTPS URL for www.kernel.org

Avoids insecure plain HTTP.

Signed-off-by: Yanase Yuki <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <[email protected]>
Yanase Yuki 2 months ago
parent
commit
c95e03c7b7

+ 1 - 1
package/devel/kselftests-bpf/Makefile

@@ -27,7 +27,7 @@ define Package/kselftests-bpf
 	+libelf +zlib +libpthread +librt +libpcap @!IN_SDK \
 	@KERNEL_DEBUG_FS @KERNEL_DEBUG_INFO_BTF @KERNEL_BPF_EVENTS
   TITLE:=Linux Kernel Selftests (BPF)
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
 endef
 
 define Package/kselftests-bpf/description

+ 1 - 1
package/devel/leds/Makefile

@@ -14,7 +14,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/leds/default
   SECTION:=devel
   CATEGORY:=Development
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
 endef
 
 define Package/ledumon

+ 1 - 1
package/devel/perf/Makefile

@@ -31,7 +31,7 @@ define Package/perf
 	    +PACKAGE_libbfd:libbfd +PACKAGE_libopcodes:libopcodes +libtraceevent
   TITLE:=Linux performance monitoring tool
   VERSION:=$(LINUX_VERSION)-r$(PKG_RELEASE)
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
 endef
 
 define Package/perf/description

+ 1 - 1
package/devel/tmon/Makefile

@@ -14,7 +14,7 @@ define Package/tmon
   SECTION:=devel
   CATEGORY:=Development
   TITLE:=Thermal monitoring and testing tool
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
   DEPENDS:=+libncursesw
 endef
 

+ 1 - 1
package/kernel/linux/Makefile

@@ -54,7 +54,7 @@ define Package/kernel
   DEFAULT:=y
   TITLE:=Virtual kernel package
   VERSION:=$(subst -rc,_rc,$(LINUX_VERSION))~$(LINUX_VERMAGIC)-r$(LINUX_RELEASE)
-  URL:=http://www.kernel.org/
+  URL:=https://www.kernel.org/
   PKG_FLAGS:=nonshared
 endef
 

+ 1 - 1
package/libs/libbpf/Makefile

@@ -33,7 +33,7 @@ define Package/libbpf
   TITLE:=libbpf - eBPF helper library
   LICENSE:=LGPL-2.1 OR BSD-2-Clause
   ABI_VERSION:=$(PKG_ABI_VERSION)
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
   DEPENDS:=+libelf
 endef
 

+ 1 - 1
package/network/utils/bpftool/Makefile

@@ -33,7 +33,7 @@ define Package/bpftool/Default
   CATEGORY:=Network
   TITLE:=bpftool - eBPF subsystem utility
   LICENSE:=GPL-2.0-only OR BSD-2-Clause
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
   DEPENDS:=+libelf
 endef
 

+ 1 - 1
package/network/utils/ethtool/Makefile

@@ -30,7 +30,7 @@ define Package/ethtool
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Display or change ethernet card settings
-  URL:=http://www.kernel.org/pub/software/network/ethtool/
+  URL:=https://www.kernel.org/pub/software/network/ethtool/
   VARIANT:=tiny
   CONFLICTS:=ethtool-full
   DEFAULT_VARIANT:=1

+ 1 - 1
package/utils/spidev_test/Makefile

@@ -24,7 +24,7 @@ define Package/spidev-test
   DEPENDS:=+kmod-spi-dev
   TITLE:=SPI testing utility
   VERSION:=$(LINUX_VERSION)-r$(PKG_RELEASE)
-  URL:=http://www.kernel.org
+  URL:=https://www.kernel.org
 endef
 
 define Package/spidev-test/description