summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2023-02-17system/mdevd: upgrade to 0.1.6.2Laurent Bercot1-2/+2
2023-02-17system/s6-linux-init: upgrade to 1.1.0.0Laurent Bercot1-4/+4
2023-02-17system/s6-rc: upgrade to 0.5.4.0Laurent Bercot1-2/+2
2023-02-17system/s6: upgrade to 2.11.3.0Laurent Bercot1-3/+3
2023-02-17system/execline: upgrade to 2.9.2.0Laurent Bercot1-2/+3
2023-02-17system/utmps: move utmpd to stage 2Laurent Bercot2-12/+14
2023-02-17system/skalibs: upgrade to 2.13.1.0Laurent Bercot1-2/+2
2023-02-15system/git: bump { 2.36.0 --> 2.39.2 }.Zach van Rijn1-2/+2
2023-02-09system/libuv: apply upstream tty size patch. actually fixes #695.Zach van Rijn3-29/+31
2023-02-08system/perl: use different test server. fixes #960.Zach van Rijn2-1/+17
2023-02-08system/libuv: add patch for nonsense test assumption. fixes #695.Zach van Rijn2-2/+32
2023-02-08system/perl-uri: upgrade to 5.17Síle Ekaterin Liszka1-3/+3
2023-02-08{user => system}/perl-test-warnings: needed for perl-uri-5.17Síle Ekaterin Liszka1-0/+34
2023-02-08system/perl-test-simple: upgrade to 1.302191Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-libwww: upgrade to 6.67Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-json-maybexs: upgrade to 1.004004Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-json: upgrade to 4.10Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-io-socket-ssl: upgrade to 2.077Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-http-message: upgrade to 6.44Síle Ekaterin Liszka1-4/+5
2023-02-08system/perl-clone: new packageSíle Ekaterin Liszka1-0/+35
2023-02-08system/perl-b-cow: new packageSíle Ekaterin Liszka1-0/+34
2023-02-08system/perl-html-parser: upgrade to 3.80Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-file-remove: upgrade to 1.61Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-dbd-sqlite: upgrade to 1.72Síle Ekaterin Liszka1-2/+2
2023-02-08system/perl-cpanel-json-xs: upgrade to 4.32Síle Ekaterin Liszka1-3/+2
2023-02-08system/openssl: bump { 1.1.1s --> 1.1.1t }.Zach van Rijn1-2/+2
2023-01-15system/adelie-base: pkgrel should be 1, not 8Laurent Bercot1-1/+1
2023-01-15system/ssmtp: explicitly conflict with netqmailLaurent Bercot1-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-15system/adelie-base: add qmailt user to /etc/passwdLaurent Bercot2-2/+3
2023-01-15system/mdevd: upgrade to 0.1.6.1Laurent Bercot2-10/+8
2023-01-15system/s6-linux-init: upgrade to 1.0.8.1Laurent Bercot1-4/+4
2023-01-15system/s6-rc: upgrade to 0.5.3.3Laurent Bercot1-3/+3
2023-01-15system/utmps: upgrade to 0.1.2.1Laurent Bercot2-11/+9
2023-01-15system/s6: upgrade to 2.11.2.0Laurent Bercot1-3/+3
2023-01-15system/execline: upgrade to 2.9.1.0Laurent Bercot1-3/+3
2023-01-15system/skalibs: upgrade to 2.13.0.0Laurent Bercot1-2/+2
2023-01-02system/gcc: Finish fixing unwinding in GCC Go rtA. Wilcox2-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-27system/curl: Add zstd supportA. Wilcox1-3/+3
2022-12-27system/{c-ares,libev}: Move back to user/A. Wilcox3-132/+0
These are no longer required in the system/ repository.
2022-12-27system/nghttp2: Split apps to user/nghttp2-utilsA. Wilcox1-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-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-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-23system/curl: bump { 7.85.0 --> 7.87.0 }.Zach van Rijn1-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-01Unify contact information.Zach van Rijn31-60/+33
2022-12-01user/{ccache,pigz}: move from { 'user/' --> 'system/' }.Zach van Rijn2-0/+82
2022-11-26system/easy-kernel: Update Arm64 configA. Wilcox2-92/+45
There are more errata workarounds available, so we enable them.