From 9c7139aa4fde7b947a0e467c8efcdb2b728a1c2a Mon Sep 17 00:00:00 2001 From: bsiegert Date: Tue, 22 Nov 2011 19:37:34 +0000 Subject: Update mksh to 40c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [tg, Wouter Verhelst] Fix ${foo%\?} in -o sh * [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 * [tg] Fix accidental behavioural change wrt some built-in parameters * [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 -” wbx 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 * [tg] Fix R40 regression misparsing $(case x in (x) :; esac) --- shells/mksh/Makefile | 4 ++-- shells/mksh/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'shells/mksh') diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 9ffb0fdeacd..b0d181e0b82 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2011/07/09 15:42:27 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/22 19:37:34 bsiegert Exp $ -DISTNAME= mksh-R40 +DISTNAME= mksh-R40c PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index 29c37159eb0..039abaa9506 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2011/07/09 15:42:27 bsiegert Exp $ +$NetBSD: distinfo,v 1.16 2011/11/22 19:37:34 bsiegert Exp $ -SHA1 (mksh-R40.cpio.gz) = 3c1708c0bc53dff125393b6a1f731a7d214d16b6 -RMD160 (mksh-R40.cpio.gz) = ebe226630f7013251b41b14a0715a63ec3364a4f -Size (mksh-R40.cpio.gz) = 319814 bytes +SHA1 (mksh-R40c.cpio.gz) = d3c6f9da29592b127a81d911286c4dcc2307f70c +RMD160 (mksh-R40c.cpio.gz) = 8de17b0925a864ae723de2e3b6d6d27da89bb06f +Size (mksh-R40c.cpio.gz) = 321859 bytes -- cgit v1.2.3