Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* 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.
|
|
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.
|
|
Lots of performance enhancements and bug fixes upstream.
SONAME was increased, but Muon is the only consumer, and it builds fine.
|
|
Move to a Meson build system, misc bug fixes.
|
|
Needed to build newer versions of pax-utils.
|
|
Needed for the Muon build system (C Meson).
|
|
Modern C fixes, patches upstreamed, better time64 support.
|
|
A few bugs fixed, Modern C porting completed.
|
|
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.
|
|
Add test machinery, but disable due to prohibitive time.
|
|
The main thing upstream did with this release was remove OS support.
But NSS needs this release, so go ahead and update anyway.
|
|
Many significant fixes, including UAF and 32-bit/64-bit improvements.
|
|
|
|
* The new gnulib has less gnuisances than the old gnulib.
* Some bug fixes, but more importantly, Modern C improvements.
|
|
More documentation, better diagnostic output.
|
|
* 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.
|
|
* Many memory leak fixes, some new features, some bugs squashed.
* Integrate my patch to make ./configure work on dash-binsh.
|
|
* 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.
|
|
In addition to security improvements, compatibility is improved both
with new compilers and the newer versions of OpenSSL we wish to use.
|
|
Modern C fixes.
|
|
Correctness and build system fixes.
|
|
* 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
|
|
Resolves more C11 and GCC 15 issues. New functionality required for
libgcrypt 1.11.x.
|
|
Resolves some x86 issues; adds trampoline support to PowerPC.
Closes: #979
|
|
|
|
Small misc fixes upstream.
|
|
Many improvements, rewrite of libpsx to use native LWP, and security
fixes to boot. Also fixes eventual GCC 14 issues.
|
|
Adds more functionality, removes things unneeded with newer musl, and
now correctly detects fpurge so we don't need autotools!
|
|
Required for libbsd >= 0.11.0, provides deprecated MD4/MD5 functions.
|
|
Many improvements, major compatibility improvements with GNU tar.
We now use PCRE2 for regex instead of libc for wider support of ERE.
|
|
Previous patches are upstream now. Test patch is under discussion with
upstream. Lots of bug fixes and useful new features.
|
|
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.
|
|
Performance improvements; ability to load compressed .ko direct to
kernel (which can increase performance even more); fix dirs more.
|
|
Ensure Python isn't available during tests as a workaround for #1332.
|
|
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.
|
|
|
|
|
|
C23 compilation support; significant speed-ups; use pclmul on x86_64.
|
|
|
|
Adds LoongArch64 support. Fixes a few overflow and file I/O issues.
|
|
Lots of user-facing changes. Backported fixes to ensure proper
functioning on big endian systems.
|
|
The tests are underlinked in the release tarball, so bring in patch
from findutils Git that fixes the build error.
|
|
|
|
|
|
More tests need a bit of help.
Closes: #1268
|
|
There are a few POSIX-aligned fixes, and C23 support for future GCC.
|
|
Fixes a few issues with 64-bit time_t on 32-bit musl, and orphan file
support on BE systems.
|
|
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).
|
|
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).
|