summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02user/node: Fix time64 issue on pmmxA. Wilcox2-2/+208
This patch reverts Node MR 43714[1], which broke time64 on pmmx. [1]: https://github.com/nodejs/node/pull/43714 Fixes: #935
2022-12-30user/grantlee: bump { 5.2.0 --> 5.3.1 }.Zach van Rijn1-3/+3
2022-12-30user/grantlee: update upstream URL. fixes #952.Zach van Rijn1-1/+1
Note that the checksums remain the same. Also removes a hard-coded version number.
2022-12-30user/imagemagick: bump { 7.1.0.52 --> 7.1.0.56 }.Zach van Rijn1-2/+2
2022-12-30user/imagemagick: update upstream URL. fixes #951.Zach van Rijn1-1/+1
2022-12-29user/diskdev_cmds: update checksums. fixes #830.Zach van Rijn1-3/+3
2022-12-28user/protobuf: actually disable parallel builds. fixes #945.Zach van Rijn1-1/+1
Commit e8adedc8d15b9b11e780df8bda2d7431c23d627f did not restore the original -j1 as in be1bb0240206f8fec1bd44f95d0130856e753c07.
2022-12-27user/node: Disable on 32-bit PowerPCA. Wilcox1-1/+1
Unfortunately V8 does not support ppc and seemingly has no interest in adopting a port. In the future we will look for alternative JS runtimes for running workloads on ppc. We may also be able to package Node 12 since it has ppc support, with the caveat that it is not well-supported upstream and will stop receiving security updates. This is still useful for some workloads (Firefox builds, internal Homebridge, and such), perhaps. Closes: #837
2022-12-27system/curl: Add zstd supportA. Wilcox1-3/+3
2022-12-27system/{c-ares,libev}: Move back to user/A. Wilcox3-0/+0
These are no longer required in the system/ repository.
2022-12-27system/nghttp2: Split apps to user/nghttp2-utilsA. Wilcox2-2/+57
The tools need libraries that should not be pulled into system/. Additionally, since c-ares needs CMake now, it causes a dep cycle. Fixes: #936
2022-12-26system/coreutils: patch test assumption. fixes #943.Zach van Rijn2-1/+18
2022-12-25system/bc: bump { 5.2.5 --> 6.2.1 }. fixes multiple memory issues.Zach van Rijn1-2/+2
2022-12-25system/libssh2: temporarily switch mirror.Zach van Rijn1-1/+4
https://github.com/libssh2/libssh2/issues/775 Note: checksums remain the same. Appears to affect IPv6 only, which is causing automation failures because 'abuild fetch' isn't falling back to IPv4 in the event of an IPv6 failure. I asked Daniel to remove the AAAA record if it won't be repaired soon, but I'm not sure if/when he'll do that.
2022-12-25user/libkscreen: disable parallel build. fixes #811.Zach van Rijn1-1/+1
Estimated penalty, based on N=2 samples: * -j8: ~0-2 minutes * -j1: ~4-9 minutes
2022-12-25system/gcc: Ensure gccgo doesn't run off the stackA. Wilcox2-0/+20
libucontext doesn't clear the stack frame below makecontext. This caused us to end up crashing like Solaris[1]. Fixes: #832 [1]: https://gcc.gnu.org/PR52583#c21
2022-12-25system/gcc: Make ARMv7 unwind macros functionsA. Wilcox2-3/+58
This workaround is already needed upstream for FreeBSD. Let's go ahead and use the same workaround for musl. We also ensure they are not declared `inline` so that they are available as library functions. We also have a hack in place for the stage1 Ada driver due to their own hack pulling in the Arm unwind functions directly without linking. Fixes: #866 (and probably more as we continue building packages)
2022-12-23user/openjdk8: update bootstrap tarballs. fixes #921.Zach van Rijn2-26/+143
2022-12-23system/curl: bump { 7.85.0 --> 7.87.0 }.Zach van Rijn1-2/+2
2022-12-23scripts/tsort.c: clean up some non-portable code.Zach van Rijn1-2/+3
Many variants of this utility are floating around; there does not appear to be a canonical implementation. This one works for us. * removed non-portable '#include <sys/cdefs.h>'; * replaced legacy 'bcopy' with 'memmove' as recommended The code is still C99 but could be ported to C89 trivially.
2022-12-23user/node: fix link failure on 32-bit platforms.Zach van Rijn1-0/+6
2022-12-23user/node: Update to 18.12.1A. Wilcox1-2/+2
2022-12-23system/c-ares: Build with CMake insteadA. Wilcox1-10/+11
The ares_nameser.h header isn't installed by the autotools backend. This file is needed to build at least Node 18.
2022-12-23user/node: Update to 16.19.0; fix test, NULL derefA. Wilcox4-3/+127
* The worker-stdio test no longer raises RangeError on 32-bit Intel. * The sigint test is no longer flaky (backported from 18 branch). * The C++ Environment handler no longer segfaults when /proc is unmounted. (Submitted upstream.) Fixes: #795
2022-12-23user/perl-devel-mat{,-dumper}: Move to legacy/A. Wilcox2-0/+0
These packages don't work right now. Hopefully we can work with upstream to fix them on musl systems. Closes: #872
2022-12-19user/perl-test-refcount: Remove Devel::MAT depA. Wilcox1-2/+2
The Devel::MAT pod is broken on 32-bit musl systems. It is listed as a 'recommended' package, not 'required', and it works fine without it. Additionally, it was only listed in makedepends; if we were using it, it would need to be a runtime dependency. Ref: #872
2022-12-19user/gst-plugins-good: Fix passed property typeA. Wilcox2-2/+35
This fixes the drop-messages-interval test in rtpjitterbuffer. Issue: #924
2022-12-18user/gambit: add patch for overflow on 32-bit platforms. fixes #926.Zach van Rijn2-3/+463
Previous commits erroneously mentioned issue #924.
2022-12-17user/spack: temporarily disable build on ppc. see #794.Zach van Rijn1-1/+1
2022-12-17user/gambit-c: temporarily disable SRFI 179. see #934.Zach van Rijn2-2/+26
2022-12-17user/gambit-c: temporarily disable tests. see #924.Zach van Rijn1-1/+2
Additionally, the 'max-gcse-memory' parameter was updated to safely accommodate the ~512M threshold needed by Gambit on some platforms.
2022-12-14user/digikam: add explicit libatomic. fixes #925.Zach van Rijn1-0/+1
2022-12-14user/dovecot: 2.3.19.1 plus CVE fixLee Starnes2-4/+163
2022-12-13user/qt5-qtwebkit: ppc ucontext patch. 32-bit link flags. fixes #922.Zach van Rijn2-4/+33
This patch reverts upstream a7cdcdc77b8efef239d9b06e857a64e490d1a81b which caused a build failure on musl. Additionally, 32-bit architectures (ppc in particular) may fail to link due to address space limitations. Adjust link flags to mitigate.
2022-12-13user/postfix: bump { 3.6.2 --> 3.7.3 }. add patch for Linux 6. fixes #920.Zach van Rijn2-2/+28
2022-12-13user/openldap: add time64 patches. fixes #845.Zach van Rijn2-1/+201
This patch is not intended to be upstreamed as written.
2022-12-12user/gvim: correctly install icons; fixes #918Síle Ekaterin Liszka1-4/+4
2022-12-12user/gstreamer: Fix for time64 issueA. Wilcox2-1/+63
The patch fixes #853 (libs_gstnetclientclock). The glib-2.72.4 update is actually what fixed #874, as futex was broken on 32-bit architectures. It was affecting PowerPC harder because the MSB was what the kernel was seeing, but in 2038 the other arches would have started seeing the same failures. Fixes: #853, #874
2022-12-12user/glib: Update to 2.72.4A. Wilcox1-2/+2
This contains a needed fix for time64 on 32-bit architectures.
2022-12-10user/rrdtool: Fix time64 issue on 32-bit systemsA. Wilcox3-2/+89
This only showed up in tests on ppc, but would eventually hit all of them. The code already correctly handled SIZEOF_TIME_T being 8, but this was cased on _WIN32. Removed that specialisation and now it works. Fixes: #877
2022-12-05user/gstreamer: Fix deadlock in gst_gstbin testA. Wilcox2-1/+143
This is pending merge upstream and fixes the deadlock in the gst_gstbin test which causes it to timeout on builders sometimes. Ref: #807, #853
2022-12-05user/clang: Disable tests on PowerPCA. Wilcox3-2/+39
The Interpreter unit-test is already disabled on AIX, so it is likely ABI-related. The other Interpreter test needs R_PPC_REL24 to be implemented in the LLVM RuntimeDyld to work. The DirectoryWatcher tests are all broken for unknown reasons, but don't affect actual compilation so we just skip them for now. Fixes: #848
2022-12-04user/freecell-solver: Skip Valgrind tests on PPCA. Wilcox1-0/+7
Our ppc builder is running on P8/P9 hardware which cannot run Valgrind in 32-bit mode. This skips those tests on that hardware. It would be nice to re-enable these tests, if Valgrind grows ISA 3.0 support in 32-bit mode, or if our builders age up. Closes: #876
2022-12-04user/mariadb: Fix PowerPC buildA. Wilcox2-94/+8
Modern GCC (8.x) doesn't need a special builtins file for PPC. Let's remove the old workaround and build natively. Fixes: #869
2022-12-04user/supertux: Fix SDL2 detection on 32-bit CPUsA. Wilcox2-1/+25
No clue why they were special-casing detection like this. Fixes: #870
2022-12-03user/py3-pyirc: Update for new taillightA. Wilcox2-3/+27
Fixes: #906
2022-12-03user/py3-twisted: Regenerate raiser.c for Py3.11A. Wilcox1-1/+2
Fixes: #895
2022-12-04user/sddm: Fix autologin issue with PAM modulesA. Wilcox2-0/+82
This corrects an issue where Horizon media may boot to a black screen.
2022-12-02user/gst-plugins-bad: disable flaky curl test. fixes #768.Zach van Rijn2-0/+13
2022-12-01Unify contact information.Zach van Rijn331-588/+561