mksh 59c-34 source package in Ubuntu

Changelog

mksh (59c-34) unstable; urgency=low

  * Trace input files for all static builds, for maintainer use
  * loong64 klibc became available
  * Use static-pie with musl versions that support it
  * Update from CVS HEAD:
    - [tg] Use mbsdint.h/mbsdcc.h to use features of recent C standard
      versions or compiler extensions when available and suitable
    - [tg] Drop MKSH_BROKEN_OFFSETOF from SCO and Xenix, instead use
      offsetof(s, x) ipv offsetof(s, x[0]) which chokes MSVC
    - [tg] Add -c trace build option for GCC
    - [Riccardo Felici] forbid / (and ^ as collateral) in function names
    - [RT, tg] Port to BOW (BSD on Windows) with u_quad_t…
    - [tg] Drop values.h inclusion;
      improve sys/resource.h and missing-rlim_t detection
    - [tg] Make FAQ2HTML.sh 8.3-filename-safe
    - [tg] time can now be called as a builtin as well
    - [Martijn Dekker] Fix typeset -p for unset variables
    - [RT, tg] Port to SINIX-Z 5.42 and revisit Dell UNIX port
  * Distinguish between dependencies for Static-Built-Using,
    Built-Using, and neither (libgcc*-dev, linux-libc-dev waived)
    using real tracing output instead of hardcoding and checking
    paths; note necessary notices in copyright of binary packages
  * Mention S-B-U in notice to buildd admins
  * Update lintian overrides

 -- Thorsten Glaser <email address hidden>  Sun, 04 Feb 2024 08:01:19 +0100

Upload details

Uploaded by:
Thorsten Glaser
Uploaded to:
Sid
Original maintainer:
Thorsten Glaser
Architectures:
any
Section:
shells
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mksh_59c-34.dsc 2.4 KiB 5e9e1eb5e45ac3afa42c5b928d0977a0dcf3794eee88d4cd510a0e55e28e65a0
mksh_59c.orig.tar.gz 432.4 KiB 77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506
mksh_59c-34.debian.tar.xz 305.7 KiB 8d082f8d9f8167917993fa6fa363767989206f5e5cf77a5e41eaabaf9866b37b

Available diffs

No changes file available.

Binary packages built by this source

mksh: MirBSD Korn Shell

 mksh is the successor of the Public Domain Korn shell (pdksh),
 a Bourne/POSIX compatible shell which is largely similar to the
 original AT&T Korn Shell (ksh88/ksh93).
 It includes bug fixes and feature improvements, in order to produce a
 modern, robust shell good for interactive and especially script use.
 mksh has UTF-8 support (in string operations and the Emacs editing
 mode). The code has been cleaned up and simplified, bugs fixed,
 standards compliance added, and several enhancements (for extended
 compatibility to other modern shells, as well as a couple of its
 own) are available.
 This shell is Debian Policy 10.4 compliant and works as /bin/sh on
 Debian systems (use the /bin/lksh executable) and is a good rescue
 and initrd shell (consider the /bin/mksh-static executable).
 .
 The mksh binary is a complete, full-featured shell. It provides a
 “consistent across all platforms” guarantee, using 32-bit integers
 for arithmetics, possibly deviating from POSIX.
 .
 The mksh-static binary is a version of mksh, linked against klibc,
 musl, or dietlibc (if they exist for that Debian architecture and
 are usable) and optimised for small code size, for example for use
 on initrd or initramfs images, installation or rescue systems.
 Except for omitting some features to be smaller, it is similar to
 the mksh binary otherwise. Note the exact feature set may differ
 depending on which C library was used to compile it.
 .
 The lksh binary is a script shell based on mksh intended to run old
 ksh88 and pdksh scripts, but not for interactive use. When used as
 /bin/sh it follows POSIX most closely, including use of the host’s
 “long” C data type for arithmetics. It also contains kludges so it
 can run as /bin/sh on Debian beyond what Policy dictates, to work
 around bugs in maintainer scripts and LSB init scripts shipped by
 many packages, such as including a rudimentary printf(1) builtin,
 permitting a shell function to be named stop overriding the default
 alias, more loose interpretation of shell extglobs, etc.
 .
 A sample ~/.mkshrc is included in /usr/share/doc/mksh/examples and
 provided as /etc/mkshrc conffile, which is sourced by another file
 /etc/skel/.mkshrc users are recommended to copy into their home.

mksh-dbgsym: debug symbols for mksh