[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted mksh 39.3.20110218-1~bpo50+1 (source arm)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA384

Format: 1.8
Date: Wed, 02 Mar 2011 19:39:02 +0100
Source: mksh
Binary: mksh
Architecture: source arm
Version: 39.3.20110218-1~bpo50+1
Distribution: lenny-backports-sloppy
Urgency: high
Maintainer: Thorsten Glaser <tg@mirbsd.de>
Changed-By: Thorsten Glaser <tg@mirbsd.de>
Description: 
 mksh       - MirBSD Korn Shell
Closes: 599484 601925 603801 603801
Changes: 
 mksh (39.3.20110218-1~bpo50+1) lenny-backports-sloppy; urgency=low
 .
   * Rebuild for lenny-backports-sloppy.
 .
 mksh (39.3.20110218-1) unstable; urgency=low
 .
   * New CVS snapshot:
     - [tg] Limit history file size to 1 GiB for sanity
     - [tg] Add smores, a more(1)-like pager, as shell function to
       dot.mkshrc (not control character safe but tty aware)
     - [tg, David Korn] Make builtins directly callable; utf8-mode is
       determined by LC_ALL/LC_CTYPE/LANG environment variables in that case
     - [tg] If the interactive shell uses setlocale(3)/nl_langinfo(3)
       to divine utf8-mode, fall back to environment variables unless success
     - [tg] When called as a builtin, echo(1) behaves POSIXish
     - [tg] Replace some MirBSD utilities with links to mksh(1) and ensure
       some integration to keep compatibility
     - [tg] Add a microsecond capable sleep(1) builtin
     - [tg] Add selftest-direct-builtin-call regression test
     - [tg] If the built-in cat is invoked from a direct builtin call, it
       now properly handles the POSIXly demanded ‘-u’ option (as a no-op)
     - [tg] Support the PIPESTATUS array (like GNU bash)
   * Rewrite packaging to automatically test for usable libraries
     (klibc (not yet) or dietlibc, fallback to eglibc) for mksh-static
     and better test whether the binaries built against them is usable
   * Try dietlibc on PowerPC, S/390, sparc again (we test the binary)
   * Bring back basic klibc support (can be enabled by DEB_BUILD_OPTIONS)
 .
 mksh (39.3.20110209-1) unstable; urgency=low
 .
   * New CVS snapshot:
     - [tg, Jörg-Volker Peetz] Emacs prev-hist-word resets the counter
       if other editing commands were run in between; repeat calling
       works, even together with arguments, now; arguments are 0-based
       (Debian Closes: #603801) – now for real ☻☺
     - [tg] Fix mis-sign comparision and potential truncation error
   * Support $debian_chroot in /etc/skel/.mkshrc (template)
 .
 mksh (39.3.20110203-1) unstable; urgency=low
 .
   * New CVS snapshot:
     - [tg] More int → bool conversion, whitespace and related code cleanup,
       error messages and typo correction
     - [tg] Don’t alias suspend on Android either (goes together with stop)
     - [tg] dot.mkshrc no longer exports $PS1, as recommended by Frank Terbeck,
       to avoid confusing other shells
     - [tg] The character width table is now in sync with Unicode 6.0.0
     - [tg] MKSH_SMALL doesn’t imply HAVE_REVOKE=0 any longer
     - [tg] Ignore a ‘$’ preceding ‘"…"’ (like bash, ksh93)
     - [tg] Make “foo=<<EOF” a direct assignment of here document (or here
       string) to string variable
     - [tg] Add KSHEGID, KSHGID, KSHUID variables (idea from Richard K.)
     - [tg] Option -d to read specifies a delimiter, like ksh93 (10x Dave)
     - [tg] Extension ${foo@#} expands to hash of $foo (mksh specific)
     - [tg] Emacs prev-hist-word now resets the counter if other functions
       were called in between (Debian Closes: #603801)
     - [tg] Introduce MKSH_NOPROSPECTOFWORK which implies MKSH_UNEMPLOYED
       and additionally disables job signals, sigprocmask(2), etc.
     - [tg] POSIX: trap 'echo foo' UNKNOWN is not a syntax error
     - [tg] Do not use <sys/file.h> unless it exists
     - [tg] dot.mkshrc: When we set a UTF-8 locale (e.g. for the GNU OS),
       we must also set -o utf8-mode to match it
     - [tg] Don’t append a space after tab-completing a parameter substi-
       tution that doesn’t contain a glob/extglob (LP: #710539)
   * add RCS IDs into more files
   * d/README.Debian: be more explicit about mksh-as-/bin/sh and
     mention we wait on klibc, to use it with mksh-static
   * d/control: add note on dietlibc B-D, which can be dropped
     e.g. if porting to Derivates that don’t have it, like UCS
   * d/control: update long description
   * d/copyright, d/rules: we use debian/rules get-orig-source" now
   * d/copyright: sync, 2011
   * d/rules: restructure a bit; add build-{indep,arch} targets
   * d/rules, d/x_getflag: use dpkg-buildflags if existent
   * d/po/it.po: update translation, grazie TetsuyO!
   * run debconf-updatepo
 .
 mksh (39.3.20101101-1) unstable; urgency=low
 .
   * New CVS snapshot:
     - [tg] In setres{u,g}id/setuid EAGAIN case, error out immediately
     - [OpenBSD] Some small manpage fixes
     - [tg] Clean up mirtoconf and build warnings with some compilers
     - [tg] Fix \c? vs. \c~ mis-documentation in mksh(1)
     - [tg] Remove the somewhat-portable setmode.c from the mksh source
       distribution and demote mknod(8) to an optional builtin, disabled
       by default, manually re-enabled in the installer only on MirBSD
     - [tg] Regenerate wcwidth table from Unicode 6.0.0
     - [tg] Change behaviour of argument-less exit in traps to match SUSv4,
       original patch from Jonathan Nieder (Debian Closes: #599484)
   * Integrate Vietnamese translation update, thanks Clytie Siddall
     (Closes: #601925)
   * Use lsb-release instead of dpkg-vendor for better reliability
 .
 mksh (39.3.20100915-1) UNRELEASED; urgency=high
 .
   * New CVS snapshot:
     - [Jeff Hamilton] Don’t alias stop on Android (system specific conflict)
     - [tg] Add size optimisations, ifdef’d, mostly for Android
     - [tg] Address what few concerns Chris Palmer (Android security team) had:
       check all multiplications and some additions for integer overflows,
       mostly in allocation context, and check setres{u,g}id/setuid for EAGAIN
       iff the target OS is known to be returning it (Linux only, right now)
     - correct a regression: 「read i?'foo:'」 was not working
 .
 mksh (39.3.20100905-1) UNRELEASED; urgency=low
 .
   * New CVS snapshot:
     - [tg] More int → bool conversion, whitespace and related code cleanup
     - [tg] Improve mksh(1) manpage coverage, remove mentions of not-mksh
     - [tg] Use wcwidth() from system on MirBSD
     - [tg] u_int32_t is no longer needed (only for OpenBSD’s pre-ISO-C99
       arc4random API, which we no longer call), so don’t provide it from
       Build.sh any longer
     - [tg, tonnerre] Scan for uint8_t and provide if not found
     - [tg] Fix realpath builtin for “/file/” arguments wrt. POSIX
     - [tg] Do not generate <stdint.h> from Build.sh as file any more if
       it is missing; rather let sh.h define the types appropriately and
       fix related compiler warnings
     - [tg] Add “cat” builtin (defers to external if options are given)
     - [tg] Reduce size by improved string pooling
     - [tg] Document 「x=$(eval $(cat)) <<'EOF'」 workaround for the $(…)
       parsing bug in the mksh(1) manual page and on the Red Hat Bugzilla
     - [tg] Add support for handling a “--” argument to more builtins
     - [tg] Correct some error messages
   * Move extra/printf.c.1.nn to debian/extra/printf.c for improved
     compatibility with source/format 3.0 and reduced build warnings
   * Build with -Wall -Wextra in all modes
   * Mention where strict aliasing warnings in dietlibc mode come from
Checksums-Sha1: 
 23e801c130e53b8a83a387bc72c86cba6d38d4fd 1983 mksh_39.3.20110218-1~bpo50+1.dsc
 8c30e5b6627ff2091d07b41b30231610e8e40bcd 58825 mksh_39.3.20110218-1~bpo50+1.diff.gz
 7385bcfbea8e841c4deeaf14ffbb81cb4eac86a0 334274 mksh_39.3.20110218-1~bpo50+1_arm.deb
Checksums-Sha256: 
 7cc81e1d64d8012cf3d9ef180480de1f41c5ce8485febdb6a8cc3006a0b83f22 1983 mksh_39.3.20110218-1~bpo50+1.dsc
 b03b9f697126fdab824a8c3e8f41315d7628edb1ccc29107170193fa664258c1 58825 mksh_39.3.20110218-1~bpo50+1.diff.gz
 9ee2bc016bfde32a721fe69f81d6dc0e1c5cc2414e5de72f2bd0bbf8f4f721ba 334274 mksh_39.3.20110218-1~bpo50+1_arm.deb
Files: 
 e8455181ade59b99d8178c729b69e702 1983 shells optional mksh_39.3.20110218-1~bpo50+1.dsc
 f8b1d62fc55ecfd3d1e3eb4dda69ef67 58825 shells optional mksh_39.3.20110218-1~bpo50+1.diff.gz
 79f851afe501dba474a3a1b5e5c588fc 334274 shells optional mksh_39.3.20110218-1~bpo50+1_arm.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MirBSD)

iQIcBAEBCQAGBQJNbtZjAAoJEHa1NLLpkAfggKMP+QF7WsPaYgcCreSBQkV5PYPb
O/iZx/BW0FKt8pA9zs0LSKXxLwuoUZXfHEZmbHLgjkDJCVSnWf2j5rsmrdDCOi9v
9+5du0sgxN1SkfAmpcdynh064qVRuGNMlet8q/cYA2vSo+E1BRPDzlz1V083lekS
QGumAjMS+8q8R3zMQ8qh8FxDRtGf+vtpd1hzHwJR2h/3ewiau0M4QZ03XV2Sw3r7
Mnj9yLVtKMc14Pl07Z1e9bUunVohsBruNp9Rx2vd3ptc9BcX3BWmiGgHT8/QDrM/
ram5HZC3neMfRiy931KFIesyt5vURAY8rpVeWQVoutBmDS1K6irdidW6/QdthpUJ
WLkPaohZpzLEQolIaPJQFnFXeWljQg2D/ba+9vqDuGHDoxzeeNgiAcu87C85l5mo
J0v7NzjI+LuOE2cC8iHtEciQXvmnz1xgqgqoP90DTvuuSKsOSzTu+MZVYZeseyMp
AqnZUrqSyJe8DGgWTycIyVIJOH/kKa47X0xvNW+bwXGBfoYa2qo2ZjBU3YoBqzuW
z2ZYPAcD1A7MifaiSZvgup5MmtgLyyT+1o0sX9R/+6+WsxGqeO7ZB5Y3ZdQebKih
VcoXVf2XvW1bEVEJSAY25CWUSnVUW1G6ArSXPL6g2PvHpuFeV1N5ZxuM3FJ8OPv8
6XWEUxGFcInGiDDlDf6E
=mGxp
-----END PGP SIGNATURE-----


Accepted:
mksh_39.3.20110218-1~bpo50+1.diff.gz
  to main/m/mksh/mksh_39.3.20110218-1~bpo50+1.diff.gz
mksh_39.3.20110218-1~bpo50+1.dsc
  to main/m/mksh/mksh_39.3.20110218-1~bpo50+1.dsc
mksh_39.3.20110218-1~bpo50+1_arm.deb
  to main/m/mksh/mksh_39.3.20110218-1~bpo50+1_arm.deb


Reply to: