Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-17 | system/s6-linux-init: upgrade to 1.1.0.0 | Laurent Bercot | 1 | -4/+4 | |
2023-02-17 | system/s6-rc: upgrade to 0.5.4.0 | Laurent Bercot | 1 | -2/+2 | |
2023-02-17 | system/s6: upgrade to 2.11.3.0 | Laurent Bercot | 1 | -3/+3 | |
2023-02-17 | system/execline: upgrade to 2.9.2.0 | Laurent Bercot | 1 | -2/+3 | |
2023-02-17 | system/utmps: move utmpd to stage 2 | Laurent Bercot | 2 | -12/+14 | |
2023-02-17 | system/skalibs: upgrade to 2.13.1.0 | Laurent Bercot | 1 | -2/+2 | |
2023-02-15 | system/git: bump { 2.36.0 --> 2.39.2 }. | Zach van Rijn | 1 | -2/+2 | |
2023-02-09 | system/libuv: apply upstream tty size patch. actually fixes #695. | Zach van Rijn | 3 | -29/+31 | |
2023-02-08 | system/perl: use different test server. fixes #960. | Zach van Rijn | 2 | -1/+17 | |
2023-02-08 | system/libuv: add patch for nonsense test assumption. fixes #695. | Zach van Rijn | 2 | -2/+32 | |
2023-02-08 | system/perl-uri: upgrade to 5.17 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-02-08 | {user => system}/perl-test-warnings: needed for perl-uri-5.17 | Síle Ekaterin Liszka | 1 | -0/+34 | |
2023-02-08 | system/perl-test-simple: upgrade to 1.302191 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-libwww: upgrade to 6.67 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-json-maybexs: upgrade to 1.004004 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-json: upgrade to 4.10 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-io-socket-ssl: upgrade to 2.077 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-http-message: upgrade to 6.44 | Síle Ekaterin Liszka | 1 | -4/+5 | |
2023-02-08 | system/perl-clone: new package | Síle Ekaterin Liszka | 1 | -0/+35 | |
2023-02-08 | system/perl-b-cow: new package | Síle Ekaterin Liszka | 1 | -0/+34 | |
2023-02-08 | system/perl-html-parser: upgrade to 3.80 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | system/perl-file-remove: upgrade to 1.61 | Síle Ekaterin Liszka | 1 | -2/+2 | |
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. |