]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
treewide: switch to HTTPS URL 21279/head
authorYanase Yuki <dev@zpc.st>
Thu, 25 Dec 2025 04:48:18 +0000 (13:48 +0900)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 17:07:02 +0000 (18:07 +0100)
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>
22 files changed:
package/base-files/Makefile
package/devel/valgrind/Makefile
package/firmware/linux-firmware/Makefile
package/kernel/linux/modules/netdevices.mk
package/libs/argp-standalone/Makefile
package/libs/gmp/Makefile
package/libs/libevent2/Makefile
package/libs/libnl/Makefile
package/libs/libpcap/Makefile
package/libs/libunwind/Makefile
package/libs/toolchain/Makefile
package/libs/wolfssl/Makefile
package/libs/zlib/Makefile
package/network/config/soloscli/Makefile
package/network/services/ead/Makefile
package/network/services/ipset-dns/Makefile
package/network/utils/comgt/Makefile
package/network/utils/linux-atm/Makefile
package/network/utils/ltq-dsl-base/Makefile
package/network/utils/tcpdump/Makefile
package/utils/busybox/Makefile
package/utils/e2fsprogs/Makefile

index 693d259ee4cd0365c936405298c221bdc28c6422..f5e1db114dc0f03158e3d89411e14e05262f67f5 100644 (file)
@@ -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
 
index b6a9aded35524bbec85045c634ed4080c1077731..7572ffe9af6bcf6e5eb8b0bdc905110806aa84c9 100644 (file)
@@ -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
index a78659695ae6f16adf9751259799b962310a7774..6ad97d55559e8c3f2cdb8aa337a8713b5660f529 100644 (file)
@@ -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)
index 11d7b32c27e4461b784c07a22943410c067c2cee..50733101d0a1e8d91c0a9dc273f469884d6756a9 100644 (file)
@@ -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:= \
index 23e51697964c7eec1f2154bd3fde496919cfc635..ad0ab30d1954ff6c4e5f107b862e641e042306e0 100644 (file)
@@ -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 <thess@kitschensync.net>
 
@@ -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
index 34a2047b57ee8835b7e88a72f3b66036698c4586..7d4d842328874a25c51686f564f94a4653ddd1bd 100644 (file)
@@ -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
 
index e0a080d60e240d45e79bab7ba564e4dcf19b5e5b..7341264f0bc611f3b823e52dac927509ae17ab61 100644 (file)
@@ -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
 
index a07606c8fa459b87a78765c8f21ea5cd3cf66a12..d3e12161c63c64e6c9ca65ab4ad00c1b63756af9 100644 (file)
@@ -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
 
index 9955e24848076f1192020d17afd73688004907d1..209a984a61c905cfc78d020cca2844a66cbe4265 100644 (file)
@@ -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
 
index 2ed8988acd35127a07d085911279137bcc4dbf0b..98d935c9fbc53123cdd45c6597569919a4b6147c 100644 (file)
@@ -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
index f1f15eddc000f212b1d9c4b5d90a20e8671250e0..142dbb9807e12b644d38515029ab2c98ff6dea86 100644 (file)
@@ -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
 
index bde06a35c0b00363c9b347321c4ffa08a2a027d0..0ca812157cd9fb38d5d825f3c15bf3356db955f8 100644 (file)
@@ -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
index 215655496476f59047b720f7332fe325e090d98e..87a5715f89677f888d3bc652bfd78818b8ccec19 100644 (file)
@@ -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
index 52a53dc0fa27f7a618c0134c649e4da4d9db890b..63c627eb2ec86b3374c49721c91fa09e230d0aed 100644 (file)
@@ -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
index 29deda0f6e5172ef7416ef12108a4fcfabdb6a6e..a35ffdb97487304e1bcc3eb9349bbe2cb1cd77a3 100644 (file)
@@ -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
index b3b557ce49ff668fa324082e94c2164a0a69690e..02c9e60a57c40b17162aeaca533dce3c5652c0b0 100644 (file)
@@ -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
 
index f7e9693064e64cd0719b49c52a5349ae117f7dd0..ed6296425ec205b880d3747c73df37a5e55390b7 100644 (file)
@@ -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
index c48309da9c2a53cdc6952b1dbccb57adb9ffc3be..02ba439a4b98c3cde7bc39e14a51799fa931334d 100644 (file)
@@ -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
 
index b51851f076ee4262be155c55dac16a604d6dfc44..a1786fb49869b3b5d823e7c23789677dc1df1534 100644 (file)
@@ -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
 
index bb428881d1be79648594d8cf2fd03fde93c64c3c..3bf5694bda04c2ff4b4c5fdc73aa1b8f087b7261 100644 (file)
@@ -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
index b7d24b74ac2b14199d8beab9d81a6503cbf5ff6c..31489dafda53fc3659ffb2f23aa73b837ba5e738 100644 (file)
@@ -47,7 +47,7 @@ define Package/busybox/Default
   CATEGORY:=Base system
   MAINTAINER:=Felix Fietkau <nbd@nbd.name>
   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
index 3ceb7b5c847b5d2f450f36a02cf6afbb93d85f8a..f5bbe3800b37c01ed3bd93ae12e0b211baf2f93e 100644 (file)
@@ -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