treewide: remove FTP usage
authorYanase Yuki <redacted>
Mon, 29 Dec 2025 08:13:26 +0000 (17:13 +0900)
committerHannu Nyman <redacted>
Wed, 31 Dec 2025 07:22:58 +0000 (09:22 +0200)
Drop obsolete protocol usage.
Use HTTPS (if possible) or HTTP instead.

Signed-off-by: Yanase Yuki <redacted>
devel/gcc/Makefile
libs/file/Makefile
libs/libnetfilter-cthelper/Makefile
libs/libnetfilter-cttimeout/Makefile
libs/libnetfilter-log/Makefile
libs/postgresql/Makefile
libs/tcp_wrappers/Makefile
net/isc-dhcp/Makefile
net/ulogd/Makefile
sound/madplay/Makefile

index abed05da44544829e365bc2b3ebcb0b3e9324968..90a7a8e51ee58d6b362584d61e37f6d3b271a052 100644 (file)
@@ -115,7 +115,7 @@ endif
 GMPSRC=gmp-6.1.0
 
 define Download/gmp
-  URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure/
+  URL:=https://gcc.gnu.org/pub/gcc/infrastructure/
   FILE:=$(GMPSRC).tar.bz2
   HASH:=498449a994efeba527885c10405993427995d3f86b8768d8cdf8d9dd7c6b73e8
 endef
@@ -124,7 +124,7 @@ $(eval $(call Download,gmp))
 MPCSRC=mpc-1.0.3
 
 define Download/mpc
-  URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure/
+  URL:=https://gcc.gnu.org/pub/gcc/infrastructure/
   FILE:=$(MPCSRC).tar.gz
   HASH:=617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3
 endef
@@ -133,7 +133,7 @@ $(eval $(call Download,mpc))
 MPFRSRC=mpfr-3.1.4
 
 define Download/mpfr
-  URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure/
+  URL:=https://gcc.gnu.org/pub/gcc/infrastructure/
   FILE:=$(MPFRSRC).tar.bz2
   HASH:=d3103a80cdad2407ed581f3618c4bed04e0c92d1cf771a65ead662cc397f7775
 endef
index de30ff2e449827fc4d90eb53ab8d32b7c7b4438c..9434c4e6a6d848390034a535ec79170e324ead85 100644 (file)
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.openpkg.org/components/cache/file/ \
-       ftp://ftp.astron.com/pub/file/
+       http://ftp.astron.com/pub/file/
 PKG_HASH:=fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82
 
 PKG_MAINTAINER:=Marko Ratkaj <markoratkaj@gmail.com>
index 934afbaf8947000291416f91c049b84782f343bf..d8771e2d1df7015992ca5fd1f5cbf4bde1fb9cb1 100644 (file)
@@ -12,9 +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_cthelper/files/ \
-       ftp://ftp.netfilter.org/pub/libnetfilter_cthelper/
+PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_cthelper/files/
 PKG_HASH:=07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d
 
 PKG_FIXUP:=autoreconf
index 8a4b59b46572acd85cdecacf71412a63759abacb..23c4b61e21fdb949eef117114398562a8ca05108 100644 (file)
@@ -12,9 +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/ \
-       ftp://ftp.netfilter.org/pub/libnetfilter_cttimeout/
+PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/files/
 PKG_HASH:=aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba
 
 PKG_FIXUP:=autoreconf
index f29e3cce80385e85bc74f51fcf121aefc6112cb3..4ebacd9f8bb411ff29f624569803c2b9f55b32c3 100644 (file)
@@ -12,9 +12,7 @@ PKG_VERSION:=1.0.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:= \
-       http://www.netfilter.org/projects/libnetfilter_log/files/ \
-       ftp://ftp.netfilter.org/pub/libnetfilter_log/
+PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_log/files/
 PKG_HASH:=e3f408575614d849e4726b45e90c7ebb0e6744b04859555a9ce6ec40744ffeea
 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
 
index df49f1e6e3306624fd60996784a69df81a3287bd..637c06716ca89107fad197904c81a541af2ceea3 100644 (file)
@@ -14,8 +14,7 @@ PKG_CPE_ID:=cpe:/a:postgresql:postgresql
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=\
        https://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
-       http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
-       ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION)
+       http://ftp.postgresql.org/pub/source/v$(PKG_VERSION)
 
 PKG_HASH:=fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8
 
index df0b90503bfe65dbc925d4f12d5168d516a88a89..72f2d4fc49ed6ac9cd0c32a1c38f5a050a36a1f1 100644 (file)
@@ -12,7 +12,7 @@ PKG_VERSION:=7.6
 PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=ftp://ftp.porcupine.org/pub/security
+PKG_SOURCE_URL:=http://ftp.porcupine.org/pub/security
 PKG_HASH:=9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d
 
 PKG_LICENSE:=TCP-wrappers
@@ -27,7 +27,7 @@ define Package/libwrap
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Security wrapper library for TCP services
-  URL:=ftp://ftp.porcupine.org/pub/security/index.html
+  URL:=http://ftp.porcupine.org/pub/security/index.html
   MAINTAINER:=Peter Wagner <tripolar@gmx.at>
 endef
 
index 86de3d67e287e7d160526233d01383e7dbe97e90..2facf10575a6205eab2c582340eb7412d20d3721 100644 (file)
@@ -19,7 +19,7 @@ PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
 PKG_CPE_ID:=cpe:/a:isc:dhcp
 
 PKG_SOURCE:=$(UPSTREAM_NAME)-$(PKG_REALVERSION).tar.gz
-PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \
+PKG_SOURCE_URL:=https://ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \
                http://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \
                http://ftp.iij.ad.jp/pub/network/isc/dhcp/$(PKG_REALVERSION)
 PKG_HASH:=0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7
index e523d027cd1bcb924038a42c11011cb4caee92e8..91fc6cd6c45f0fd48d9ce12a6b0990a1e23d7451 100644 (file)
@@ -12,8 +12,7 @@ PKG_VERSION:=2.0.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \
-       ftp://ftp.netfilter.org/pub/ulogd/
+PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/
 PKG_HASH:=523a651fe0a9f25b0cd87d5d35fc37d9382e7eecfcf61e48d5505ff3cf80eda5
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
index 5c8c3ab88fccb04289eaaa2a948f3d7ac2eeb3d5..15a65800f70a57e00760add86e8567c27dcefa81 100644 (file)
@@ -13,7 +13,7 @@ PKG_RELEASE:=10
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/mad \
-       ftp://ftp.mars.org/pub/mpeg/
+       https://ftp.mars.org/pub/mpeg/
 PKG_HASH:=5a79c7516ff7560dffc6a14399a389432bc619c905b13d3b73da22fa65acede0
 
 PKG_MAINTAINER:=Simon Peter <probono@puredarwin.org>
git clone https://git.99rst.org/PROJECT