Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-15 | user/netqmail: support STARTTLS, manage conflict with ssmtp | Laurent Bercot | 6 | -102/+80 | |
2023-01-15 | system/adelie-base: add qmailt user to /etc/passwd | Laurent Bercot | 2 | -2/+3 | |
2023-01-15 | user/smtpd-starttls-proxy: new package | Laurent Bercot | 1 | -0/+31 | |
2023-01-15 | user/bcnm: upgrade to 0.0.1.6 | Laurent Bercot | 1 | -4/+4 | |
2023-01-15 | system/mdevd: upgrade to 0.1.6.1 | Laurent Bercot | 2 | -10/+8 | |
2023-01-15 | user/s6-networking: upgrade to 2.5.1.2 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | user/s6-dns: upgrade to 2.3.5.5 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | user/s6-linux-utils: upgrade to 2.6.0.1 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | user/s6-portable-utils: upgrade to 2.2.5.1 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | system/s6-linux-init: upgrade to 1.0.8.1 | Laurent Bercot | 1 | -4/+4 | |
2023-01-15 | system/s6-rc: upgrade to 0.5.3.3 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | system/utmps: upgrade to 0.1.2.1 | Laurent Bercot | 2 | -11/+9 | |
2023-01-15 | system/s6: upgrade to 2.11.2.0 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | system/execline: upgrade to 2.9.1.0 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | system/skalibs: upgrade to 2.13.0.0 | Laurent Bercot | 1 | -2/+2 | |
2023-01-06 | user/grantlee: Use x87 math properly | A. Wilcox | 2 | -2/+47 | |
Reported upstream by SuSE maintainer, though the way this works does sort of bother me since this sort of code really shouldn't depend on precision if written properly.. Fixes: #954 | |||||
2023-01-04 | user/libpng: bump { 1.6.37 --> 1.6.39 }. fixes #957. | Zach van Rijn | 2 | -8/+12 | |
2023-01-04 | user/gitlab-runner: patch armv7 for multiple redefinition 'seek'. | Zach van Rijn | 2 | -3/+44 | |
the file: sys/unix/syscall_linux_arm.go seems to declare 'seek()' as a prototype, the implementation being: sys/unix/syscall_linux_gccgo_arm.go however it isn't immediately clear why the conflict occurs, unless it has to do with our Makefile patches, which CGO_ENABLED=1? fixes #956 | |||||
2023-01-02 | system/gcc: Finish fixing unwinding in GCC Go rt | A. Wilcox | 2 | -2/+44 | |
We add more functions to the unwind string comparisons, and pull in the symbols for libucontext. Fixes: 0dd86764 ("system/gcc: Ensure gccgo doesn't run off the stack") Refs: #832 | |||||
2023-01-02 | user/gambit-c: support s390/s390x. | Zach van Rijn | 2 | -1/+49 | |
Upstream: https://github.com/gambit/gambit/pull/809 | |||||
2023-01-02 | user/node: Fix time64 issue on pmmx | A. Wilcox | 2 | -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-30 | user/grantlee: bump { 5.2.0 --> 5.3.1 }. | Zach van Rijn | 1 | -3/+3 | |
2022-12-30 | user/grantlee: update upstream URL. fixes #952. | Zach van Rijn | 1 | -1/+1 | |
Note that the checksums remain the same. Also removes a hard-coded version number. | |||||
2022-12-30 | user/imagemagick: bump { 7.1.0.52 --> 7.1.0.56 }. | Zach van Rijn | 1 | -2/+2 | |
2022-12-30 | user/imagemagick: update upstream URL. fixes #951. | Zach van Rijn | 1 | -1/+1 | |
2022-12-29 | user/diskdev_cmds: update checksums. fixes #830. | Zach van Rijn | 1 | -3/+3 | |
2022-12-28 | user/protobuf: actually disable parallel builds. fixes #945. | Zach van Rijn | 1 | -1/+1 | |
Commit e8adedc8d15b9b11e780df8bda2d7431c23d627f did not restore the original -j1 as in be1bb0240206f8fec1bd44f95d0130856e753c07. | |||||
2022-12-27 | user/node: Disable on 32-bit PowerPC | A. Wilcox | 1 | -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-27 | system/curl: Add zstd support | A. Wilcox | 1 | -3/+3 | |
2022-12-27 | system/{c-ares,libev}: Move back to user/ | A. Wilcox | 3 | -0/+0 | |
These are no longer required in the system/ repository. | |||||
2022-12-27 | system/nghttp2: Split apps to user/nghttp2-utils | A. Wilcox | 2 | -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-26 | system/coreutils: patch test assumption. fixes #943. | Zach van Rijn | 2 | -1/+18 | |
2022-12-25 | system/bc: bump { 5.2.5 --> 6.2.1 }. fixes multiple memory issues. | Zach van Rijn | 1 | -2/+2 | |
2022-12-25 | system/libssh2: temporarily switch mirror. | Zach van Rijn | 1 | -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-25 | user/libkscreen: disable parallel build. fixes #811. | Zach van Rijn | 1 | -1/+1 | |
Estimated penalty, based on N=2 samples: * -j8: ~0-2 minutes * -j1: ~4-9 minutes | |||||
2022-12-25 | system/gcc: Ensure gccgo doesn't run off the stack | A. Wilcox | 2 | -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-25 | system/gcc: Make ARMv7 unwind macros functions | A. Wilcox | 2 | -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-23 | user/openjdk8: update bootstrap tarballs. fixes #921. | Zach van Rijn | 2 | -26/+143 | |
2022-12-23 | system/curl: bump { 7.85.0 --> 7.87.0 }. | Zach van Rijn | 1 | -2/+2 | |
2022-12-23 | scripts/tsort.c: clean up some non-portable code. | Zach van Rijn | 1 | -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-23 | user/node: fix link failure on 32-bit platforms. | Zach van Rijn | 1 | -0/+6 | |
2022-12-23 | user/node: Update to 18.12.1 | A. Wilcox | 1 | -2/+2 | |
2022-12-23 | system/c-ares: Build with CMake instead | A. Wilcox | 1 | -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-23 | user/node: Update to 16.19.0; fix test, NULL deref | A. Wilcox | 4 | -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-23 | user/perl-devel-mat{,-dumper}: Move to legacy/ | A. Wilcox | 2 | -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-19 | user/perl-test-refcount: Remove Devel::MAT dep | A. Wilcox | 1 | -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-19 | user/gst-plugins-good: Fix passed property type | A. Wilcox | 2 | -2/+35 | |
This fixes the drop-messages-interval test in rtpjitterbuffer. Issue: #924 | |||||
2022-12-18 | user/gambit: add patch for overflow on 32-bit platforms. fixes #926. | Zach van Rijn | 2 | -3/+463 | |
Previous commits erroneously mentioned issue #924. | |||||
2022-12-17 | user/spack: temporarily disable build on ppc. see #794. | Zach van Rijn | 1 | -1/+1 | |
2022-12-17 | user/gambit-c: temporarily disable SRFI 179. see #934. | Zach van Rijn | 2 | -2/+26 | |