From 855aac01e88b84e6e53ef0a9cdbb1ae29854e5de Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Tue, 7 Oct 2025 22:49:00 +0800 Subject: [PATCH 1/5] =?UTF-8?q?feat(mirror):=20=E6=B7=BB=E5=8A=A0=E8=A5=BF?= =?UTF-8?q?=E5=8C=97=E5=86=9C=E6=9E=97=E7=A7=91=E6=8A=80=E5=A4=A7=E5=AD=A6?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E7=AB=99=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/framework/mirror.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/framework/mirror.c b/src/framework/mirror.c index 5c40bd92..6f9a16a7 100644 --- a/src/framework/mirror.c +++ b/src/framework/mirror.c @@ -10,7 +10,7 @@ * | BingChunMoLi * | * Created On : <2023-08-29> - * Last Modified : <2025-08-27> + * Last Modified : <2025-10-07> * * 通用镜像站 * ------------------------------------------------------------*/ @@ -172,6 +172,13 @@ Nyist = {NotSkip, NA, NA, "https://mirror.nyist.edu.cn/ubuntu-releases" Big_File_ubuntu, ROUGH} }, +Nwafu = +{ + IS_GeneralMirrorSite, + "nwafu", "NWAFU", "西北农林科技大学镜像站", "https://mirrors.nwafu.edu.cn/", + {NotSkip, NA, NA, "https://mirrors.nwafu.edu.cn/ubuntu/ls-lR.gz", ROUGH} +}, + Sdu = { IS_GeneralMirrorSite, From 0f283bf38c62a0f5f70418df48b4bbd2e90b8b1e Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Tue, 7 Oct 2025 23:11:18 +0800 Subject: [PATCH 2/5] =?UTF-8?q?feat(Perl):=20=E6=9B=B4=E6=96=B0=20Perl=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90=E9=85=8D=E7=BD=AE=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=BB=B4=E6=8A=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/Perl.c | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index f998bb42..569de340 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -10,26 +10,38 @@ pl_perl_prelude () chef_prep_this (pl_perl, gs); chef_set_created_on (this, "2023-09-31"); - chef_set_last_updated (this, "2025-08-10"); - chef_set_sources_last_updated (this, "2025-08-21"); + chef_set_last_updated (this, "2025-10-07"); + chef_set_sources_last_updated (this, "2025-10-07"); - chef_set_chef (this, NULL); - chef_set_cooks (this, 1, "@ccmywish"); - chef_set_sauciers (this, 1, "@hezonglun"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_sauciers (this, 2, "@hezonglun", "@Mikachu2333"); - chef_allow_local_mode (this, CanNot, NULL, NULL); - chef_forbid_english(this); - chef_allow_user_define(this); + chef_allow_local_mode (this, CanNot, NULL, NULL); + chef_forbid_english (this); + chef_allow_user_define (this); def_sources_begin() - {&UpstreamProvider, "https://www.cpan.org/", DelegateToUpstream}, - {&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/", DelegateToMirror}, - {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/", DelegateToMirror}, - {&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", DelegateToMirror}, - {&Hust, "https://mirrors.hust.edu.cn/CPAN/", DelegateToMirror}, - {&Ali, "https://mirrors.aliyun.com/CPAN/", DelegateToMirror}, - {&Lzuoss, "https://mirror.lzu.edu.cn/CPAN/", DelegateToMirror} + {&UpstreamProvider, "https://www.cpan.org/", FeedByPrelude}, + {&MirrorZ, "https://mirrors.cernet.edu.cn/CPAN/", FeedByPrelude}, + {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/", FeedByPrelude}, + {&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/", FeedByPrelude}, + {&Cqu, "https://mirrors.cqu.edu.cn/CPAN/", FeedByPrelude}, + // 2025-10-07,好像bjtu整个镜像站都炸了 + //{&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", FeedByPrelude}, + {&Nju, "https://mirrors.nju.edu.cn/CPAN/", FeedByPrelude}, + {&Nyist, "https://mirror.nyist.edu.cn/CPAN/", FeedByPrelude}, + {&Nwafu, "https://mirrors.nwafu.edu.cn/cpan/", FeedByPrelude}, + {&Ustc, "https://mirrors.ustc.edu.cn/CPAN/", FeedByPrelude}, + {&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/cpan/", FeedByPrelude}, + {&Iscas, "https://mirror.iscas.ac.cn/CPAN/", FeedByPrelude}, + {&Zju, "https://mirrors.zju.edu.cn/CPAN/", FeedByPrelude}, + {&Lzuoss, "https://mirrors.lzu.edu.cn/CPAN/", FeedByPrelude}, + {&Hust, "https://mirrors.hust.edu.cn/CPAN/", FeedByPrelude}, + {&Ali, "https://mirrors.aliyun.com/CPAN/", FeedByPrelude} def_sources_end() + + chef_set_sources_speed_measure_url_with_postfix (this, "authors/id/D/DB/DBAURAIN/Bio-MUST-Apps-FortyTwo-0.213470.tar.gz"); } From 14341ddf19a4efd6cce4253dae2a067c113f9d10 Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Thu, 9 Oct 2025 02:06:14 +0800 Subject: [PATCH 3/5] =?UTF-8?q?feat(mirror):=20=E6=B3=A8=E9=87=8A=20nwafu?= =?UTF-8?q?=20=E9=95=9C=E5=83=8F=E7=AB=99=E7=9B=B8=E5=85=B3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/framework/mirror.c | 3 +++ src/recipe/lang/Perl.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/framework/mirror.c b/src/framework/mirror.c index 6f9a16a7..907e7784 100644 --- a/src/framework/mirror.c +++ b/src/framework/mirror.c @@ -172,12 +172,15 @@ Nyist = {NotSkip, NA, NA, "https://mirror.nyist.edu.cn/ubuntu-releases" Big_File_ubuntu, ROUGH} }, +/** + * @deprecated 2025-10-07 对校外用户限制严格 Nwafu = { IS_GeneralMirrorSite, "nwafu", "NWAFU", "西北农林科技大学镜像站", "https://mirrors.nwafu.edu.cn/", {NotSkip, NA, NA, "https://mirrors.nwafu.edu.cn/ubuntu/ls-lR.gz", ROUGH} }, +*/ Sdu = { diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index 569de340..34c87c0b 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -31,7 +31,8 @@ pl_perl_prelude () //{&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", FeedByPrelude}, {&Nju, "https://mirrors.nju.edu.cn/CPAN/", FeedByPrelude}, {&Nyist, "https://mirror.nyist.edu.cn/CPAN/", FeedByPrelude}, - {&Nwafu, "https://mirrors.nwafu.edu.cn/cpan/", FeedByPrelude}, + // 2025-10-09 对校外限制大 + //{&Nwafu, "https://mirrors.nwafu.edu.cn/cpan/", FeedByPrelude}, {&Ustc, "https://mirrors.ustc.edu.cn/CPAN/", FeedByPrelude}, {&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/cpan/", FeedByPrelude}, {&Iscas, "https://mirror.iscas.ac.cn/CPAN/", FeedByPrelude}, From 37d4f2a721614ee359e142abb651a3d31b3b3ff9 Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Sat, 11 Oct 2025 17:07:26 +0800 Subject: [PATCH 4/5] =?UTF-8?q?feat(framework):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=A5=BF=E5=8C=97=E5=86=9C=E6=9E=97=E7=A7=91=E6=8A=80=E5=A4=A7?= =?UTF-8?q?=E5=AD=A6=E9=95=9C=E5=83=8F=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/framework/mirror.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/framework/mirror.c b/src/framework/mirror.c index 907e7784..40c4e700 100644 --- a/src/framework/mirror.c +++ b/src/framework/mirror.c @@ -172,16 +172,6 @@ Nyist = {NotSkip, NA, NA, "https://mirror.nyist.edu.cn/ubuntu-releases" Big_File_ubuntu, ROUGH} }, -/** - * @deprecated 2025-10-07 对校外用户限制严格 -Nwafu = -{ - IS_GeneralMirrorSite, - "nwafu", "NWAFU", "西北农林科技大学镜像站", "https://mirrors.nwafu.edu.cn/", - {NotSkip, NA, NA, "https://mirrors.nwafu.edu.cn/ubuntu/ls-lR.gz", ROUGH} -}, -*/ - Sdu = { IS_GeneralMirrorSite, From 699dbfb4da97bcbb6232cc69f0bb796c5c46daf2 Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Sat, 11 Oct 2025 17:08:22 +0800 Subject: [PATCH 5/5] =?UTF-8?q?feat(Perl):=20=E6=81=A2=E5=A4=8D=20bjtu=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90=E5=B9=B6=E7=A7=BB=E9=99=A4=20nwafu?= =?UTF-8?q?=20=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/Perl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index 34c87c0b..c5ccff1c 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -27,12 +27,9 @@ pl_perl_prelude () {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/", FeedByPrelude}, {&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/", FeedByPrelude}, {&Cqu, "https://mirrors.cqu.edu.cn/CPAN/", FeedByPrelude}, - // 2025-10-07,好像bjtu整个镜像站都炸了 - //{&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", FeedByPrelude}, + {&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", FeedByPrelude}, {&Nju, "https://mirrors.nju.edu.cn/CPAN/", FeedByPrelude}, {&Nyist, "https://mirror.nyist.edu.cn/CPAN/", FeedByPrelude}, - // 2025-10-09 对校外限制大 - //{&Nwafu, "https://mirrors.nwafu.edu.cn/cpan/", FeedByPrelude}, {&Ustc, "https://mirrors.ustc.edu.cn/CPAN/", FeedByPrelude}, {&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/cpan/", FeedByPrelude}, {&Iscas, "https://mirror.iscas.ac.cn/CPAN/", FeedByPrelude},