Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-04 | user/ol: Upgrade to 2.6HEADcurrent | Yuriy Chumak | 2 | -27/+12 | |
2024-10-24 | system/ruby: bump { 3.1.4 --> 3.3.5 }. | Zach van Rijn | 2 | -28/+4 | |
The 'libedit' dependency is no longer required. | |||||
2024-10-24 | user/inotify-tools: new package. | Zach van Rijn | 1 | -0/+36 | |
2024-10-24 | user/screen: bump { 4.8.0 --> 5.0.0 }. | Zach van Rijn | 3 | -29/+18 | |
2024-10-24 | user/glpk: new package. | Zach van Rijn | 1 | -0/+32 | |
2024-10-24 | user/x11vnc: patch for CVE-2020-29074 | Leigh Arber | 2 | -2/+15 | |
Closes: #389 | |||||
2024-10-22 | user/zola: disable non-sse2 x86 asm in 'ring' crate. fixes #1260. | Zach van Rijn | 2 | -1/+434 | |
2024-10-21 | user/valgrind: Allow exec on ppc32 + ISA 3.0 | A. Wilcox | 2 | -0/+17 | |
This will crash wildly if you actually try to *use* ISA 3.0 instructions in the Valgrind core. But if you don't, it works fine, and it's the only way to do Valgrind on a Power9 while running in 32-bit mode. | |||||
2024-10-21 | bootstrap/llvm16: Fix issues on pmmx | A. Wilcox | 2 | -0/+253 | |
Use fast precision to avoid x87-related bugs in SSE register scheduling. Import fix from LLVM 14 for the test failure caused by fast precision. Ref: #1200 Closes: #1258 | |||||
2024-10-21 | user/rust: Disable print_vtable_sizes test | A. Wilcox | 1 | -0/+4 | |
This test requires floating point precision that is not available on i586 systems (pmmx), causing the test to fail because of rounding. Closes: #1259 | |||||
2024-10-19 | user/clang: Use upstream fix for 32-bit BE | A. Wilcox | 2 | -25/+156 | |
This fixes the problem more generally, using a union so that 64-bit values can still be stored for offsets; this is required for C++20 module support. Ref: #1255 Fixes: fabdb20dca ("user/clang: Fixes for PPC32, and more generally") | |||||
2024-10-17 | user/llvm*: Generate less debug info on 32-bit | Zach van Rijn | 2 | -2/+16 | |
Full debug-info for LLVM causes multiple failures on 32-bit builders, including with the linker, scanelf, and tar. On 32-bit only, use -ggdb1 to reduce the level of debuginfo output. Since debug information is reduced, we no longer need the `strip` command from #797. Closes: #1251, #1253 | |||||
2024-10-17 | user/cbindgen: Fix build on PPC32 | Zach van Rijn | 2 | -2/+17 | |
cbindgen vendors the libc crate, so this needs the same fix as the Rust 1.7x bootstrap compilers. Closes: #1252 Ref: #1248 | |||||
2024-10-17 | user/rust: Reduce debug information | Zach van Rijn | 1 | -1/+1 | |
Similar to the bootstrap compilers, using debuglevel 2 causes 32-bit builders to fail with ENOMEM due to the size of generated debuginfo. Ref: #1249 | |||||
2024-10-17 | bootstrap/rust-1.7x: Reduce debug information | Zach van Rijn | 10 | -10/+10 | |
This still provides debug information, but prevents runaway memory usage which was causing 32-bit builders to fail. Closes: #1249 | |||||
2024-10-17 | user/zola: Disable LTO for ppc32 build | A. Wilcox | 1 | -1/+4 | |
Closes: #1256 | |||||
2024-10-17 | user/clang: Fixes for PPC32, and more generally | A. Wilcox | 3 | -11/+90 | |
* Fix upstream issue on all 32-bit BE platforms where pointers are cast in an invalid way, causing crashes when building C++ code. * Improve ppc-interp.patch to ensure *all* executable repl tests will be skipped when run on ppc32. * Disable known-flaky test (found on ppc, but also Gentoo/arm). Closes: #1255 | |||||
2024-10-17 | bootstrap/rust-1.[71-75]: Fix libc crate on PPC | A. Wilcox | 10 | -3/+168 | |
Closes: #1248 | |||||
2024-10-17 | bootstrap/rust-1.67,68: Fix PPC crossbeam patches | A. Wilcox | 4 | -2/+66 | |
2024-10-17 | bootstrap/rust-1.66: Fix crossbeam patches for ppc | A. Wilcox | 2 | -1/+33 | |
Closes: #1247 | |||||
2024-10-17 | bootstrap/rust-1.65: Fix crossbeam patches for ppc | A. Wilcox | 2 | -1/+33 | |
Closes: #1246 | |||||
2024-10-17 | bootstrap/rust-1.64: Fix crossbeam patches for ppc | A. Wilcox | 2 | -1/+33 | |
Closes: #1245 | |||||
2024-10-17 | bootstrap/llvm16: Workarounds for PPC test issues | A. Wilcox | 2 | -0/+33 | |
Closes: #1244 | |||||
2024-10-17 | user/zola: Move back, update to 0.19.1 | A. Wilcox | 2 | -754/+1132 | |
Closes: #1176 | |||||
2024-10-17 | user/ripgrep: Update to 14.1.0 | A. Wilcox | 1 | -141/+113 | |
2024-10-17 | user/cbindgen: Update to 0.26 | A. Wilcox | 1 | -75/+77 | |
2024-10-17 | user/clazy: Update to 1.12 | A. Wilcox | 2 | -5/+5 | |
Adds LLVM 18 and Clang 18 support. | |||||
2024-10-17 | user/clang: Update to 18.1.8 | A. Wilcox | 6 | -52/+31 | |
2024-10-17 | user/llvm18: Tweaks and fixes | A. Wilcox | 1 | -20/+17 | |
* DWARFLinker and friends: most of the test errors are related to musl's thread stack size. Use chelf instead of disabling the tests. They pass on gwyn now, but there are still two flaky dsymutil tests. * Ensure the libLLVM.so.18 library is still present in /usr/lib/llvm18. * Install llvm-gtest, needed for Clang's test suite. | |||||
2024-10-17 | user/rust: Add version 1.80.0 | A. Wilcox | 19 | -0/+3417 | |
2024-10-17 | experimental/rust-beta: Add 1.81.0 beta patchset | A. Wilcox | 16 | -0/+1536 | |
2024-10-17 | bootstrap/rusts: Don't check after all | A. Wilcox | 18 | -18/+18 | |
It wastes about 10-15 minutes per build. The tests will fail virtually everywhere until the late 70s (~76 for x86_64, ~78 for ppc64) anyway. I had originally thought it would be good to have a list of the failures present in logs in case we had other failures, but if we do we can always run them ourselves. No reason to waste hours of machine time for test results we throw away anyway. | |||||
2024-10-17 | bootstrap/rust-1.{61-79}: New package | A. Wilcox | 273 | -1/+24971 | |
2024-10-17 | bootstrap/llvm16: New package | A. Wilcox | 11 | -0/+960 | |
2024-10-17 | bootstrap/rust-1.62: New package | A. Wilcox | 18 | -0/+1589 | |
2024-10-17 | bootstrap/rust-1.61: New package | A. Wilcox | 18 | -0/+1608 | |
2024-10-17 | bootstrap/rust-1.60: Bootstrap rustfmt | A. Wilcox | 1 | -0/+1 | |
Needed to bootstrap newer Rust versions. | |||||
2024-10-17 | user/rust: rename to bootstrap/rust-1.60 | A. Wilcox | 19 | -0/+0 | |
2024-10-10 | user/bearssl: actually use and install bearssl.pc | Laurent Bercot | 1 | -1/+4 | |
2024-10-10 | user/tipidee: fix sysconfdir | Laurent Bercot | 1 | -0/+1 | |
2024-10-10 | user/apaste: upgrade to 0.0.2.1 | Laurent Bercot | 3 | -29/+30 | |
2024-10-10 | user/bcnm: upgrade to 0.0.1.8 | Laurent Bercot | 3 | -11/+31 | |
Also add .pc files. | |||||
2024-10-10 | user/tipidee: upgrade to 0.0.5.1 | Laurent Bercot | 4 | -24/+31 | |
Also add a .pc file. | |||||
2024-10-10 | user/netqmail: download from a place that is actually maintained | Laurent Bercot | 1 | -7/+18 | |
Apparently nobody cares about maintaining netqmail.org or qmail.org anymore, has anyone ever heard of perennial URLs? *cue crickets* | |||||
2024-10-10 | user/smtpd-starttls-proxy: upgrade to 0.0.1.5 | Laurent Bercot | 1 | -10/+9 | |
2024-10-10 | user/s6-networking: upgrade to 2.7.0.4 | Laurent Bercot | 2 | -8/+18 | |
Also add a .pc file. | |||||
2024-10-10 | user/bearssl: upgrade to latest commit ↵ | Laurent Bercot | 2 | -3/+8 | |
(3c040368f6791553610e362401db1efff4b4c5b8) | |||||
2024-10-10 | user/s6-dns: upgrade to 2.4.0.0 | Laurent Bercot | 2 | -8/+14 | |
Also add a .pc file. | |||||
2024-10-10 | user/s6-linux-utils: upgrade to 2.6.2.1 | Laurent Bercot | 1 | -4/+4 | |
2024-10-10 | user/s6-portable-utils: upgrade to 2.3.0.4 | Laurent Bercot | 1 | -4/+4 | |