Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

423 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2024-10-29 15:08:57 +0300 committer: kx <kx@radix.pro> 2024-10-29 15:08:57 +0300 commit: 2d961901d66e3f5da98cd75412da2633b355ae2b parent: 549325dcce9839508178db867dbf8d1b0dd5b7f6
Commit Summary:
domain: has been changed to radix-linux.su
Diffstat:
53 files changed, 71 insertions, 71 deletions
diff --git a/Linux/Baikal/M1000/Makefile b/Linux/Baikal/M1000/Makefile
index 8aa081c..1753c12 100644
--- a/Linux/Baikal/M1000/Makefile
+++ b/Linux/Baikal/M1000/Makefile
@@ -2,7 +2,7 @@
 # Linux kernel for BFK board (TK-T1):
 #
 
-url         = https://ftp.radix.pro/3pp/Baikal-M1/linux
+url         = https://ftp.radix-linux.su/3pp/Baikal-M1/linux
 
 versions    = 5.4.211-5.7.226
 versions   += 6.1.63-6.4.92 6.6.32-6.6.161
diff --git a/Linux/Baikal/T1000/Makefile b/Linux/Baikal/T1000/Makefile
index 2bee112..d5f141f 100644
--- a/Linux/Baikal/T1000/Makefile
+++ b/Linux/Baikal/T1000/Makefile
@@ -2,7 +2,7 @@
 # Linux kernel for BFK board (TK-T1):
 #
 
-url         = https://ftp.radix.pro/3pp/Baikal-T1/linux
+url         = https://ftp.radix-linux.su/3pp/Baikal-T1/linux
 
 versions    = 5.15.61-5.9.31
 versions   += 6.1.59-6.2.19 
diff --git a/Linux/OrangePi/Makefile b/Linux/OrangePi/Makefile
index 975c16a..1f04710 100644
--- a/Linux/OrangePi/Makefile
+++ b/Linux/OrangePi/Makefile
@@ -5,10 +5,10 @@
 #
 # Git Mirror:
 # ==========
-#   https://git.radix.pro/orangepi/linux-orangepi-5.10.y.git
+#   https://git.radix-linux.su/orangepi/linux-orangepi-5.10.y.git
 #
 
-url        = https://git.radix.pro/orangepi
+url        = https://git.radix-linux.su/orangepi
 
 repo_name  = linux-orangepi-5.10.y
 
diff --git a/Linux/StarFive/Makefile b/Linux/StarFive/Makefile
index a6ecc9c..7642e62 100644
--- a/Linux/StarFive/Makefile
+++ b/Linux/StarFive/Makefile
@@ -5,7 +5,7 @@
 #
 # Git Mirror:
 # ==========
-#   https://git.radix.pro/starfive-tech/linux.git
+#   https://git.radix-linux.su/starfive-tech/linux.git
 #
 
 url        = https://github.com/starfive-tech
diff --git a/README.md b/README.md
index 7e1abd5..4e2b954 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ of third party sources to speed up downloads using your local FTP instead of
 downloading from remote Internet resources before building your packages.
 
 Also you can create your own mirrors of frequently used 3pp repositories
-to speed up the taking snapshots process [in the same way as we do](https://git.radix.pro/).
+to speed up the taking snapshots process [in the same way as we do](https://git.radix-linux.su/).
 
 
 Creators
diff --git a/U-Boot/StarFive/Tools/Makefile b/U-Boot/StarFive/Tools/Makefile
index 5b21098..f667ec7 100644
--- a/U-Boot/StarFive/Tools/Makefile
+++ b/U-Boot/StarFive/Tools/Makefile
@@ -5,7 +5,7 @@
 #
 # Git Mirror:
 # ==========
-#   https://git.radix.pro/starfive-tech/Tools.git
+#   https://git.radix-linux.su/starfive-tech/Tools.git
 #
 
 url        = https://github.com/starfive-tech
diff --git a/U-Boot/StarFive/opensbi/Makefile b/U-Boot/StarFive/opensbi/Makefile
index 7e3954d..f9990a6 100644
--- a/U-Boot/StarFive/opensbi/Makefile
+++ b/U-Boot/StarFive/opensbi/Makefile
@@ -5,7 +5,7 @@
 #
 # Git Mirror:
 # ==========
-#   https://git.radix.pro/starfive-tech/opensbi.git
+#   https://git.radix-linux.su/starfive-tech/opensbi.git
 #
 
 url        = https://github.com/starfive-tech
diff --git a/U-Boot/StarFive/u-boot/Makefile b/U-Boot/StarFive/u-boot/Makefile
index 97356d3..a1952e4 100644
--- a/U-Boot/StarFive/u-boot/Makefile
+++ b/U-Boot/StarFive/u-boot/Makefile
@@ -5,7 +5,7 @@
 #
 # Git Mirror:
 # ==========
-#   https://git.radix.pro/starfive-tech/u-boot.git
+#   https://git.radix-linux.su/starfive-tech/u-boot.git
 #
 
 url        = https://github.com/starfive-tech
diff --git a/hal/drivers/Baikal/M1000/vdec/Makefile b/hal/drivers/Baikal/M1000/vdec/Makefile
index 8800ada..5f7cfee 100644
--- a/hal/drivers/Baikal/M1000/vdec/Makefile
+++ b/hal/drivers/Baikal/M1000/vdec/Makefile
@@ -2,7 +2,7 @@
 # Broadcom hybrid-v35 wireless driver:
 #
 
-url         = https://ftp.radix.pro/3pp/Baikal-M1/vdec
+url         = https://ftp.radix-linux.su/3pp/Baikal-M1/vdec
 
 versions    = 6.4-20231227
 
diff --git a/hal/drivers/wireless/broadcom-wl-x86/Makefile b/hal/drivers/wireless/broadcom-wl-x86/Makefile
index bc59612..34cb16e 100644
--- a/hal/drivers/wireless/broadcom-wl-x86/Makefile
+++ b/hal/drivers/wireless/broadcom-wl-x86/Makefile
@@ -2,7 +2,7 @@
 # Broadcom hybrid-v35 wireless driver:
 #
 
-url         = https://ftp.radix.pro/3pp/Broadcom/hybrid-v35-x86
+url         = https://ftp.radix-linux.su/3pp/Broadcom/hybrid-v35-x86
 
 versions    = 6.30.223.271
 
diff --git a/packages/a/btrfs-progs/Makefile b/packages/a/btrfs-progs/Makefile
index d45a70b..9320f24 100644
--- a/packages/a/btrfs-progs/Makefile
+++ b/packages/a/btrfs-progs/Makefile
@@ -36,7 +36,7 @@ all: $(TARGETS)
 $(git_repo):
 	@echo -e "\n======= Clone $(repo_name).git repository =======\n"
 	@rm -rf $(repo_name)
-	@if [ "$(url)" = 'git://radix.pro' ]; then \
+	@if [ "$(url)" = 'git://radix-linux.su' ]; then \
 	   git clone $(url)/$(repo_name).git $(repo_name) ; \
 	 else \
 	   git clone $(url) $(repo_name) ; \
diff --git a/packages/a/db/Makefile b/packages/a/db/Makefile
index c321365..b920430 100644
--- a/packages/a/db/Makefile
+++ b/packages/a/db/Makefile
@@ -19,7 +19,7 @@
 #
 # reserved URL:
 # ============
-# url       = https://ftp.radix.pro/3pp/Berkeley-DB
+# url       = https://ftp.radix-linux.su/3pp/Berkeley-DB
 #
 url         = https://download.oracle.com/berkeley-db
 
diff --git a/packages/a/jsmin/Makefile b/packages/a/jsmin/Makefile
index 226d2a0..12635c4 100644
--- a/packages/a/jsmin/Makefile
+++ b/packages/a/jsmin/Makefile
@@ -1,14 +1,14 @@
 #
 # Project Home:
 # ============
-#   https://ftp.radix.pro/radix/tools/jsmin
+#   https://ftp.radix-linux.su/radix/tools/jsmin
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/radix/tools/jsmin
+#   https://ftp.radix-linux.su/radix/tools/jsmin
 #
 
-url          = https://ftp.radix.pro/radix/tools/jsmin
+url          = https://ftp.radix-linux.su/radix/tools/jsmin
 
 versions     = 0.0.1
 
diff --git a/packages/a/linuxdoc-tools/sgml-common/Makefile b/packages/a/linuxdoc-tools/sgml-common/Makefile
index 99c4e6d..222ba94 100644
--- a/packages/a/linuxdoc-tools/sgml-common/Makefile
+++ b/packages/a/linuxdoc-tools/sgml-common/Makefile
@@ -1,10 +1,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/zero/a/linuxdoc-tools/sgml-common/sgml-common-0.6.3.tar.xz
+#   https://ftp.radix-linux.su/3pp/zero/a/linuxdoc-tools/sgml-common/sgml-common-0.6.3.tar.xz
 #
 
-url         = https://ftp.radix.pro/3pp/zero/a/linuxdoc-tools/sgml-common
+url         = https://ftp.radix-linux.su/3pp/zero/a/linuxdoc-tools/sgml-common
 
 versions    = 0.6.3
 
diff --git a/packages/a/linuxdoc-tools/xmlto/Makefile b/packages/a/linuxdoc-tools/xmlto/Makefile
index 6c91901..cdbcf4a 100644
--- a/packages/a/linuxdoc-tools/xmlto/Makefile
+++ b/packages/a/linuxdoc-tools/xmlto/Makefile
@@ -1,10 +1,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/zero/a/linuxdoc-tools/xmlto/xmlto-0.0.28.tar.xz
+#   https://ftp.radix-linux.su/3pp/zero/a/linuxdoc-tools/xmlto/xmlto-0.0.28.tar.xz
 #
 
-url         = https://ftp.radix.pro/3pp/zero/a/linuxdoc-tools/xmlto
+url         = https://ftp.radix-linux.su/3pp/zero/a/linuxdoc-tools/xmlto
 
 versions    = 0.0.28
 
diff --git a/packages/a/mktemp/Makefile b/packages/a/mktemp/Makefile
index 00d1e2a..491140d 100644
--- a/packages/a/mktemp/Makefile
+++ b/packages/a/mktemp/Makefile
@@ -1,10 +1,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/zero/a/mktemp/mktemp-2.7.tar.xz
+#   https://ftp.radix-linux.su/3pp/zero/a/mktemp/mktemp-2.7.tar.xz
 #
 
-url         = https://ftp.radix.pro/3pp/zero/a/mktemp
+url         = https://ftp.radix-linux.su/3pp/zero/a/mktemp
 
 versions    = 2.7
 
diff --git a/packages/a/mlocate/Makefile b/packages/a/mlocate/Makefile
index d7842ba..cf03aad 100644
--- a/packages/a/mlocate/Makefile
+++ b/packages/a/mlocate/Makefile
@@ -1,10 +1,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/zero/a/mlocate/mlocate-0.26.tar.xz
+#   https://ftp.radix-linux.su/3pp/zero/a/mlocate/mlocate-0.26.tar.xz
 #
 
-url         = https://ftp.radix.pro/3pp/zero/a/mlocate
+url         = https://ftp.radix-linux.su/3pp/zero/a/mlocate
 
 versions    = 0.26
 
diff --git a/packages/a/pkgtools/Makefile b/packages/a/pkgtools/Makefile
index bba6b62..ece2713 100644
--- a/packages/a/pkgtools/Makefile
+++ b/packages/a/pkgtools/Makefile
@@ -1,18 +1,18 @@
 #
 # Project Home:
 # ============
-#   https://radix.pro/build-system/pkgtool
+#   https://radix-linux.su/build-system/pkgtool
 #
 # Git:
 # ===
-#   https://cgit.radix.pro/radix/pkgtools.git
+#   https://cgit.radix-linux.su/radix/pkgtools.git
 #
 # Clone:
 # =====
-#   git clone https://git.radix.pro/radix/pkgtools.git
+#   git clone https://git.radix-linux.su/radix/pkgtools.git
 #
 
-url        = https://git.radix.pro/radix
+url        = https://git.radix-linux.su/radix
 
 repo_name  = pkgtools
 pkg_name   = pkgtools
diff --git a/packages/a/timedated/Makefile b/packages/a/timedated/Makefile
index 89c029b..9ff51eb 100644
--- a/packages/a/timedated/Makefile
+++ b/packages/a/timedated/Makefile
@@ -1,14 +1,14 @@
 #
 # Project Home:
 # ============
-#   https://radix.pro
+#   https://radix-linux.su
 #
 # Clone:
 # =====
-#   git clone https://git.radix.pro/radix/timedated.git
+#   git clone https://git.radix-linux.su/radix/timedated.git
 #
 
-url        = https://git.radix.pro/radix
+url        = https://git.radix-linux.su/radix
 
 repo_name  = timedated
 pkg_name   = timedated
diff --git a/packages/a/xfs/dmapi/Makefile b/packages/a/xfs/dmapi/Makefile
index 102eb89..85481ee 100644
--- a/packages/a/xfs/dmapi/Makefile
+++ b/packages/a/xfs/dmapi/Makefile
@@ -4,7 +4,7 @@
 #  ...
 #
 
-url         = https://ftp.radix.pro/3pp/zero/a/xfs/dmapi
+url         = https://ftp.radix-linux.su/3pp/zero/a/xfs/dmapi
 
 versions    = 2.2.12
 
diff --git a/packages/d/perl-modules/CPAN/Alien-Build/Makefile b/packages/d/perl-modules/CPAN/Alien-Build/Makefile
index 0a33bf5..912a45a 100644
--- a/packages/d/perl-modules/CPAN/Alien-Build/Makefile
+++ b/packages/d/perl-modules/CPAN/Alien-Build/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Alien-Build
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Alien-Build
 
 versions    = 2.80 2.83
 pkgname     = Alien-Build
diff --git a/packages/d/perl-modules/CPAN/Alien-Libxml2/Makefile b/packages/d/perl-modules/CPAN/Alien-Libxml2/Makefile
index 0dd4ada..e3b5ce1 100644
--- a/packages/d/perl-modules/CPAN/Alien-Libxml2/Makefile
+++ b/packages/d/perl-modules/CPAN/Alien-Libxml2/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Alien-Libxml2
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Alien-Libxml2
 
 versions    = 0.19
 pkgname     = Alien-Libxml2
diff --git a/packages/d/perl-modules/CPAN/B-C/Makefile b/packages/d/perl-modules/CPAN/B-C/Makefile
index 20bab28..e5274b1 100644
--- a/packages/d/perl-modules/CPAN/B-C/Makefile
+++ b/packages/d/perl-modules/CPAN/B-C/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/B-C
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/B-C
 
 versions    = 1.57
 pkgname     = B-C
diff --git a/packages/d/perl-modules/CPAN/Clone/Makefile b/packages/d/perl-modules/CPAN/Clone/Makefile
index f24f3af..1b981a2 100644
--- a/packages/d/perl-modules/CPAN/Clone/Makefile
+++ b/packages/d/perl-modules/CPAN/Clone/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Clone
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Clone
 
 versions    = 0.46 0.47
 pkgname     = Clone
diff --git a/packages/d/perl-modules/CPAN/DBD-Pg/Makefile b/packages/d/perl-modules/CPAN/DBD-Pg/Makefile
index 493fe73..ce7a2d2 100644
--- a/packages/d/perl-modules/CPAN/DBD-Pg/Makefile
+++ b/packages/d/perl-modules/CPAN/DBD-Pg/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/DBD-Pg
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/DBD-Pg
 
 versions    = 3.16.0 3.16.3 3.18.0
 pkgname     = DBD-Pg
diff --git a/packages/d/perl-modules/CPAN/DBD-mysql/Makefile b/packages/d/perl-modules/CPAN/DBD-mysql/Makefile
index f2ce784..fb6cb6e 100644
--- a/packages/d/perl-modules/CPAN/DBD-mysql/Makefile
+++ b/packages/d/perl-modules/CPAN/DBD-mysql/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/DBD-mysql
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/DBD-mysql
 
 versions    = 4.050 5.009
 pkgname     = DBD-mysql
diff --git a/packages/d/perl-modules/CPAN/DBI/Makefile b/packages/d/perl-modules/CPAN/DBI/Makefile
index 088a7c7..7befe61 100644
--- a/packages/d/perl-modules/CPAN/DBI/Makefile
+++ b/packages/d/perl-modules/CPAN/DBI/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/DBI
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/DBI
 
 versions    = 1.643 1.645
 pkgname     = DBI
diff --git a/packages/d/perl-modules/CPAN/Devel-CheckLib/Makefile b/packages/d/perl-modules/CPAN/Devel-CheckLib/Makefile
index 821f651..26eaf45 100644
--- a/packages/d/perl-modules/CPAN/Devel-CheckLib/Makefile
+++ b/packages/d/perl-modules/CPAN/Devel-CheckLib/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Devel-CheckLib
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Devel-CheckLib
 
 versions    = 1.16
 pkgname     = Devel-CheckLib
diff --git a/packages/d/perl-modules/CPAN/Error/Makefile b/packages/d/perl-modules/CPAN/Error/Makefile
index cedfd9d..7f15bbf 100644
--- a/packages/d/perl-modules/CPAN/Error/Makefile
+++ b/packages/d/perl-modules/CPAN/Error/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Error
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Error
 
 versions    = 0.17029
 pkgname     = Error
diff --git a/packages/d/perl-modules/CPAN/IO-Socket-SSL/Makefile b/packages/d/perl-modules/CPAN/IO-Socket-SSL/Makefile
index a0ae174..7700bee 100644
--- a/packages/d/perl-modules/CPAN/IO-Socket-SSL/Makefile
+++ b/packages/d/perl-modules/CPAN/IO-Socket-SSL/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/IO-Socket-SSL
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/IO-Socket-SSL
 
 versions    = 2.075 2.089
 pkgname     = IO-Socket-SSL
diff --git a/packages/d/perl-modules/CPAN/IO/Makefile b/packages/d/perl-modules/CPAN/IO/Makefile
index 285183b..d47729d 100644
--- a/packages/d/perl-modules/CPAN/IO/Makefile
+++ b/packages/d/perl-modules/CPAN/IO/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/IO
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/IO
 
 versions    = 1.50 1.55
 pkgname     = IO
diff --git a/packages/d/perl-modules/CPAN/Locale-gettext/Makefile b/packages/d/perl-modules/CPAN/Locale-gettext/Makefile
index ff72085..ba78f7d 100644
--- a/packages/d/perl-modules/CPAN/Locale-gettext/Makefile
+++ b/packages/d/perl-modules/CPAN/Locale-gettext/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Locale-gettext
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Locale-gettext
 
 versions    = 1.07
 pkgname     = gettext
diff --git a/packages/d/perl-modules/CPAN/MailTools/Makefile b/packages/d/perl-modules/CPAN/MailTools/Makefile
index 0086b8c..aafd925 100644
--- a/packages/d/perl-modules/CPAN/MailTools/Makefile
+++ b/packages/d/perl-modules/CPAN/MailTools/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/MailTools
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/MailTools
 
 versions    = 2.21
 pkgname     = MailTools
diff --git a/packages/d/perl-modules/CPAN/Module-Install/Makefile b/packages/d/perl-modules/CPAN/Module-Install/Makefile
index 89030fc..4cc54c9 100644
--- a/packages/d/perl-modules/CPAN/Module-Install/Makefile
+++ b/packages/d/perl-modules/CPAN/Module-Install/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Module-Install
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Module-Install
 
 versions    = 1.19 1.21
 pkgname     = Module-Install
diff --git a/packages/d/perl-modules/CPAN/Net-Domain/Makefile b/packages/d/perl-modules/CPAN/Net-Domain/Makefile
index 124de09..f80eb08 100644
--- a/packages/d/perl-modules/CPAN/Net-Domain/Makefile
+++ b/packages/d/perl-modules/CPAN/Net-Domain/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Net-Domain
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Net-Domain
 
 versions    = 3.14 3.15
 pkgname     = libnet
diff --git a/packages/d/perl-modules/CPAN/Time-Date/Makefile b/packages/d/perl-modules/CPAN/Time-Date/Makefile
index 0e129b8..4c1a95c 100644
--- a/packages/d/perl-modules/CPAN/Time-Date/Makefile
+++ b/packages/d/perl-modules/CPAN/Time-Date/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/Time-Date
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/Time-Date
 
 versions    = 0.05
 pkgname     = Time-Date
diff --git a/packages/d/perl-modules/CPAN/URI/Makefile b/packages/d/perl-modules/CPAN/URI/Makefile
index 8d436e2..caaaf39 100644
--- a/packages/d/perl-modules/CPAN/URI/Makefile
+++ b/packages/d/perl-modules/CPAN/URI/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/URI
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/URI
 
 versions    = 5.16 5.17 5.29
 pkgname     = URI
diff --git a/packages/d/perl-modules/CPAN/XML-LibXML/Makefile b/packages/d/perl-modules/CPAN/XML-LibXML/Makefile
index eefd195..ac30c87 100644
--- a/packages/d/perl-modules/CPAN/XML-LibXML/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-LibXML/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-LibXML
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-LibXML
 
 versions    = 2.0208 2.0210
 pkgname     = XML-LibXML
diff --git a/packages/d/perl-modules/CPAN/XML-NamespaceSupport/Makefile b/packages/d/perl-modules/CPAN/XML-NamespaceSupport/Makefile
index 8f316be..9fd264f 100644
--- a/packages/d/perl-modules/CPAN/XML-NamespaceSupport/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-NamespaceSupport/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-NamespaceSupport
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-NamespaceSupport
 
 versions    = 1.12
 pkgname     = XML-NamespaceSupport
diff --git a/packages/d/perl-modules/CPAN/XML-Parser/Makefile b/packages/d/perl-modules/CPAN/XML-Parser/Makefile
index a051c97..c920349 100644
--- a/packages/d/perl-modules/CPAN/XML-Parser/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-Parser/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-Parser
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-Parser
 
 versions    = 2.46 2.47
 pkgname     = XML-Parser
diff --git a/packages/d/perl-modules/CPAN/XML-SAX-Base/Makefile b/packages/d/perl-modules/CPAN/XML-SAX-Base/Makefile
index 1e1c170..785ee8f 100644
--- a/packages/d/perl-modules/CPAN/XML-SAX-Base/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-SAX-Base/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-SAX-Base
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-SAX-Base
 
 versions    = 1.09
 pkgname     = XML-SAX-Base
diff --git a/packages/d/perl-modules/CPAN/XML-SAX-Expat/Makefile b/packages/d/perl-modules/CPAN/XML-SAX-Expat/Makefile
index 5227a2c..530ca7a 100644
--- a/packages/d/perl-modules/CPAN/XML-SAX-Expat/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-SAX-Expat/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-SAX-Expat
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-SAX-Expat
 
 versions    = 0.51
 pkgname     = XML-SAX-Expat
diff --git a/packages/d/perl-modules/CPAN/XML-SAX/Makefile b/packages/d/perl-modules/CPAN/XML-SAX/Makefile
index a94bc5a..47bff7d 100644
--- a/packages/d/perl-modules/CPAN/XML-SAX/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-SAX/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-SAX
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-SAX
 
 versions    = 1.02
 pkgname     = XML-SAX
diff --git a/packages/d/perl-modules/CPAN/XML-Simple/Makefile b/packages/d/perl-modules/CPAN/XML-Simple/Makefile
index 08689bd..bd8ae08 100644
--- a/packages/d/perl-modules/CPAN/XML-Simple/Makefile
+++ b/packages/d/perl-modules/CPAN/XML-Simple/Makefile
@@ -13,7 +13,7 @@
 #  http://search.cpan.org
 #
 
-url         = https://ftp.radix.pro/3pp/perl-modules/CPAN/XML-Simple
+url         = https://ftp.radix-linux.su/3pp/perl-modules/CPAN/XML-Simple
 
 versions    = 2.25
 pkgname     = XML-Simple
diff --git a/packages/l/lz4/Makefile b/packages/l/lz4/Makefile
index 626d176..e844bd4 100644
--- a/packages/l/lz4/Makefile
+++ b/packages/l/lz4/Makefile
@@ -32,7 +32,7 @@ all: $(TARGETS)
 $(git_repo):
 	@echo -e "\n======= Clone $(repo_name).git repository =======\n"
 	@rm -rf $(repo_name)
-	@if [ "$(url)" = 'git://radix.pro' ]; then \
+	@if [ "$(url)" = 'git://radix-linux.su' ]; then \
 	   git clone $(url)/$(repo_name).git $(repo_name) ; \
 	 else \
 	   git clone $(url) $(repo_name) ; \
diff --git a/packages/m/fb/fbset/Makefile b/packages/m/fb/fbset/Makefile
index 04c1ea6..41bf5f0 100644
--- a/packages/m/fb/fbset/Makefile
+++ b/packages/m/fb/fbset/Makefile
@@ -5,10 +5,10 @@
 #
 # Downloads:
 # =========
-# https://ftp.radix.pro/3pp/zero/m/fb/fbset/
+# https://ftp.radix-linux.su/3pp/zero/m/fb/fbset/
 #
 
-url         = https://ftp.radix.pro/3pp/zero/m/fb/fbset
+url         = https://ftp.radix-linux.su/3pp/zero/m/fb/fbset
 
 versions    = 2.1
 
diff --git a/packages/n/obex-data-server/Makefile b/packages/n/obex-data-server/Makefile
index 15e8982..0271ed5 100644
--- a/packages/n/obex-data-server/Makefile
+++ b/packages/n/obex-data-server/Makefile
@@ -8,7 +8,7 @@
 # http://tadas.dailyda.com/software
 #
 
-url          = https://ftp.radix.pro/3pp/zero/n/obex-data-server
+url          = https://ftp.radix-linux.su/3pp/zero/n/obex-data-server
 
 versions     = 0.4.5 0.4.6
 
diff --git a/packages/x/WindowMaker-extra/Makefile b/packages/x/WindowMaker-extra/Makefile
index 7b036a2..fb3e0b5 100644
--- a/packages/x/WindowMaker-extra/Makefile
+++ b/packages/x/WindowMaker-extra/Makefile
@@ -1,10 +1,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/zero/x/WindowMaker-extra-0.1.tar.xz
+#   https://ftp.radix-linux.su/3pp/zero/x/WindowMaker-extra-0.1.tar.xz
 #
 
-url         = https://ftp.radix.pro/3pp/zero/x/WindowMaker-extra
+url         = https://ftp.radix-linux.su/3pp/zero/x/WindowMaker-extra
 
 versions    = 0.1
 
diff --git a/packages/x/dejavu-fonts-ttf/Makefile b/packages/x/dejavu-fonts-ttf/Makefile
index e2c2590..3d939af 100644
--- a/packages/x/dejavu-fonts-ttf/Makefile
+++ b/packages/x/dejavu-fonts-ttf/Makefile
@@ -10,10 +10,10 @@
 # GitHub:
 # ======
 #   https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-fonts-2.37-ttf.tar.bz2
-#   https://ftp.radix.pro/3pp/fonts/dejavu
+#   https://ftp.radix-linux.su/3pp/fonts/dejavu
 #
 
-url         = https://ftp.radix.pro/3pp/fonts/dejavu
+url         = https://ftp.radix-linux.su/3pp/fonts/dejavu
 
 versions    = 2.37
 
diff --git a/packages/x/idesk/Makefile b/packages/x/idesk/Makefile
index 7bb699a..3b018e0 100644
--- a/packages/x/idesk/Makefile
+++ b/packages/x/idesk/Makefile
@@ -1,10 +1,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/zero/x/idesk/idesk-0.7.5.tar.xz
+#   https://ftp.radix-linux.su/3pp/zero/x/idesk/idesk-0.7.5.tar.xz
 #
 
-url         = https://ftp.radix.pro/3pp/zero/x/idesk
+url         = https://ftp.radix-linux.su/3pp/zero/x/idesk
 
 versions    = 0.7.5
 
diff --git a/packages/x/liberation-fonts-ttf/Makefile b/packages/x/liberation-fonts-ttf/Makefile
index fc11bac..60db541 100644
--- a/packages/x/liberation-fonts-ttf/Makefile
+++ b/packages/x/liberation-fonts-ttf/Makefile
@@ -10,10 +10,10 @@
 # GitHub:
 # ======
 #   git clone https://github.com/liberationfonts/liberation-fonts.git
-#   https://ftp.radix.pro/3pp/fonts/liberation
+#   https://ftp.radix-linux.su/3pp/fonts/liberation
 #
 
-url         = https://ftp.radix.pro/3pp/fonts/liberation
+url         = https://ftp.radix-linux.su/3pp/fonts/liberation
 
 versions    = 2.1.5
 
diff --git a/packages/x/pyqt5/Makefile b/packages/x/pyqt5/Makefile
index 55be977..532e202 100644
--- a/packages/x/pyqt5/Makefile
+++ b/packages/x/pyqt5/Makefile
@@ -9,7 +9,7 @@
 #  https://pypi.org/project/PyQt5/#files
 #
 
-url         = https://ftp.radix.pro/3pp/python-packages/pyqt5
+url         = https://ftp.radix-linux.su/3pp/python-packages/pyqt5
 
 versions    = 5.15.9
 pkgname     = PyQt5
diff --git a/packages/x/themes/GTK/Makefile b/packages/x/themes/GTK/Makefile
index 8845cd7..a98bc8a 100644
--- a/packages/x/themes/GTK/Makefile
+++ b/packages/x/themes/GTK/Makefile
@@ -5,10 +5,10 @@
 #
 # Downloads:
 # =========
-#   https://ftp.radix.pro/3pp/themes/GTK/
+#   https://ftp.radix-linux.su/3pp/themes/GTK/
 #
 
-url         = https://ftp.radix.pro/3pp/themes/GTK
+url         = https://ftp.radix-linux.su/3pp/themes/GTK
 
 versions    = 0.0.1