File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3097,10 +3097,11 @@ get_source() {
3097
3097
freebsd_port_patches
3098
3098
fi
3099
3099
if [ " $PAC_MAN " = " apk" ]; then
3100
- custom_fuzzy_patch " 10-musl-mutex-init.patch" " https://git.alpinelinux.org/aports/plain/main/asterisk/10-musl-mutex-init.patch"
3101
- custom_fuzzy_patch " 20-musl-astmm-fix.patch" " https://git.alpinelinux.org/aports/plain/main/asterisk/20-musl-astmm-fix.patch"
3102
- custom_fuzzy_patch " 40-asterisk-cdefs.patch" " https://git.alpinelinux.org/aports/plain/main/asterisk/40-asterisk-cdefs.patch"
3103
- custom_fuzzy_patch " 41-asterisk-ALLPERMS.patch" " https://git.alpinelinux.org/aports/plain/main/asterisk/41-asterisk-ALLPERMS.patch"
3100
+ # Use GitLab mirror instead of Alpine Linux for reliability
3101
+ custom_fuzzy_patch " 10-musl-mutex-init.patch" " https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/asterisk/10-musl-mutex-init.patch"
3102
+ custom_fuzzy_patch " 20-musl-astmm-fix.patch" " https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/asterisk/20-musl-astmm-fix.patch"
3103
+ custom_fuzzy_patch " 40-asterisk-cdefs.patch" " https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/asterisk/40-asterisk-cdefs.patch"
3104
+ custom_fuzzy_patch " 41-asterisk-ALLPERMS.patch" " https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/asterisk/41-asterisk-ALLPERMS.patch"
3104
3105
fi
3105
3106
}
3106
3107
You can’t perform that action at this time.
0 commit comments