pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/mksh Update to version R36.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f28f86ee81a9
branches:  trunk
changeset: 548992:f28f86ee81a9
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sat Oct 25 18:58:13 2008 +0000

description:
Update to version R36.

Major changes:

* Digital UNIX (DEC OSF/1) V2.0 (MIPS) is now supported using the DEC C and ucode toolchain. (We could not run the testsuite, though.)
* The ‘-Q’ option to Build.sh is gone without replacement.
* A new option can be enabled by adding -DMKSH_BINSHREDUCED to $CPPFLAGS, intended mostly for Debian. This option adds extra code to determine whether mksh(1) is called as sh or -sh and switch to 
“set -o posix” mode if so, disabling brace expansion and some security features, because legacy scripts, such as debconf, depend on such reduced functionality /bin/shs.
* Input lines beginning with an IFS character of IFS white space are no longer pushed into the history. Some other, less surprising, changes were also made to both Emacs and Vi command line editing 
modes.
* The arc4random.c contributed file is now stored with the RCS version number appended, and has been updated.

diffstat:

 shells/mksh/Makefile |  4 ++--
 shells/mksh/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 06f7c871753e -r f28f86ee81a9 shells/mksh/Makefile
--- a/shells/mksh/Makefile      Sat Oct 25 18:36:06 2008 +0000
+++ b/shells/mksh/Makefile      Sat Oct 25 18:58:13 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2008/10/06 21:22:31 ahoka Exp $
+# $NetBSD: Makefile,v 1.9 2008/10/25 18:58:13 ahoka Exp $
 
-DISTNAME=                      mksh-R35b
+DISTNAME=                      mksh-R36
 PKGNAME=                       ${DISTNAME:S/-R/-/}
 CATEGORIES=                    shells
 MASTER_SITES=                  http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
diff -r 06f7c871753e -r f28f86ee81a9 shells/mksh/distinfo
--- a/shells/mksh/distinfo      Sat Oct 25 18:36:06 2008 +0000
+++ b/shells/mksh/distinfo      Sat Oct 25 18:58:13 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/10/06 21:22:31 ahoka Exp $
+$NetBSD: distinfo,v 1.9 2008/10/25 18:58:14 ahoka Exp $
 
-SHA1 (mksh-R35b.cpio.gz) = ea5e7d72e3602e76156452ab2448f3532f8413e4
-RMD160 (mksh-R35b.cpio.gz) = 882cbe0d2c46b8f024288b0f594a4b219e8fbd51
-Size (mksh-R35b.cpio.gz) = 263452 bytes
+SHA1 (mksh-R36.cpio.gz) = b34eb3b00ff628202fca3f1e7a9841e0a7c8a27b
+RMD160 (mksh-R36.cpio.gz) = 052a2d445909bd91f43274e7d1af4e0d4d3ec59d
+Size (mksh-R36.cpio.gz) = 264858 bytes


Home | Main Index | Thread Index | Old Index