summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2025-07-13system/libcap-ng: Update to 0.8.5A. Wilcox1-2/+2
Small misc fixes upstream.
2025-07-13system/libcap: [CVE] Update to 2.76A. Wilcox1-3/+3
Many improvements, rewrite of libpsx to use native LWP, and security fixes to boot. Also fixes eventual GCC 14 issues.
2025-07-13system/libbsd: Update to 0.12.2A. Wilcox2-22/+4
Adds more functionality, removes things unneeded with newer musl, and now correctly detects fpurge so we don't need autotools!
2025-07-13system/libmd: New packageA. Wilcox1-0/+33
Required for libbsd >= 0.11.0, provides deprecated MD4/MD5 functions.
2025-07-13system/libarchive: [CVE] Update to 3.8.0A. Wilcox4-93/+89
Many improvements, major compatibility improvements with GNU tar. We now use PCRE2 for regex instead of libc for wider support of ERE.
2025-07-13system/less: Update to 678, enable testsA. Wilcox4-132/+22
Previous patches are upstream now. Test patch is under discussion with upstream. Lots of bug fixes and useful new features.
2025-07-13system/zstd: Update to 1.5.7A. Wilcox1-5/+5
Fix libdir to ensure zstd-linked packages (such as kmod, libarchive) work when /usr is not yet present (network boot, split-/usr). Significant performance improvements upstream and 32-bit fixes.
2025-07-13system/kmod: Update to 33A. Wilcox2-9/+13
Performance improvements; ability to load compressed .ko direct to kernel (which can increase performance even more); fix dirs more.
2025-07-13system/isl: Update to 0.27A. Wilcox1-2/+3
Ensure Python isn't available during tests as a workaround for #1332.
2025-07-13system/iproute2: Update to 6.15.0A. Wilcox1-15/+6
More support for kernel 6.x features; colour support; build system improvements mean we can actually tell it we want libs in /lib. Also, install /bin/ip as a symlink to /sbin/ip, instead of moving it; some scripts *expect* /sbin/ip to exist.
2025-07-13system/libxml2: [CVE] Update to 2.13.7A. Wilcox2-4/+93
2025-07-13system/icu: Update to 77.1A. Wilcox3-20/+4
2025-07-13system/gzip: Update to 1.14A. Wilcox1-2/+2
C23 compilation support; significant speed-ups; use pclmul on x86_64.
2025-07-13system/grep: Update to 3.12A. Wilcox1-2/+2
2025-07-13system/gmp: Update to 6.3.0A. Wilcox1-3/+3
Adds LoongArch64 support. Fixes a few overflow and file I/O issues.
2025-07-13system/git: Update to 2.49.0A. Wilcox5-523/+2321
Lots of user-facing changes. Backported fixes to ensure proper functioning on big endian systems.
2025-07-13system/findutils: Update to 4.10.0A. Wilcox3-6/+36
The tests are underlinked in the release tarball, so bring in patch from findutils Git that fixes the build error.
2025-07-13system/file: Update to 5.46A. Wilcox1-3/+3
2025-07-13system/fcron: Update to 3.4.0A. Wilcox1-4/+6
2025-07-13system/elfutils: Update to 0.193A. Wilcox5-7/+94
More tests need a bit of help. Closes: #1268
2025-07-13system/ed: Update to 1.21.1A. Wilcox1-2/+2
There are a few POSIX-aligned fixes, and C23 support for future GCC.
2025-07-13system/e2fsprogs: Update to 1.47.2A. Wilcox1-3/+3
Fixes a few issues with 64-bit time_t on 32-bit musl, and orphan file support on BE systems.
2025-07-13system/diffutils: Update to 3.12A. Wilcox3-90/+4
The bugfix we were patching in has been released. There are a few improvements to diff output (such as showing where symlinks point, instead of just that they differ).
2025-07-13system/coreutils: Update to 9.7A. Wilcox4-134/+5
The fix for pwd(1) is now upstream, so we don't need the patch any more. This release introduces more POSIX conformance to printf(1).
2025-07-13system/curl: Update to 8.13.0A. Wilcox1-2/+2
2025-07-13system/chrpath: Update to 0.18, new homeA. Wilcox1-8/+14
Moved to Codeberg since Debian Alioth is no more. License has been clarified in README so that has been updated as well.
2025-07-13system/byacc: Update to 20241231A. Wilcox1-2/+2
Misc updates and fixes from upstream.
2025-07-13system/binutils: Uupdate to 2.44A. Wilcox12-250/+20
Some of our patches have been merged upstream. Others needed slight tweaks to keep up with upstream churn. Notable changes upstream include readelf DT_RELR support, ability to enable DT_RELR on LoongArch, and support in GAS for more x86_64 and RISC-V ISA extensions.
2025-07-13system/bc: Update to 7.0.3A. Wilcox1-4/+4
Fixes some issues with ^D and editline.
2025-07-13system/attr: Update to 2.5.2A. Wilcox2-8/+33
Mostly translation and doc fixes. Also includes a patch from Git (not yet released) that fixes the build on the POSIX conforming musl which puts basename(3) in <libgen.h>.
2025-07-13system/asciidoctor: Update to 2.0.23A. Wilcox1-2/+2
This is required for Ruby 3.4 support, and has no breaking changes. It also brings better conformance for DocBook and manpage outputs.
2025-07-01user/marco: depend on mate-desktop and -settings-daemonHEADcurrentSíle Ekaterin Liszka1-2/+2
2025-07-01user/gdk-pixbuf: fix pkgconfig fileSíle Ekaterin Liszka2-2/+16
2025-06-19user/libxcvt: fix Maintainer email addressErmine1-1/+1