Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes: #1341
|
|
|
|
|
|
|
|
Fixes: #1334
|
|
|
|
|
|
|
|
|
|
Also, fix tests properly. Required a lot of research.
|
|
Massive performance improvements; some bugs fixed.
|
|
|
|
Performance enhancements; support for mountfd; misc new features.
|
|
|
|
Performance improvements and native code speedups.
|
|
|
|
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.
|
|
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)
|
|
|
|
Output formatting fixes, strict prototype fixes.
|
|
Many improvements, bug fixes, and GCC 15 compatibility.
|
|
Misc regression fixes.
|
|
Compatibility with new RHash. Patch pending upstream submission.
|
|
Removed deprecated APIs which changed ABI/SONAME.
|
|
|
|
|
|
* 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
|