@@ -588,7 +588,7 @@ test_libpcre2() {
588588}
589589
590590test_libpng () {
591- github_tar pnggroup libpng v1.6.53
591+ github_tar pnggroup libpng v1.6.54
592592 fix_and_configure
593593 make test
594594}
@@ -1056,7 +1056,7 @@ test_ruby() {
10561056}
10571057
10581058test_rvvm () {
1059- git_fetch https://github.com/LekKit/RVVM 063d8dca6f1bab865bfba6d7c05fb2911994edf0 rvvm
1059+ git_fetch https://github.com/LekKit/RVVM 8d62e8a4644b71beed1285f0117954bd45114aa2 rvvm
10601060 sed -i ' s|defined(__SSE2__) && defined(__SSE2_MATH__)|1|g' src/fpu_lib.c
10611061 make test CC=$CC CFLAGS=' -std=c23 -DSDL_DISABLE_IMMINTRIN_H' USE_SDL=2
10621062}
@@ -1319,7 +1319,7 @@ build_dash() {
13191319}
13201320
13211321build_ellipsis () {
1322- git_fetch https://codeberg.org/gustedt/ellipsis b596e4f166c1db0320208498ae30b5cb4a51576b ellipsis
1322+ git_fetch https://codeberg.org/gustedt/ellipsis 8c23e932fb5b542537d99466d5b4652f9de54a7f ellipsis
13231323 cd sources
13241324 sed -i " s|'-std=gnu2x'|-std=gnu23 -ffake-always-inline|g" Makefile-options
13251325 make distclean && make
@@ -1328,7 +1328,7 @@ build_ellipsis() {
13281328}
13291329
13301330build_erlang () {
1331- github_tar erlang otp OTP-28.3
1331+ github_tar erlang otp OTP-28.3.1
13321332 replace_line " # if defined(__GNUC__)" " #if 1" erts/include/internal/ethread.h
13331333 replace_line " #if defined(__GNUC__)" " #if 1" erts/include/internal/ethread_inline.h
13341334 sed -i ' s|-funroll-loops||g' lib/megaco/src/flex/Makefile.in
@@ -1380,7 +1380,7 @@ EOF
13801380}
13811381
13821382build_glfw () {
1383- git_fetch https://github.com/glfw/glfw dbadda26835ec5089ef922e6c290bcf58cf12056 glfw
1383+ git_fetch https://github.com/glfw/glfw 9352d8fe93cd443be18157abe81f16500549aec0 glfw
13841384 cmake_init -DGLFW_BUILD_WAYLAND=ON -DGLFW_BUILD_X11=ON
13851385 make
13861386}
@@ -1621,7 +1621,7 @@ bootstrap_uclibcng() {
16211621 make ARCH=x86_64 prefix= DESTDIR=$PWD /../linuxhdr/ install
16221622 cd ../
16231623
1624- git_fetch https://github.com/wbx-github/uclibc-ng 3dcc84c74ece048b62c992edceab9cce54446f57 uclibcng
1624+ git_fetch https://github.com/wbx-github/uclibc-ng b0e151da1651f32391617183f9e9e7c62a640a43 uclibcng
16251625 sed -i ' s|dN|dM|g' extra/scripts/gen_bits_syscall_h.sh
16261626 sed -i ' s|:$(DEVEL_PREFIX)|:$(PREFIX)$(DEVEL_PREFIX)|g' Makefile.in
16271627 sed -i ' s|:$(RUNTIME_PREFIX)|:$(PREFIX)$(RUNTIME_PREFIX)|g' Makefile.in
@@ -1661,10 +1661,10 @@ bootstrap_uclibcng() {
16611661 make test-all
16621662 cd ../
16631663
1664- git_fetch https://git.uclibc-ng.org/git/uclibc-ng-test.git a0ccc413f3b5bcb0de429e4bfbedd9a1b32db24e uclibc-ng-test
1664+ git_fetch https://git.uclibc-ng.org/git/uclibc-ng-test.git 1df2706ab53db39f01a7e4dcbecdcdd083ee924c uclibc-ng-test
16651665 sed -i ' s| strdupa |strdup|g' test/string/tester.c
16661666 cd test/
1667- rm -r dlopen nptl pthread tls math # pthread/tls/math not built
1667+ rm -r dlopen nptl pthread tls math unistd/tst-gettid.c # pthread/tls/math not built
16681668 rm -r iconv regex/tst-regexloc.c # skipped in upstream https://downloads.uclibc-ng.org/reports/
16691669 rm -r locale locale-mbwc # not in upstream test log?
16701670 rm inet/tst-ethers* .c mmap/mmap2.c stat/stat-loop256.c # nonexistent /dev/*
0 commit comments