summaryrefslogtreecommitdiff
path: root/shells/mksh
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2012-02-06 20:23:15 +0000
committerbsiegert <bsiegert>2012-02-06 20:23:15 +0000
commit053d4cc1b8bcbd4c4ae7852428baa09131fb494b (patch)
tree1bf97f742cee8ca19b5aeaaf5d05e1549ab92f13 /shells/mksh
parentaeabe34c603eca9a07c6318dd4c684565482d0a8 (diff)
downloadpkgsrc-053d4cc1b8bcbd4c4ae7852428baa09131fb494b.tar.gz
Update mksh to R40d.
Changes: essentially bugfixes. # [tg] New test.sh `-f' option (same as `-C fastbox') # [tg] Drop using set -o noglob inside pushd/popd/dirs # [tg] Use += more in dot.mkshrc and keep strings shorter # [tg] Correct interworking between local and set -A # [tg] Fix out-of-bounds memory access on strings of 32 KiB length # [tg] MKSH_DISABLE_DEPRECATED (for integrators) # [tg, Jilles Tjoelker] test(1) built-in behaves exactly as POSIX says # [tg] Move compile-time assertions to Build.sh from misc.c#ifdef DEBUG # [tg] Invocation documentation is at the bottom of Build.sh # [tg] test.sh: verbosely look for perl(1) interpreter to use # [tg] New tests for integers (base 1#36, base unspecified, base OOB) # [tg] Correct error paths for typeset -n global state # [tg] Deprecate interpreting "010" as octal number, will go # [tg] Improvements re. integer handling; more explicit manpage text # [tg] Do not use caddr_t on Linux, so dietlibc stops bitching # [tg, Jilles Tjoelker] Catch division/modulo overflow 0x80000000/-1 # [tg] Emacs mode ^O regression fix when the fetched lines are edited
Diffstat (limited to 'shells/mksh')
-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 b0d181e0b82..e7c0bcc263f 100644
--- a/shells/mksh/Makefile
+++ b/shells/mksh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2011/11/22 19:37:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2012/02/06 20:23:15 bsiegert Exp $
-DISTNAME= mksh-R40c
+DISTNAME= mksh-R40d
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 039abaa9506..2ee4699b00d 100644
--- a/shells/mksh/distinfo
+++ b/shells/mksh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2011/11/22 19:37:34 bsiegert Exp $
+$NetBSD: distinfo,v 1.17 2012/02/06 20:23:15 bsiegert Exp $
-SHA1 (mksh-R40c.cpio.gz) = d3c6f9da29592b127a81d911286c4dcc2307f70c
-RMD160 (mksh-R40c.cpio.gz) = 8de17b0925a864ae723de2e3b6d6d27da89bb06f
-Size (mksh-R40c.cpio.gz) = 321859 bytes
+SHA1 (mksh-R40d.cpio.gz) = 74450a1107664797e5fdbdeb444f18f82f0686ac
+RMD160 (mksh-R40d.cpio.gz) = 431b35acc098242cf3262f41d9802839f2ce0b97
+Size (mksh-R40d.cpio.gz) = 326002 bytes