pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/mksh



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.

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



Home | Main Index | Thread Index | Old Index