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

Accepted mksh 40.4-1~bpo60+1 (source amd64)



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

Format: 1.8
Date: Sat, 17 Dec 2011 21:22:47 +0000
Source: mksh
Binary: mksh
Architecture: source amd64
Version: 40.4-1~bpo60+1
Distribution: squeeze-backports
Urgency: medium
Maintainer: Thorsten Glaser <tg@mirbsd.de>
Changed-By: Thorsten Glaser <tg@mirbsd.de>
Description: 
 mksh       - MirBSD Korn Shell
Closes: 651615
Changes: 
 mksh (40.4-1~bpo60+1) squeeze-backports; urgency=medium
 .
   * The “motivated” upload
   * d/control: lsb-release is only needed on hppa (forgot that in sid)
   * d/README.Debian: rework note on /bin/sh use for backports
   * Backport to squeeze:
     - d/control: adjust dietlibc arches and note to what squeeze had
       except s390, which is known broken
     - d/control: drop Multi-Arch
 .
 mksh (40.4-1) unstable; urgency=low
 .
   * The “not-so-little-any-more brother” upload
   * Update to mksh R40d (release):
     - [tg, Jilles Tjoelker] test(1) built-in behaves exactly as POSIX says
     - [tg] Move compile-time assertions to Build.sh from misc.c#ifdef DEBUG
     - [tg] Invocation documentation is at the bottom of Build.sh
     - [tg] test.sh: verbosely look for perl(1) interpreter to use
     - [tg] New tests for integers (base 1‥36, base unspecified, base OOB)
     - [tg] Correct error paths for typeset -n global state
     - [tg] Deprecate interpreting "010" as octal number, will go
     - [tg] Improvements re. integer handling; more explicit manpage text
     - [tg] Do not use caddr_t on Linux, so dietlibc stops bitching
     - [tg, Jilles Tjoelker] Catch division/modulo overflow 0x80000000/-1
     - [tg] Emacs mode ^O regression fix when the fetched lines are edited
   * Add missing upstream code change explanations to the changelog
     entries 40.3-1, 40.2-5, 40.2-4 (in lieu of upstream-changelog)
   * Fix two oversights that might (finally) get us line-buffered I/O
   * Disable use of <libutil.h> to avoid needing to B-C libbsd-dev
   * Use hardening=+all in DEB_BUILD_MAINT_OPTIONS querying buildflags
   * mtest.t: new brkcontin to catch breakage failing test.sh operation
   * Also, scan the test log and fail the build if the testsuite
     appears not having run at all (Closes: #651615)
 .
 mksh (40.3-1) unstable; urgency=medium
 .
   * The “Missing” upload
   * Update to “mksh R40c+”, snapshot of R40-stable branch:
     - [tg] Fix R40 regression misparsing $(case x in (x) :; esac)
     - [tg] New test.sh ‘-f’ option (same as ‘-C fastbox’)
     - [tg] Drop using set -o noglob inside pushd/popd/dirs
     - [tg] Use += more in dot.mkshrc and keep strings shorter
     - [tg] Correct interworking between local and set -A
     - [tg] Fix out-of-bounds memory access on strings of 32 KiB length
     - [tg] MKSH_DISABLE_DEPRECATED (for integrators)
   * debian/.mkshrc: proper ksh88-hack char extraction and reuse
   * debian/rules: use dh_prep ipv “dh_clean -k” iff it exists,
     ONLY to please the new build log checker not taking backport‐
     friendliness of packages into account
   * Use more loose dietlibc-dev build dependencies again, except
     on known-bad cases (armel armhf s390) and need-verification
     cases (no build logs available yet: hppa sparc64) and new
     arches (s390x) but not on those where _some_ intermediate
     versions were bad but both old and new versions work and the
     testsuite falls back to eglibc if broken (powerpc sparc)
   * Update package description - pdksh is orphaned, suggests mksh
   * Log toolchain versions in buildinfo
 .
 mksh (40.2-5) unstable; urgency=low
 .
   * The “Fernet-Branca” upload
   * debian/rules: cleanup (remove dh_installdirs)
   * debian/.mkshrc: use $'…' for PS1, like dot.mkshrc now does
   * Use new-style template for maintainer scripts (good comments)
   * Update to mksh R40-stable from today, which is close to R40c
     - [RT, Chris “ir0nh34d” Sutcliffe] Port to MSYS
     - [tg, Markus Duft, Bruno Haible] Interix select(2) bug workaround
     - [tg] Manpage fixes
     - [tg] Deprecate the “command line begins with ‘!’ for fc -e -” hack
     - [tg] Promote x=(a b); x+=(c d) to a core mksh(1) feature
     - [tg] Testsuite fixes for Hurd, MSYS; warning fixes for dietlibc
   * Build-Depend on today’s dietlibc to test-drive it, again
 .
 mksh (40.2-4) unstable; urgency=low
 .
   * The “visit us at OpenRheinRuhr” upload (AllBSD *and* Debian/m68k!)
   * Pull in mksh packaging CVS HEAD, to test-drive packaging changes
     (also gives us back PIE, relative to the last experimental upload,
     and tries dietlibc on both MORE and ALL architectures possible)
   * To also test dietlibc, version its B-D (this upload is not
     intended to be released with wheezy, there _will_ be another
     one before it, but it is needed to get dietlibc into shape
     for the wheezy and precise releases, and it delivers a fix)
   * Pull mksh CVS commit 1004EB9A7F80119200E, which fixes setting
     the base of several built-in integer parameters to 10 instead
     of retaining the one from the first assignment (regression)
     - [tg] Fix accidental behavioural change wrt some built-in parameters
   * Upload to unstable, despite the test status (also, this will
     not migrate to testing anyway, due to #633479)
 .
 mksh (40.2-3exp1) experimental; urgency=low
 .
   * Expand dietlibc-dev B-D to armhf hppa and depend on experimental
     version, to test-drive that
   * Disable PIE hardening for now, until compiler bugs are addressed
 .
 mksh (40.2-3) unstable; urgency=low
 .
   * The “What a wonderful… day (or week?)” upload
   * Avoid warnings during build information logging
   * Update to R40-stable branch from 2011-10-25 23:00 for:
     - [jonthn, Snader_LB] Fix spelling mistakes
     - [cnuke] Fix bugs spotted during porting to OPENSTEP
     - [tg, jg71] Unbreak building stristr with MKSH_ASSUME_UTF8 defined
     - [tg] Fix most of the issues Jerker Bäck encountered on Interix
     - [tg] Wrap access(2) as it may return false positive for X_OK on root
     - [OpenBSD] Upper bound Emacs mode command repeat by input line length
     - [tg] Improve CPPFLAGS mangling in Build.sh
     - [Snader_LB] Several comment, documentation and website fixes/updates
     - [tg] Avoid identifiers and cpp(1) macros with two underscores in a row
       and those with a trailing underscore; they are reserved for the OS
   * Add “hardening=+pie,+bindnow” when calling dpkg-buildflags; reminded by
     RichiH (release goal); drop PIE for mksh-static (non-PIC obviously)
Checksums-Sha1: 
 0f7711f92adc53d785ee689ba59024c1dca74fdd 1891 mksh_40.4-1~bpo60+1.dsc
 cd6163e5447a6b604a0e0c4a116c2aeee3690c6a 332484 mksh_40.4.orig.tar.gz
 c062c4faa9f71017004a42c608b6c27180bb00bf 61075 mksh_40.4-1~bpo60+1.diff.gz
 a0efc44b17931881ae140b2d2e19eaf581404597 418914 mksh_40.4-1~bpo60+1_amd64.deb
Checksums-Sha256: 
 f9af982a617aacf449a2af59de40bd3db3b7a1831e1b15e419e49e4e53b60cd8 1891 mksh_40.4-1~bpo60+1.dsc
 92b7d2fbd0a631011b46856334531e43e530d614006f54cea14823ac94a384be 332484 mksh_40.4.orig.tar.gz
 a5b69ffe93de8941de51947ad1a605265c4c7ccb238576a9fa99edc7da6c6c2b 61075 mksh_40.4-1~bpo60+1.diff.gz
 c5b94daa0355d611a48ed0550c5de504da71e474896a123546307af2c0da2b61 418914 mksh_40.4-1~bpo60+1_amd64.deb
Files: 
 454b15fbba9f001451c0c90f5ae5d4f4 1891 shells optional mksh_40.4-1~bpo60+1.dsc
 ae099f87e2a9faaf390eaaf0578e8963 332484 shells optional mksh_40.4.orig.tar.gz
 803a9069f0bd078f97b14540208f2c81 61075 shells optional mksh_40.4-1~bpo60+1.diff.gz
 97b2f78f19ca862a979a41995e54fc0e 418914 shells optional mksh_40.4-1~bpo60+1_amd64.deb

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

iQIcBAEBCQAGBQJO7QpxAAoJEHa1NLLpkAfgYVsP/3o0L43qKybY6r8jKpefYiiB
WYpVWxmXnnQ0APPLGoQJTMCVS8veVInxKT9yhj7SCKiEXmVSdZYK3BWZXfgmUFIq
8flF+DMrrE0ngfajLkzD8kCI4e+c5xaDis3mnoi0jlaLdeMvMySpQ/nMxkTEu+zf
NyZ9XfDs6pg6xlhY7MqKl9sHkouMjdLN/tC7z3wcCYvXfcbfLkfUGVpxtuJHEYA6
bzGfLgMM5Ppbq10JSIiX00+Kg0tj4TDdr6F5Zc5kFsBEPLxdPIT07MadJm073Vm5
yFatH7bp+NwB+LUeHiqivSWCJj88RtTQaB4J2+r1m677bVwcGx/fGREY4VjLjCbQ
t8mJ3kAyL4if75Eu2AQRkuMGrp0gFYjH8uFdo6nvt796J5jOrY6eo3cHZjwCjwlD
MAj6673BvhaVeSdnitwY6wZerIgZNEpE+6xfgqaU3YGuCzvI0CkyUTap7Z6FoNvD
yLS/O0QnCan6K/wKW25QiepDU6d8aZeYFYpmCreW9NYHMAtcc2wTFwoKBhL9bYyE
QEGUIlkR2IWoqGyLt4ewh5OYPdBci4NQ4jZbmcgvscDtGhv4K3AYFvT3TYeJpY/s
V8VuLLDxO1OvvzvMCuNrcFu2VuuvbZF8mZfgc3rncDkOHwwCARDw9n5FYigC7XEb
t5q03m79T/c3HhL6WUDN
=uVGt
-----END PGP SIGNATURE-----


Accepted:
mksh_40.4-1~bpo60+1.diff.gz
  to main/m/mksh/mksh_40.4-1~bpo60+1.diff.gz
mksh_40.4-1~bpo60+1.dsc
  to main/m/mksh/mksh_40.4-1~bpo60+1.dsc
mksh_40.4-1~bpo60+1_amd64.deb
  to main/m/mksh/mksh_40.4-1~bpo60+1_amd64.deb
mksh_40.4.orig.tar.gz
  to main/m/mksh/mksh_40.4.orig.tar.gz


Reply to: