Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-10 | system/mdevd: upgrade to 0.1.6.5 | Laurent Bercot | 1 | -3/+3 | |
2024-10-10 | system/s6-linux-init: upgrade to 1.1.2.1 | Laurent Bercot | 2 | -11/+25 | |
Also add a .pc file. | |||||
2024-10-10 | system/s6-rc: upgrade to 0.5.5.0 | Laurent Bercot | 2 | -11/+18 | |
Also add a .pc file. | |||||
2024-10-10 | system/s6: upgrade to 2.13.1.0 | Laurent Bercot | 2 | -10/+16 | |
Also add a .pc file. | |||||
2024-10-10 | system/execline: upgrade to 2.9.6.1 | Laurent Bercot | 2 | -9/+15 | |
Also add a .pc file. | |||||
2024-10-10 | system/utmps: upgrade to 0.1.2.3 | Laurent Bercot | 2 | -10/+16 | |
Also add a .pc file | |||||
2024-10-10 | system/skalibs: upgrade to 2.14.3.0 | Laurent Bercot | 2 | -7/+14 | |
Also add .pc file | |||||
2024-08-25 | system/bc: bump { 6.5.0 --> 7.0.0 }. | Zach van Rijn | 1 | -3/+3 | |
Also disable parallelism during tests. The test suite is not broken, per se, but the output is not synced, so in the event of a failure the logs would be garbled. | |||||
2024-08-10 | system/curl: bump { 8.8.0 --> 8.9.1 }. | Zach van Rijn | 1 | -2/+2 | |
2024-08-07 | system/gcc: Fix TSan on PPC64 | A. Wilcox | 2 | -0/+61 | |
2024-08-07 | system/libelf: Ensure -p is passed to mkdir | A. Wilcox | 2 | -1/+16 | |
Closes: #1228 | |||||
2024-08-07 | system/gcc: Fixes for 32-bit Arm platforms | A. Wilcox | 3 | -26/+41 | |
* The san library needs some adjustments to handle the fact we need frame pointers (r7 is used for the syscall number, and the FP). * Fix GCC Go __go_mmap external linking since they changed the signature upstream for the C side. This closes #1201. | |||||
2024-08-07 | system/binutils: Add upstream fix for x86_64 tests | A. Wilcox | 2 | -0/+39 | |
Closes: #1222 | |||||
2024-08-07 | system/gcc: Fix libsan on ppc64 and i586 bug | A. Wilcox | 3 | -5/+64 | |
Closes: #1217, #1218 | |||||
2024-08-07 | system/binutils: Update to 2.42 | A. Wilcox | 19 | -214/+192 | |
Closes: #1221, #1206 | |||||
2024-08-07 | system/gcc: Add sanitizer support | A. Wilcox | 2 | -3/+172 | |
Based-ish on Chimera's patches, but a bit more thorough. * 32-bit ports don't have liblsan or libtsan. * We can't dep on utmps-dev for utmpx, so hard-code size. The size is the same on all six arches per my testing. | |||||
2024-08-07 | system/binutils: Fix format specifiers in libctf | A. Wilcox | 2 | -1/+30 | |
Closes: #1181 | |||||
2024-08-07 | system/libtool: Fix gnulib-tests run | A. Wilcox | 2 | -2/+14 | |
2024-08-07 | system/git: Update for Perl GetOpt::Long | A. Wilcox | 2 | -2/+463 | |
git-send-email has been updated upstream to handle the new GetOpt::Long. Bring in those patches until we can update Git. | |||||
2024-08-07 | system/icu: Multiple test improvements | A. Wilcox | 1 | -1/+5 | |
* Use TZ=UTC for running tests. Ref: #1169. * Use older GCC behaviour for floating point math. Closes: #1193. | |||||
2024-08-07 | system/openrc: Fix for GCC -fno-common | A. Wilcox | 2 | -1/+17 | |
2024-08-07 | system/sharutils: Update for GCC -fno-common default | A. Wilcox | 2 | -3/+53 | |
2024-08-07 | system/jfsutils: Fix for modern GCC | A. Wilcox | 2 | -2/+76 | |
2024-08-07 | system/heirloom-devtools: Use C++98 standard | A. Wilcox | 1 | -2/+2 | |
This fixes a build error with newer GCC that defaults to the C++17 standard. Basic operation was tested and remains functional. It would be a *lot* better to rearchitect this, especially with how many times it hits -Wwrite-strings. Anyone willing to do that work would be highly praised :) | |||||
2024-08-07 | system/heirloom-pax: Update for Modern C | A. Wilcox | 2 | -3/+77 | |
Enums do not work like they did in the mid 1980s. This allows the build to work on GCC 13. I have tested basic usage of cpio and pax tools. | |||||
2024-08-07 | system/gcc: Update to 13.3.0 | A. Wilcox | 48 | -1058/+6085 | |
0012-static-pie and 201-ada were forward-ported by my own paws. Three digit 0xx underscore patches are from Gentoo. This is also the source of the insn-split and match-split patches, which significantly increase performance on build. They are also the source of the new configure option --with-matchpd-partitions. On systems with very many cores/threads, a number higher than 32 would probably perform even better, but 32 should give decent perf on 8+ threads, and runs quite nicely on the 64-thread Talos II I ran the testbuild on. 202 is from Void. The 300s are originally written by me. The Ada patch now includes an improvement to use posix_openpt instead of getpt, which fixes link errors later on. We also now use STAGE1_CFLAGS and BOOT_CFLAGS to improve build times. Improvement was clocked from 40m to 32m (-8m, or 20%) on gwyn. The patch for Go name mangling is needed to build packages that use reflect2, which includes user/gitlab-runner. | |||||
2024-06-18 | system/curl: bump { 8.5.0 --> 8.8.0 }. | Zach van Rijn | 1 | -2/+2 | |
2024-06-10 | system/vim: upgrade to 9.1.0378 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | system/ncurses: upgrade to 6.5 | Síle Ekaterin Liszka | 1 | -4/+4 | |
2024-06-07 | Skaware.20240531 | Laurent Bercot | 7 | -55/+44 | |
2024-05-31 | system/utmps: add a depends_dev to skalibs_dev | Laurent Bercot | 1 | -1/+2 | |
2024-05-06 | system/zlib: Update 1.3 to 1.3.1 | Leigh Arber | 1 | -2/+2 | |
Closes: #1166 | |||||
2024-04-25 | system/execline: upgrade to 2.9.5.1 | Laurent Bercot | 1 | -2/+2 | |
2024-04-25 | system/s6-rc: simplify APKBUILD | Laurent Bercot | 1 | -37/+4 | |
2024-04-25 | system/mdevd: simplify APKBUILD | Laurent Bercot | 1 | -12/+3 | |
2024-04-25 | system/s6: simplify APKBUILD | Laurent Bercot | 1 | -38/+5 | |
2024-04-25 | system/utmps: simplify APKBUILD | Laurent Bercot | 1 | -34/+5 | |
2024-04-25 | system/execline: upgrade to 2.9.5.0 | Laurent Bercot | 1 | -36/+5 | |
2024-04-25 | system/skalibs: simplify APKBUILD | Laurent Bercot | 1 | -33/+7 | |
2024-03-20 | system/vim: upgrade to 9.1.0148 [CVE] | Síle Ekaterin Liszka | 1 | -2/+18 | |
2024-03-20 | system/perl-uri: upgrade to 5.27 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-test-warnings: upgrade to 0.033 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-test-simple: upgrade to 1.302198 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-net-ssleay: upgrade to 1.94 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-module-scandeps: upgrade to 1.35 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-libwww: upgrade to 6.76 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-ipc-run3: upgrade to 0.049 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-io-socket-ssl: upgrade to 2.085 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl-http-cookies: upgrade to 6.11 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-03-20 | system/perl: update Getopt::Long, yeet xsubpp.1 | Síle Ekaterin Liszka | 1 | -2/+13 | |