Debian Patches
Status for ksh93u+m/1.0.4-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| shell-options.patch | Disable suid shell scripts and enable system-wide ksh | Nicholas Bamber | 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 | |||
| hardcoded-tput.patch | Hard-code tput to be found at /usr/bin/tput Otherwise, if ksh is built on a merged-/usr system, we might find it at /bin/tput, which is equivalent to /usr/bin/tput on a merged-/usr system, but does not exist if the resulting package is used on a traditional split-/usr system. Similarly, if /usr/local/bin/tput exists on the build system, it will probably not exist on the system where the resulting package is to be used. In Autotools, this would usually be done by setting TPUT=/usr/bin/tput at configure time, but this package uses its own vaguely similar setup instead of an Autotools configure script and does not appear to offer a corresponding mechanism to override the auto-detected path, so we'll have to hard-code this as a Debian-specific change. |
Simon McVittie <smcv@debian.org> | not-needed | 2021-12-06 |
