1
0
Fork 0
forked from mirror/openwrt

treewide: use HTTPS URL for www.kernel.org

Avoids insecure plain HTTP.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Yanase Yuki 2025-12-25 12:54:10 +09:00 committed by Robert Marko
parent 00f924abad
commit c95e03c7b7
9 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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