summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2023-03-31system/rsync: upgrade to 3.2.7 [CVE]Síle Ekaterin Liszka1-2/+4
2023-03-31system/ncurses: upgrade to 6.4 [CVE]Síle Ekaterin Liszka28-232334/+7
2023-02-28system/cmake: bump { 3.23.1 --> 3.23.5 }. add patch for 'git' file protocol.Zach van Rijn2-3/+27
CVE-2022-39253 is mitigated in 'git' >= v2.30.6, v2.31.5, v2.32.4, v2.33.5, v2.34.5, v2.35.5, v2.36.3, v2.37.4, v2.38.1 by changing some default protocol permissions. Two CMake tests fail without git config changes: * ExternalProject * CTest.UpdateGIT We backport CMake commit 79ce0f434e916684d734e136b92e14f472a9d14a to enable these tests to pass when using a more recent version of 'git'. CMake is also bumped to include minor internal bugfixes. Fixes #967.
2023-02-25system/s6-rc: upgrade to 0.5.4.1Laurent Bercot1-2/+2
2023-02-25system/execline: upgrade to 2.9.2.1, disable multicallLaurent Bercot1-3/+2
2023-02-24system/sysvinit: Update to 3.06, remove logsaveA. Wilcox1-3/+9
The `logsave` command is now provided by e2fsprogs. Fixes: #938
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