Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-08 | system/perl-dbd-sqlite: upgrade to 1.72 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-cpanel-json-xs: upgrade to 4.32 | Síle Ekaterin Liszka | 1 | -3/+2 | |
2023-02-08 | system/openssl: bump { 1.1.1s --> 1.1.1t }. | Zach van Rijn | 1 | -2/+2 | |
2023-01-15 | system/adelie-base: pkgrel should be 1, not 8 | Laurent Bercot | 1 | -1/+1 | |
2023-01-15 | system/ssmtp: explicitly conflict with netqmail | Laurent Bercot | 1 | -2/+2 | |
Previously, the conflict happened on the /usr/sbin/sendmail file, and apk partially succeeded, leaving the filesystem in an uncomfortable state. Now we detect the conflict as early as possible. | |||||
2023-01-15 | system/adelie-base: add qmailt user to /etc/passwd | Laurent Bercot | 2 | -2/+3 | |
2023-01-15 | system/mdevd: upgrade to 0.1.6.1 | Laurent Bercot | 2 | -10/+8 | |
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-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 | |||||
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 | -132/+0 | |
These are no longer required in the system/ repository. | |||||
2022-12-27 | system/nghttp2: Split apps to user/nghttp2-utils | A. Wilcox | 1 | -2/+2 | |
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 | 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 | system/curl: bump { 7.85.0 --> 7.87.0 }. | Zach van Rijn | 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-01 | Unify contact information. | Zach van Rijn | 31 | -60/+33 | |
2022-12-01 | user/{ccache,pigz}: move from { 'user/' --> 'system/' }. | Zach van Rijn | 2 | -0/+82 | |
2022-11-26 | system/easy-kernel: Update Arm64 config | A. Wilcox | 2 | -92/+45 | |
There are more errata workarounds available, so we enable them. | |||||
2022-11-26 | system/easy-kernel: Update PPC config | A. Wilcox | 1 | -82/+41 | |
Support for stack protector has been added for ppc, so we enable that. | |||||
2022-11-26 | system/easy-kernel: Update to 5.15.76-mc3 | A. Wilcox | 5 | -8388/+195434 | |
2022-11-26 | system/vim: bump { 8.2.4860 --> 9.0.0952 }. fixes #881. | Zach van Rijn | 1 | -2/+2 | |
2022-11-25 | system/openssl: bump { 1.1.1q --> 1.1.1s }. | Zach van Rijn | 1 | -2/+2 | |
2022-11-25 | system/python3: [CVE] Update to 3.11.0 | A. Wilcox | 4 | -137/+118 | |
Includes one yet-unreleased CVE fix from Git. Removes an unrecognized configure option. | |||||
2022-11-12 | system/perl-dbi: patch CVE-2014-10402. fixes #378. | Zach van Rijn | 2 | -3/+102 | |
2022-11-01 | system/expat: bump { 2.4.9 --> 2.5.0 }. fixes #821. | Zach van Rijn | 1 | -2/+4 | |
2022-11-01 | system/adelie-keys: relbump for rc3 (signing with keys contained within). | Zach van Rijn | 1 | -1/+1 | |
2022-11-01 | system/adelie-keys: all new keys. | Zach van Rijn | 20 | -140/+187 | |
2022-11-01 | system/zlib: bump { 1.2.12 --> 1.2.13 }. fixes #820. | Zach van Rijn | 3 | -83/+3 | |
2022-10-21 | system/curl: bump { 7.83.1 --> 7.85.0 }. fixes #813. | Zach van Rijn | 1 | -3/+3 | |
2022-10-21 | system/curl: pull in nghttp2 development package. fixes #819. | Zach van Rijn | 1 | -2/+2 | |
See commit d045b5bca8cd983b9512fd45e19d2c5770323a32. | |||||
2022-10-21 | system/mpfr3: use canonical source tarball URL. | Zach van Rijn | 1 | -2/+1 | |
2022-10-21 | system/libaio: re-enable test 18. see #405. | Zach van Rijn | 1 | -2/+1 | |
2022-10-21 | system/expat: bump { 2.48 --> 2.49 }. fixes #814. | Zach van Rijn | 1 | -2/+4 | |
2022-10-21 | system/nss: bump { 3.78 --> 3.82 }. | Zach van Rijn | 1 | -2/+2 | |
This is needed for newer versions of Thunderbird and Firefox. | |||||
2022-10-21 | system/nspr: bump { 4.33 --> 4.34 }. | Zach van Rijn | 1 | -3/+3 | |
2022-10-21 | system/perl: improve test speed. avoid race. fixes #782. | Zach van Rijn | 1 | -2/+6 | |
This may not fully mitigate a race condition, but has been shown to work consistently on platforms (e.g. pmmx) where this had been previously an issue. | |||||
2022-10-21 | system/easy-kernel: Update to 5.15.44-mc2 | Horst G. Burkhardt | 7 | -42180/+99618 | |
2022-07-05 | system/openssl: bump { 1.1.1o --> 1.1.1q }. fixes #786. | Zach van Rijn | 3 | -221/+4 | |
2022-06-16 | Skaware.20220616 | Laurent Bercot | 13 | -42/+99 | |
2022-06-05 | system/openssl: patch expired test certs. fixes #769. | Zach van Rijn | 3 | -2/+219 | |
2022-06-04 | system/kmod: remove unnecessary dependency. fixes last dep cycle. | Zach van Rijn | 1 | -4/+2 | |