Debian Patches
Status for ksh93u+m/1.0.10-6
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| shell-options.patch | Enable system-wide ksh | Nicholas Bamber, Anuradha Weeraman | not-needed | |||
| man-page-tweaks.patch | Remove a.out reference | Anuradha Weeraman <anuradha@debian.org> | not-needed | |||
| no-rpath.patch | Disable rpath | Nicholas Bamber <nicholas@periapt.co.uk> | not-needed | |||
| shopt-path-fix.patch | Compile time options needed for autopkgtests | Anuradha Weeraman <anuradha@debian.org> | not-needed | |||
| reproducible-child-max.patch | Hard-code CHILD_MAX to make builds reproducible | Anuradha Weeraman <anuradha@debian.org> | not-needed | debian | 2026-05-03 | |
| hurd-build.patch | Include <sys/sysmacros.h> in GNU/Hurd | Anuradha Weeraman <anuradha@debian.org> | not-needed | 2026-06-19 | ||
| build-hardening.patch | Pass Debian hardening flags to library probes | Anuradha Weeraman <anuradha@debian.org> | not-needed | 2026-06-19 | ||
| reproducible-mmap.patch | Hard-code _mmap_worthy to make builds reproducible The libast sfio mmap feature probe (src/lib/libast/features/mmap) decides whether to compile the mmap-based read path by running a timing benchmark at buildtime and emits "#define _mmap_worthy X", where X is 2 or 1 depending on which is faster. On reproducibility build infrastructure this proved to be non-deterministic and so were unreproducible. . This patch hard-codes the _mmap_worthy to 1, which matches the value already produced on the release architectures and makes the build deterministic. |
Anuradha Weeraman <anuradha@debian.org> | not-needed | 2026-06-30 |
