diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2014-01-26 08:57:32 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2014-01-26 08:57:32 +0000 |
commit | 433819ff2b569b22f427e1069a073285b6eafbee (patch) | |
tree | 4bef11311d3dc0d70526053264653a629eeb5f79 /shells/mksh/distinfo | |
parent | 57d3d8a5e0ce89d923040834a238b528e88c3f2e (diff) | |
download | pkgsrc-433819ff2b569b22f427e1069a073285b6eafbee.tar.gz |
Update mksh to R49.
R49 is a recommended bugfix release:
- [tg] dot.mkshrc: fix two issues with the cd wrapper
- [tg] Unbreak set +p (wider issue still to be addressed)
- [Steffen Daode Nurpmeso] Use WCONTINUED with waitpid(2)
- [millert] Add proper suspend builtin handling tty(4) and setpgrp(2)
- [tg] Sanitise and slightly optimise control character handling
- [tg] Add O_BINARY to all open(2) calls for OS/2 kLIBC support
- [tg] Generate option strings for shell, set, ulimit at compile time
- [Steffen Daode Nurpmeso] Drop ISTRIP termios(4) mode
- [tg] Mention negative history numbers, octals in the manpage
- [tg] Make check.pl work with Perl < 5.6.1 again
- [tg] Detect getsid(2) and skip the oksh suspend builtin otherwise
- [tg] Document that set -o noclobber is unsafe for tempfiles
- [tg] Update to Unicode 6.3.0
- [RT] Restore some portability
- [tg] Fix parsing positional argument variable names
- [tg] Sprinkle a few __attribute__((__pure__)); fix warnings
- [tg] Fix build on OSX: always use our wcwidth code; only use our strlcpy(3)
code if the OE doesn’t provide one (prompted by jonthn on IRC)
- [tg] Optimise sh -c to exec even in MKSH_SMALL
- [tg] Use new BAFH for hashing
Diffstat (limited to 'shells/mksh/distinfo')
-rw-r--r-- | shells/mksh/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index 3a82a8d08a6..c40f49ee111 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2013/08/18 10:00:12 bsiegert Exp $ +$NetBSD: distinfo,v 1.24 2014/01/26 08:57:32 bsiegert Exp $ -SHA1 (mksh-R48b.tgz) = 118ac3e920e6b440907b2879eff6017d7e23bbab -RMD160 (mksh-R48b.tgz) = f88dda7604198bb17a5b23081e5b95921cf22d94 -Size (mksh-R48b.tgz) = 362969 bytes -SHA1 (patch-mksh.1) = a8c03c29b41a48f731012c4612e44ce61a27675b +SHA1 (mksh-R49.tgz) = 06b9d0162d1f91ff28d3fa66533e67edb168694d +RMD160 (mksh-R49.tgz) = fa7a24e604daea30d5e5fd7bb78e24b2d7044764 +Size (mksh-R49.tgz) = 371550 bytes +SHA1 (patch-mksh.1) = d36f106e22755b3daafbdc12fc4b83fee5531a12 |