summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-10-25 18:58:13 +0000
committerahoka <ahoka@pkgsrc.org>2008-10-25 18:58:13 +0000
commit04f2d4187d863055caf16e06a35fd3a4f3498106 (patch)
tree1ff805674359b7801b75a0cd9161c633120cf024 /shells
parente908b5a417e6e212b331450ad83e38ed8ce14b76 (diff)
downloadpkgsrc-04f2d4187d863055caf16e06a35fd3a4f3498106.tar.gz
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 (limited to 'shells')
-rw-r--r--shells/mksh/Makefile4
-rw-r--r--shells/mksh/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile
index e627662d913..55023c2b67b 100644
--- a/shells/mksh/Makefile
+++ b/shells/mksh/Makefile
@@ -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 --git a/shells/mksh/distinfo b/shells/mksh/distinfo
index efe0395498c..d3d0a102c55 100644
--- a/shells/mksh/distinfo
+++ b/shells/mksh/distinfo
@@ -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