From f92ee7a8e5b6ebb4970564a33b0c01609072fb08 Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Thu, 25 Dec 2025 13:48:18 +0900 Subject: [PATCH] treewide: switch to HTTPS URL Avoids insecure plain HTTP. Signed-off-by: Yanase Yuki Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko --- package/base-files/Makefile | 2 +- package/devel/valgrind/Makefile | 2 +- package/firmware/linux-firmware/Makefile | 2 +- package/kernel/linux/modules/netdevices.mk | 2 +- package/libs/argp-standalone/Makefile | 4 ++-- package/libs/gmp/Makefile | 2 +- package/libs/libevent2/Makefile | 2 +- package/libs/libnl/Makefile | 2 +- package/libs/libpcap/Makefile | 4 ++-- package/libs/libunwind/Makefile | 2 +- package/libs/toolchain/Makefile | 2 +- package/libs/wolfssl/Makefile | 2 +- package/libs/zlib/Makefile | 2 +- package/network/config/soloscli/Makefile | 2 +- package/network/services/ead/Makefile | 2 +- package/network/services/ipset-dns/Makefile | 2 +- package/network/utils/comgt/Makefile | 2 +- package/network/utils/linux-atm/Makefile | 4 ++-- package/network/utils/ltq-dsl-base/Makefile | 2 +- package/network/utils/tcpdump/Makefile | 2 +- package/utils/busybox/Makefile | 2 +- package/utils/e2fsprogs/Makefile | 10 +++++----- 22 files changed, 29 insertions(+), 29 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 693d259ee4c..f5e1db114dc 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -45,7 +45,7 @@ define Package/base-files +SELINUX:procd-selinux +!SELINUX:procd +USE_SECCOMP:procd-seccomp \ +SELINUX:busybox-selinux +!SELINUX:busybox TITLE:=Base filesystem for OpenWrt - URL:=http://openwrt.org/ + URL:=https://openwrt.org/ VERSION:=$(PKG_RELEASE)~$(lastword $(subst -, ,$(REVISION))) endef diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index b6a9aded355..7572ffe9af6 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -35,7 +35,7 @@ define Package/valgrind CATEGORY:=Development DEPENDS:=@mips||mipsel||mips64||mips64el||i386||x86_64||powerpc||arm_v7||aarch64||riscv64 +libpthread +librt TITLE:=debugging and profiling tools for Linux - URL:=http://www.valgrind.org + URL:=https://valgrind.org endef define Package/valgrind/default diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index a78659695ae..6ad97d55559 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -27,7 +27,7 @@ STRIP:=: define Package/firmware-default SECTION:=firmware CATEGORY:=Firmware - URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git + URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git TITLE:=$(1) DEPENDS:=$(2) LICENSE_FILES:=$(3) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 11d7b32c27e..50733101d0a 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -238,7 +238,7 @@ $(eval $(call KernelPackage,mdio-gpio)) define KernelPackage/et131x SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=Agere ET131x Gigabit Ethernet driver - URL:=http://sourceforge.net/projects/et131x + URL:=https://sourceforge.net/projects/et131x FILES:= \ $(LINUX_DIR)/drivers/net/ethernet/agere/et131x.ko KCONFIG:= \ diff --git a/package/libs/argp-standalone/Makefile b/package/libs/argp-standalone/Makefile index 23e51697964..ad0ab30d195 100644 --- a/package/libs/argp-standalone/Makefile +++ b/package/libs/argp-standalone/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.3 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.lysator.liu.se/~nisse/misc/ +PKG_SOURCE_URL:=https://www.lysator.liu.se/~nisse/misc/ PKG_HASH:=dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be PKG_MAINTAINER:=Ted Hess @@ -28,7 +28,7 @@ define Package/argp-standalone SECTION:=libs CATEGORY:=Libraries TITLE:=Hierarchial argument parsing broken out from glibc - URL:=http://www.lysator.liu.se/~nisse/misc/ + URL:=https://www.lysator.liu.se/~nisse/misc/ endef define Package/argp-standalone/description diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile index 34a2047b57e..7d4d8423288 100644 --- a/package/libs/gmp/Makefile +++ b/package/libs/gmp/Makefile @@ -30,7 +30,7 @@ define Package/libgmp SECTION:=libs CATEGORY:=Libraries TITLE:=GNU multiprecision arithmetic library - URL:=http://gmplib.org/ + URL:=https://gmplib.org/ ABI_VERSION:=10 endef diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index e0a080d60e2..7341264f0bc 100644 --- a/package/libs/libevent2/Makefile +++ b/package/libs/libevent2/Makefile @@ -35,7 +35,7 @@ define Package/libevent2/Default SECTION:=libs CATEGORY:=Libraries TITLE:=Event notification - URL:=http://libevent.org + URL:=https://libevent.org ABI_VERSION:=7 endef diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile index a07606c8fa4..d3e12161c63 100644 --- a/package/libs/libnl/Makefile +++ b/package/libs/libnl/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libnl/default SECTION:=libs CATEGORY:=Libraries - URL:=http://www.infradead.org/~tgr/libnl/ + URL:=https://www.infradead.org/~tgr/libnl/ ABI_VERSION:=200 endef diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index 9955e248480..209a984a61c 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -35,7 +35,7 @@ define Package/libpcap SECTION:=libs CATEGORY:=Libraries TITLE:=Low-level packet capture library - URL:=http://www.tcpdump.org/ + URL:=https://www.tcpdump.org/ MENU:=1 ABI_VERSION:=1 endef @@ -53,7 +53,7 @@ define Package/rpcapd SECTION:=net CATEGORY:=Network TITLE:=Capture daemon to be controlled by a remote libpcap application - URL:=http://www.tcpdump.org/ + URL:=https://www.tcpdump.org/ DEPENDS+= +USE_GLIBC:libcrypt-compat +libpcap endef diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile index 2ed8988acd3..98d935c9fbc 100644 --- a/package/libs/libunwind/Makefile +++ b/package/libs/libunwind/Makefile @@ -31,7 +31,7 @@ define Package/libunwind SECTION:=libs CATEGORY:=Libraries TITLE:=The libunwind project - URL:=http://www.nongnu.org/libunwind/ + URL:=https://www.nongnu.org/libunwind/ DEPENDS:=@!(USE_MUSL&&(powerpc)) +zlib ABI_VERSION:=8 endef diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index f1f15eddc00..142dbb9807e 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -26,7 +26,7 @@ endif define Package/gcc/Default SECTION:=libs CATEGORY:=Base system - URL:=http://gcc.gnu.org/ + URL:=https://gcc.gnu.org/ VERSION:=$(LIBGCC_VERSION)-r$(PKG_RELEASE) endef diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index bde06a35c0b..0ca812157cd 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -60,7 +60,7 @@ define Package/libwolfssl/Default SECTION:=libs SUBMENU:=SSL CATEGORY:=Libraries - URL:=http://www.wolfssl.com/ + URL:=https://www.wolfssl.com/ endef define Package/libwolfssl diff --git a/package/libs/zlib/Makefile b/package/libs/zlib/Makefile index 21565549647..87a5715f896 100644 --- a/package/libs/zlib/Makefile +++ b/package/libs/zlib/Makefile @@ -29,7 +29,7 @@ define Package/zlib SECTION:=libs CATEGORY:=Libraries TITLE:=Library implementing the deflate compression method - URL:=http://www.zlib.net/ + URL:=https://www.zlib.net/ endef define Package/zlib-dev diff --git a/package/network/config/soloscli/Makefile b/package/network/config/soloscli/Makefile index 52a53dc0fa2..63c627eb2ec 100644 --- a/package/network/config/soloscli/Makefile +++ b/package/network/config/soloscli/Makefile @@ -26,7 +26,7 @@ define Package/soloscli CATEGORY:=Network TITLE:=Configuration utility for Solos ADSL2+ modems DEPENDS:=+kmod-solos-pci - URL:=http://sourceforge.net/projects/openadsl + URL:=https://sourceforge.net/projects/openadsl endef define Package/soloscli/description diff --git a/package/network/services/ead/Makefile b/package/network/services/ead/Makefile index 29deda0f6e5..a35ffdb9748 100644 --- a/package/network/services/ead/Makefile +++ b/package/network/services/ead/Makefile @@ -24,7 +24,7 @@ define Package/ead SECTION:=net CATEGORY:=Base system TITLE:=Emergency Access Daemon - URL:=http://bridge.sourceforge.net/ + URL:=https://bridge.sourceforge.net/ endef define Package/ead/description diff --git a/package/network/services/ipset-dns/Makefile b/package/network/services/ipset-dns/Makefile index b3b557ce49f..02c9e60a57c 100644 --- a/package/network/services/ipset-dns/Makefile +++ b/package/network/services/ipset-dns/Makefile @@ -29,7 +29,7 @@ define Package/ipset-dns SECTION:=net CATEGORY:=Network TITLE:=A lightweight DNS forwarder to populate ipsets - URL:=http://git.zx2c4.com/ipset-dns/about/ + URL:=https://git.zx2c4.com/ipset-dns/about/ DEPENDS:=+libmnl endef diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index f7e9693064e..ed6296425ec 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -35,7 +35,7 @@ define Package/comgt $(call Package/comgt/Default) TITLE:=Option/Vodafone 3G/GPRS control tool DEPENDS:=+chat - URL:=http://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html + URL:=https://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html endef define Package/comgt-directip diff --git a/package/network/utils/linux-atm/Makefile b/package/network/utils/linux-atm/Makefile index c48309da9c2..02ba439a4b9 100644 --- a/package/network/utils/linux-atm/Makefile +++ b/package/network/utils/linux-atm/Makefile @@ -35,7 +35,7 @@ define Package/linux-atm SECTION:=libs CATEGORY:=Libraries TITLE:=Linux ATM library - URL:=http://linux-atm.sourceforge.net/ + URL:=https://linux-atm.sourceforge.net/ endef define Package/linux-atm/description @@ -46,7 +46,7 @@ define Package/linux-atm/Default SECTION:=net CATEGORY:=Network DEPENDS:=+linux-atm - URL:=http://linux-atm.sourceforge.net/ + URL:=https://linux-atm.sourceforge.net/ SUBMENU:=Linux ATM tools endef diff --git a/package/network/utils/ltq-dsl-base/Makefile b/package/network/utils/ltq-dsl-base/Makefile index b51851f076e..a1786fb4986 100644 --- a/package/network/utils/ltq-dsl-base/Makefile +++ b/package/network/utils/ltq-dsl-base/Makefile @@ -16,7 +16,7 @@ define Package/ltq-dsl-base SECTION:=net CATEGORY:=Network TITLE:=DSL related files for Intel/Lantiq DSL Chipsets - URL:=http://openwrt.org/ + URL:=https://openwrt.org/ DEPENDS:=@(TARGET_lantiq||TARGET_ipq40xx) +jshn endef diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile index bb428881d1b..3bf5694bda0 100644 --- a/package/network/utils/tcpdump/Makefile +++ b/package/network/utils/tcpdump/Makefile @@ -30,7 +30,7 @@ define Package/tcpdump/default CATEGORY:=Network DEPENDS:=+libpcap TITLE:=Network monitoring and data acquisition tool - URL:=http://www.tcpdump.org/ + URL:=https://www.tcpdump.org/ endef define Package/tcpdump diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index b7d24b74ac2..31489dafda5 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -47,7 +47,7 @@ define Package/busybox/Default CATEGORY:=Base system MAINTAINER:=Felix Fietkau TITLE:=Core utilities for embedded Linux - URL:=http://busybox.net/ + URL:=https://busybox.net/ DEPENDS:= +USE_GLIBC:libcrypt-compat +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter +(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_MOUNT_NFS)||(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_INETD_RPC):libtirpc USERID:=ntp=123:ntp=123 endef diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile index 3ceb7b5c847..f5bbe3800b3 100644 --- a/package/utils/e2fsprogs/Makefile +++ b/package/utils/e2fsprogs/Makefile @@ -33,7 +33,7 @@ define Package/e2fsprogs CATEGORY:=Utilities SUBMENU:=Filesystem TITLE:=Ext2/3/4 filesystem utilities - URL:=http://e2fsprogs.sourceforge.net/ + URL:=https://e2fsprogs.sourceforge.net/ DEPENDS:=+libuuid +libext2fs +libe2p endef @@ -46,7 +46,7 @@ define Package/libext2fs SECTION:=libs CATEGORY:=Libraries TITLE:=ext2/3/4 filesystem library - URL:=http://e2fsprogs.sourceforge.net/ + URL:=https://e2fsprogs.sourceforge.net/ DEPENDS:=+libuuid +libblkid +libss +libcomerr ABI_VERSION:=2 endef @@ -59,7 +59,7 @@ define Package/libe2p SECTION:=libs CATEGORY:=Libraries TITLE:=ext2fs userspace programs utility library - URL:=http://e2fsprogs.sourceforge.net/ + URL:=https://e2fsprogs.sourceforge.net/ DEPENDS:=+libuuid ABI_VERSION:=2 endef @@ -73,7 +73,7 @@ define Package/libss SECTION:=libs CATEGORY:=Libraries TITLE:=command-line interface parsing library - URL:=http://e2fsprogs.sourceforge.net/ + URL:=https://e2fsprogs.sourceforge.net/ DEPENDS:=+libcomerr ABI_VERSION:=2 endef @@ -87,7 +87,7 @@ define Package/libcomerr SECTION:=libs CATEGORY:=Libraries TITLE:=common error description library - URL:=http://e2fsprogs.sourceforge.net/ + URL:=https://e2fsprogs.sourceforge.net/ DEPENDS:=+libuuid ABI_VERSION:=0 endef -- 2.47.3