diff --git a/src/framework/mirror.c b/src/framework/mirror.c index 9eaedab..d59d5a1 100644 --- a/src/framework/mirror.c +++ b/src/framework/mirror.c @@ -228,6 +228,9 @@ Netease = {NotSkip, NA, NA, "https://mirrors.163.com/deepin-cd" Big_File_deepin} }, +/** + * @note 2026-06-20 搜狐开源镜像站的速度始终过低,不建议再使用 + */ Sohu = { "sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/", diff --git a/src/recipe/os/APT/Debian.c b/src/recipe/os/APT/Debian.c index 53a9a64..62e3f4d 100644 --- a/src/recipe/os/APT/Debian.c +++ b/src/recipe/os/APT/Debian.c @@ -33,7 +33,7 @@ static Source_t os_debian_sources[] = {&Tencent, "https://mirrors.tencent.com/debian"}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/debian"}, // {&Netease, "https://mirrors.163.com/debian"}, /* 不启用原因:过慢 */ - {&Sohu, "https://mirrors.sohu.com/debian"} + // {&Sohu, "https://mirrors.sohu.com/debian"} /* 不启用原因:过慢 */ }; def_sources_n(os_debian); diff --git a/src/recipe/os/APT/ROS.c b/src/recipe/os/APT/ROS.c index c0ae86e..356d22f 100644 --- a/src/recipe/os/APT/ROS.c +++ b/src/recipe/os/APT/ROS.c @@ -22,8 +22,8 @@ static Source_t os_ros_sources[] = {&Tencent, "https://mirrors.tencent.com"}, // {&Tencent_Intra, "https://mirrors.tencentyun.com"}, {&Huawei, "https://mirrors.huaweicloud.com"}, - {&Netease, "https://mirrors.163.com"}, - {&Sohu, "https://mirrors.sohu.com"} + // {&Netease, "https://mirrors.163.com"}, /* 不启用原因:过慢 */ + // {&Sohu, "https://mirrors.sohu.com"} /* 不启用原因:过慢 */ }; def_sources_n(os_ros); diff --git a/src/recipe/os/APT/Ubuntu.c b/src/recipe/os/APT/Ubuntu.c index 331d18b..310afc0 100644 --- a/src/recipe/os/APT/Ubuntu.c +++ b/src/recipe/os/APT/Ubuntu.c @@ -32,7 +32,7 @@ static Source_t os_ubuntu_sources[] = // {&Tencent_Intra, "https://mirrors.tencentyun.com/ubuntu"}, {&Huawei, "https://mirrors.huaweicloud.com/ubuntu"}, // {&Netease, "https://mirrors.163.com/ubuntu"}, /* 不启用原因:过慢 */ - {&Sohu, "https://mirrors.sohu.com/ubuntu"} + // {&Sohu, "https://mirrors.sohu.com/ubuntu"} /* 不启用原因:过慢 */ }; def_sources_n(os_ubuntu); diff --git a/src/recipe/os/APT/deepin.c b/src/recipe/os/APT/deepin.c index bd762f8..72456ea 100644 --- a/src/recipe/os/APT/deepin.c +++ b/src/recipe/os/APT/deepin.c @@ -22,7 +22,7 @@ static Source_t os_deepin_sources[] = {&Tencent, "https://mirrors.tencent.com/deepin"}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/deepin"}, // {&Netease, "https://mirrors.163.com/deepin"}, /* 不启用原因:过慢 */ - {&Sohu, "https://mirrors.sohu.com/deepin"} + // {&Sohu, "https://mirrors.sohu.com/deepin"} /* 不启用原因:过慢 */ }; def_sources_n(os_deepin); diff --git a/src/recipe/os/Gentoo-Linux.c b/src/recipe/os/Gentoo-Linux.c index 5ae22e5..7c21c89 100644 --- a/src/recipe/os/Gentoo-Linux.c +++ b/src/recipe/os/Gentoo-Linux.c @@ -4,11 +4,11 @@ * File Authors : Heng Guo <2085471348@qq.com> * Contributors : Aoran Zeng * Created On : <2023-09-05> - * Last Modified : <2024-11-22> + * Last Modified : <2025-06-20> * ------------------------------------------------------------*/ /** - * @update 2024-09-14 + * @update 2025-06-20 */ static Source_t os_gentoo_sources[] = { @@ -19,8 +19,8 @@ static Source_t os_gentoo_sources[] = {&Tuna, "mirrors.tuna.tsinghua.edu.cn"}, {&Tencent, "mirrors.tencent.com"}, // {&Tencent_Intra, "mirrors.tencentyun.com"}, - {&Netease, "mirrors.163.com"}, - {&Sohu, "mirrors.sohu.com"} + // {&Netease, "mirrors.163.com"}, /* 不启用原因:过慢 */ + // {&Sohu, "mirrors.sohu.com"} /* 不启用原因:过慢 */ }; def_sources_n(os_gentoo); diff --git a/src/recipe/os/YUM/Fedora-Linux.c b/src/recipe/os/YUM/Fedora-Linux.c index 77dfc6b..285ac9c 100644 --- a/src/recipe/os/YUM/Fedora-Linux.c +++ b/src/recipe/os/YUM/Fedora-Linux.c @@ -24,7 +24,7 @@ static Source_t os_fedora_sources[] = {&Tencent, "https://mirrors.tencent.com/fedora"}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"}, // {&Netease, "https://mirrors.163.com/fedora"}, /* 不启用原因:过慢 */ - {&Sohu, "https://mirrors.sohu.com/fedora"} + // {&Sohu, "https://mirrors.sohu.com/fedora"} /* 不启用原因:过慢 */ }; def_sources_n(os_fedora); diff --git a/src/recipe/os/YUM/Rocky-Linux.c b/src/recipe/os/YUM/Rocky-Linux.c index ce9fb1b..28c8a4a 100644 --- a/src/recipe/os/YUM/Rocky-Linux.c +++ b/src/recipe/os/YUM/Rocky-Linux.c @@ -5,11 +5,11 @@ * Contributors : happy game * | * Created On : <2023-09-24> - * Last Modified : <2024-12-12> + * Last Modified : <2025-06-20> * ------------------------------------------------------------*/ /** - * @update 2024-06-12 + * @update 2025-06-20 */ static Source_t os_rockylinux_sources[] = { @@ -21,8 +21,8 @@ static Source_t os_rockylinux_sources[] = {&Sustech, "https://mirrors.sustech.edu.cn/rocky-linux"}, {&Zju, "https://mirrors.zju.edu.cn/rocky"}, {&Lzuoss, "https://mirror.lzu.edu.cn/rocky"}, - {&Sohu, "https://mirrors.sohu.com/Rocky"}, - // {&Netease, "https://mirrors.163.com/rocky"} /* 不启用原因:过慢 */ + // {&Netease, "https://mirrors.163.com/rocky"}, /* 不启用原因:过慢 */ + // {&Sohu, "https://mirrors.sohu.com/Rocky"} /* 不启用原因:过慢 */ }; def_sources_n(os_rockylinux); diff --git a/src/recipe/os/YUM/openEuler.c b/src/recipe/os/YUM/openEuler.c index aebffb5..f6e6275 100644 --- a/src/recipe/os/YUM/openEuler.c +++ b/src/recipe/os/YUM/openEuler.c @@ -7,7 +7,7 @@ * | happy game * | * Created On : <2023-09-06> - * Last Modified : <2024-12-18> + * Last Modified : <2025-06-20> * ------------------------------------------------------------*/ static SourceProvider_t os_openEuler_upstream = @@ -18,7 +18,7 @@ static SourceProvider_t os_openEuler_upstream = /** - * @update 2024-12-18 + * @update 2025-06-20 */ static Source_t os_openeuler_sources[] = { @@ -30,7 +30,7 @@ static Source_t os_openeuler_sources[] = {&Tencent, "https://mirrors.tencent.com/openeuler/"}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/openeuler/"}, // {&Netease, "https://mirrors.163.com/openeuler/"} /* 不启用原因:过慢 */ - // {&Sohu, "https://mirrors.sohu.com/openeuler/"} + // {&Sohu, "https://mirrors.sohu.com/openeuler/"} /* 不启用原因:过慢 */ }; def_sources_n(os_openeuler); diff --git a/src/recipe/os/openSUSE.c b/src/recipe/os/openSUSE.c index d97c955..e31613e 100644 --- a/src/recipe/os/openSUSE.c +++ b/src/recipe/os/openSUSE.c @@ -4,11 +4,11 @@ * File Authors : Heng Guo <2085471348@qq.com> * Contributors : Aoran Zeng * Created On : <2023-09-17> - * Last Modified : <2024-08-16> + * Last Modified : <2025-06-20> * ------------------------------------------------------------*/ /** - * @update 2024-08-16 + * @update 2025-06-20 */ static Source_t os_opensuse_sources[] = { @@ -20,8 +20,8 @@ static Source_t os_opensuse_sources[] = {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/opensuse"}, {&Tencent, "https://mirrors.tencent.com/opensuse"}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/opensuse"}, - {&Netease, "https://mirrors.163.com/opensuse"}, - {&Sohu, "https://mirrors.sohu.com/opensuse"} + // {&Netease, "https://mirrors.163.com/opensuse"}, /* 不启用原因:过慢 */ + // {&Sohu, "https://mirrors.sohu.com/opensuse"} /* 不启用原因:过慢 */ }; def_sources_n(os_opensuse); diff --git a/src/recipe/os/pacman/Arch-Linux.c b/src/recipe/os/pacman/Arch-Linux.c index fac990e..6ddc820 100644 --- a/src/recipe/os/pacman/Arch-Linux.c +++ b/src/recipe/os/pacman/Arch-Linux.c @@ -24,7 +24,7 @@ static Source_t os_arch_sources[] = // {&Tencent_Intra, "https://mirrors.tencentyun.com/archlinux"}, {&Huawei, "https://mirrors.huaweicloud.com/archlinux"}, // {&Netease, "https://mirrors.163.com/archlinux"}, /* 不启用原因:过慢 */ - // {&Sohu, "https://mirrors.sohu.com/archlinux"} + // {&Sohu, "https://mirrors.sohu.com/archlinux"} /* 不启用原因:过慢 */ }, /** diff --git a/src/recipe/os/pacman/MSYS2.c b/src/recipe/os/pacman/MSYS2.c index 8a58743..f4ff9fd 100644 --- a/src/recipe/os/pacman/MSYS2.c +++ b/src/recipe/os/pacman/MSYS2.c @@ -20,7 +20,7 @@ static Source_t os_msys2_sources[] = {&Tencent, "https://mirrors.tencent.com/msys2"}, {&Huawei, "https://mirrors.huaweicloud.com/msys2"}, // {&Netease, "https://mirrors.163.com/msys2"}, /* 不启用原因:过慢 */ - {&Sohu, "https://mirrors.sohu.com/msys2"} + // {&Sohu, "https://mirrors.sohu.com/msys2"} /* 不启用原因:过慢 */ }; def_sources_n(os_msys2);