Received: by mail.netbsd.org (Postfix, from userid 605) id 5721684D37; Sun, 21 Jan 2018 13:04:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D378B84D36 for ; Sun, 21 Jan 2018 13:04:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pBtbgxaNsLms for ; Sun, 21 Jan 2018 13:04:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 56B5B84D32 for ; Sun, 21 Jan 2018 13:04:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C88E4FBDE; Sun, 21 Jan 2018 13:04:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516539845107710" MIME-Version: 1.0 Date: Sun, 21 Jan 2018 13:04:05 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/shells/mksh To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20180121130405.C88E4FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1516539845107710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Jan 21 13:04:05 UTC 2018 Modified Files: pkgsrc/shells/mksh: Makefile distinfo Log Message: Update mksh to 56c. R56c is a bugfix-only release everyone must upgrade to: - [komh] Remove redundant OS/2-specific code, clean up others - [komh, tg] Fix drive-qualified (absolute and relative) DOS-style path support in realpath functionality, partially other places - [tg] Don't substitute ${ENV:-~/.mkshrc} result again - [tg] Improve OS/2 $PATH (et al.) handling, drive-relative paths - [tg] Add MKSH_ENVDIR compile-time option for Jehanne and Plan 9 - [tg] Limit nesting when parsing malformed code (Debian #878947) - [tg] Update wcwidth data with bugfixed script (still Unicode 10; resulting values are identical to glibc git master for extant chars) - [Dr. Werner Fink] Raise some time limits in the testsuite - [Shamar] Add support for the Jehanne operating system - [komh] Set stdin to text mode before executing child processes on OS/2 - [komh] Pass arguments via a resonse file if executing a child fails - [Dr. Werner Fink] Early locale tracking as a compile-time option - [tg] Fix regressions introduced with new fast character classes To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/shells/mksh/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/shells/mksh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516539845107710 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/mksh/Makefile diff -u pkgsrc/shells/mksh/Makefile:1.36 pkgsrc/shells/mksh/Makefile:1.37 --- pkgsrc/shells/mksh/Makefile:1.36 Sat Sep 2 18:38:54 2017 +++ pkgsrc/shells/mksh/Makefile Sun Jan 21 13:04:05 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2017/09/02 18:38:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.37 2018/01/21 13:04:05 bsiegert Exp $ -DISTNAME= mksh-R56b +DISTNAME= mksh-R56c PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ Index: pkgsrc/shells/mksh/distinfo diff -u pkgsrc/shells/mksh/distinfo:1.31 pkgsrc/shells/mksh/distinfo:1.32 --- pkgsrc/shells/mksh/distinfo:1.31 Sat Sep 2 18:38:54 2017 +++ pkgsrc/shells/mksh/distinfo Sun Jan 21 13:04:05 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.31 2017/09/02 18:38:54 bsiegert Exp $ +$NetBSD: distinfo,v 1.32 2018/01/21 13:04:05 bsiegert Exp $ -SHA1 (mksh-R56b.tgz) = 2fc5d8b405991fce5a80911b97377f4c4b4340e6 -RMD160 (mksh-R56b.tgz) = b13068de976a6bf4d400ba3bd65b3001e0287f0c -SHA512 (mksh-R56b.tgz) = a6f9061b2bfd19e9f4fdf3212a1c5a53a53cdb52650c95287cd380530c08f4a65a1ccec4bdcbba5e7c34e4764bf04eb43abb01742bcbf83107847a6996cc77a8 -Size (mksh-R56b.tgz) = 415088 bytes +SHA1 (mksh-R56c.tgz) = 9ece178a2da2ed7e6fec86b0663b4fee0482d3c5 +RMD160 (mksh-R56c.tgz) = 3b0c0acccaed1f7989d0a4915154dd5ea48e86c0 +SHA512 (mksh-R56c.tgz) = 7e4cd2d24c6bca2ebad7c6b02d158188e766bd4693d93f5bed198d69238aef078d42ce911431ad4e419e4af55083047d823bfad53973db5c6d8a685482770135 +Size (mksh-R56c.tgz) = 417218 bytes SHA1 (patch-mksh.1) = 6e261efbf89745dbc53dc98530090645aed81212 --_----------=_1516539845107710--