treewide: cleanup URLs

This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki <dev@zpc.st>
This commit is contained in:
Yanase Yuki
2026-01-02 18:06:57 +09:00
committed by Josef Schlehofer
parent 2063d77936
commit b0d8a3d384
257 changed files with 363 additions and 391 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ PKG_VERSION:=1.0.0
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/files/
PKG_SOURCE_URL:=https://netfilter.org/pub/libnetfilter_cttimeout/
PKG_HASH:=aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba
PKG_FIXUP:=autoreconf
@@ -28,7 +28,7 @@ define Package/libnetfilter-cttimeout
CATEGORY:=Libraries
DEPENDS:=+libmnl
TITLE:=API to the in-kernel connection tracking timeout infrastructure
URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/
URL:=https://netfilter.org/projects/libnetfilter_cttimeout/
ABI_VERSION:=1
endef