summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
3 dayssystem/icu: Fix tests on 32-bit systemsA. Wilcox2-1/+26
3 dayssystem/binutils: Update to 2.45A. Wilcox8-214/+14
2025-07-26system/perl-net-http: disable network testingZach van Rijn1-0/+1
Closes: #986
2025-07-26system/perl-io-socket-ssl: upgrade to 2.095Síle Ekaterin Liszka1-2/+2
Closes: #1351
2025-07-26system/libgpg-error: Install gpg-error-configA. Wilcox1-1/+2
This is needed to ensure system/libgcrypt installs libgcrypt-config, which is needed by multiple packages. Closes: #1361, #1354, #1355
2025-07-19system/cmake: Disable all tests at onceA. Wilcox1-3/+2
CTest doesn't allow multiple `-E`, so we need to disable all needed tests in the same -E param. Closes: #1352
2025-07-16system/utmps: Update to 0.1.3.1A. Wilcox1-2/+2
Closes: #1350
2025-07-13system/libbsd: Add libmd-dev to depends_devA. Wilcox1-2/+2
Libs.private in libbsd-overlay.pc refers to it.
2025-07-13system/zsh: Update to 5.9A. Wilcox3-11/+27
Also, fix tests properly. Required a lot of research.
2025-07-13system/xz: Update to 5.8.1A. Wilcox2-7/+7
Massive performance improvements; some bugs fixed.
2025-07-13system/xmlto: Update to 0.0.29A. Wilcox1-4/+5
2025-07-13system/util-linux: Update to 2.41.1A. Wilcox2-7/+8
Performance enhancements; support for mountfd; misc new features.
2025-07-13system/tzdata: Update to 2025bA. Wilcox1-3/+3
2025-07-13system/texinfo: Update to 7.2A. Wilcox1-2/+2
Performance improvements and native code speedups.
2025-07-13system/tcl: Update to 8.6.16A. Wilcox1-2/+2
2025-07-13system/sysvinit: Update to 3.14A. Wilcox3-15/+36
Longer line length for inittab; better validation for longer inittab lengths; and a patch by yours truly to ensure utmpx doesn't cause buffer size issues.
2025-07-13system/sudo: [CVE] Update to 1.9.17A. Wilcox1-2/+2
C23 support, chroot-without-/dev/pts support, and CVE fixes: - CVE-2023-42465 - CVE-2023-42456 (only officially applies to sudo-rs, but fixed here too) - CVE-2023-22809 - CVE-2022-43995 (unlikely to be reached since we use PAM by default)
2025-07-13system/strace: Update to 6.15A. Wilcox1-2/+2
2025-07-13system/scdoc: Update to 1.11.3A. Wilcox1-2/+2
Output formatting fixes, strict prototype fixes.
2025-07-13system/ruby: Update to 3.4.4A. Wilcox1-2/+2
Many improvements, bug fixes, and GCC 15 compatibility.
2025-07-13system/rsync: Update to 3.4.1A. Wilcox1-2/+2
Misc regression fixes.
2025-07-13system/cmake: Update to 3.31.8A. Wilcox3-26/+14
Compatibility with new RHash. Patch pending upstream submission.
2025-07-13system/rhash: Update to 1.4.6A. Wilcox1-2/+2
Removed deprecated APIs which changed ABI/SONAME.
2025-07-13system/python3: Update to 3.11.13A. Wilcox2-4/+4
2025-07-13system/psmisc: Update to 23.7A. Wilcox2-4/+4
2025-07-13system/procps: [CVE] Update to 4.0.5A. Wilcox6-56/+79
* Library has been fully rewritten (but no consumers in-tree). * New integration with container runtimes like Docker. * Some musl fixes. * Unfortunately, more portability bustage too, so new patches replace the old ones.
2025-07-13system/po4a: Update to 0.73A. Wilcox2-4/+4
The "big" 0.70 release was to move to PerlIO for more correct handling of charsets. The following releases were corner case fixes around it.
2025-07-13system/pkgconf: Update to 2.4.3A. Wilcox1-2/+2
Lots of performance enhancements and bug fixes upstream. SONAME was increased, but Muon is the only consumer, and it builds fine.
2025-07-13system/pax-utils: Update to 1.3.8A. Wilcox1-12/+15
Move to a Meson build system, misc bug fixes.
2025-07-13system/muon: New packageA. Wilcox1-0/+32
Needed to build newer versions of pax-utils.
2025-07-13user/samurai: Promote to system/A. Wilcox3-0/+92
Needed for the Muon build system (C Meson).
2025-07-13system/patch: Update to 2.8A. Wilcox7-473/+6
Modern C fixes, patches upstreamed, better time64 support.
2025-07-13system/parted: Update to 3.6A. Wilcox3-5/+48
A few bugs fixed, Modern C porting completed.
2025-07-13system/openssl: Update to "1.1.1z_p2"A. Wilcox6-4/+1126
This is actually 1.1.1zb_p2, but APK can't handle two letters like that. It wasn't deemed worthwhile to try and modify all of the tooling for a package that will be replaced with 3.x in the next release anyway. As a bandaid, we just call this 1.1.1z_p2 in the packaging.
2025-07-13system/nss: Update to 3.112A. Wilcox1-3/+12
Add test machinery, but disable due to prohibitive time.
2025-07-13system/nspr: Update to 4.36, enable testsA. Wilcox1-3/+9
The main thing upstream did with this release was remove OS support. But NSS needs this release, so go ahead and update anyway.
2025-07-13system/mawk: Update to 1.3.4.20250131A. Wilcox1-2/+2
Many significant fixes, including UAF and 32-bit/64-bit improvements.
2025-07-13system/man-pages: Update to 6.14A. Wilcox1-5/+5
2025-07-13system/m4: Update to 1.4.20A. Wilcox5-75/+6
* The new gnulib has less gnuisances than the old gnulib. * Some bug fixes, but more importantly, Modern C improvements.
2025-07-13system/lzip: Update to 1.25A. Wilcox1-2/+2
More documentation, better diagnostic output.
2025-07-13system/lz4: Update to 1.10.0, other improvementsA. Wilcox1-7/+8
* Don't !check on armhf (an arch we don't even have right now) * Upstream has clarified that tools are GPL-2.0+ and liblz4 is BSD-2. Clarify our own license= fields for the various subpackages. * Upstream: Multithreading support, more CPU architectures validated.
2025-07-13system/lvm2: Update to 2.03.32A. Wilcox3-7/+58
* Many memory leak fixes, some new features, some bugs squashed. * Integrate my patch to make ./configure work on dash-binsh.
2025-07-13system/libucontext: Update to 1.3.2A. Wilcox2-96/+6
* Upstream finally reverted the x86 trampoline issue; drop the patch. * libdir is set to prefix by default now, so override and use /lib. * Misc Arm fixes.
2025-07-13system/libssh2: [CVE] Update to 1.11.1A. Wilcox3-36/+12
In addition to security improvements, compatibility is improved both with new compilers and the newer versions of OpenSSL we wish to use.
2025-07-13system/libpipeline: Update to 1.5.8A. Wilcox1-2/+2
Modern C fixes.
2025-07-13system/libidn: Update to 1.43A. Wilcox1-2/+2
Correctness and build system fixes.
2025-07-13system/libgcrypt: Update to 1.11.1A. Wilcox1-9/+2
* More optimised routines implemented across various arches. * Build fixes for Modern C. * Power10 acceleration support, AVX512 as well. * Tested on pmmx and saw that #511 is finally fixed in GCC 13. Closes: #511
2025-07-13system/libgpg-error: Update to 1.55A. Wilcox1-2/+2
Resolves more C11 and GCC 15 issues. New functionality required for libgcrypt 1.11.x.
2025-07-13system/libffi: Update to 3.4.8A. Wilcox1-5/+3
Resolves some x86 issues; adds trampoline support to PowerPC. Closes: #979
2025-07-13system/libedit: Update to 20250104.3.1A. Wilcox1-2/+2