From a1dd9a87987d181419c732397010bfcd767dd143 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sun, 26 Jan 2014 08:57:32 +0000 Subject: Update mksh to R49. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- shells/mksh/Makefile | 4 ++-- shells/mksh/distinfo | 10 +++++----- shells/mksh/patches/patch-mksh.1 | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'shells/mksh') diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 9bf01f3771d..ffa8d60500f 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2013/08/18 10:00:12 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/26 08:57:32 bsiegert Exp $ -DISTNAME= mksh-R48b +DISTNAME= mksh-R49 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 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 diff --git a/shells/mksh/patches/patch-mksh.1 b/shells/mksh/patches/patch-mksh.1 index 66c2a2b7e26..5b0aa4707e3 100644 --- a/shells/mksh/patches/patch-mksh.1 +++ b/shells/mksh/patches/patch-mksh.1 @@ -1,7 +1,7 @@ -$NetBSD: patch-mksh.1,v 1.4 2013/08/18 10:00:12 bsiegert Exp $ +$NetBSD: patch-mksh.1,v 1.5 2014/01/26 08:57:32 bsiegert Exp $ Kill the .Dt override and restore installation a normal man page. ---- mksh.1.orig 2013-08-10 14:12:04.000000000 +0000 +--- mksh.1.orig 2014-01-11 18:10:06.000000000 +0000 +++ mksh.1 @@ -59,22 +59,7 @@ . ds ha ^ @@ -22,8 +22,8 @@ Kill the .Dt override and restore installation a normal man page. -.\" with -mandoc, it might implement .Mx itself, but we want to -.\" use our own definition. And .Dd must come *first*, always. -.\" --.Dd $Mdocdate: August 10 2013 $ -+.Dd August 10 2013 +-.Dd $Mdocdate: January 11 2014 $ ++.Dd January 11 2014 .\" .\" Check which macro package we use, and do other -mdoc setup. .\" -- cgit v1.2.3