pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/mksh Update mksh to R49.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/875c722bf0de
branches:  trunk
changeset: 629708:875c722bf0de
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jan 26 08:57:32 2014 +0000

description:
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:

 shells/mksh/Makefile             |   4 ++--
 shells/mksh/distinfo             |  10 +++++-----
 shells/mksh/patches/patch-mksh.1 |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r 939da675d979 -r 875c722bf0de shells/mksh/Makefile
--- a/shells/mksh/Makefile      Sun Jan 26 08:47:30 2014 +0000
+++ b/shells/mksh/Makefile      Sun Jan 26 08:57:32 2014 +0000
@@ -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 -r 939da675d979 -r 875c722bf0de shells/mksh/distinfo
--- a/shells/mksh/distinfo      Sun Jan 26 08:47:30 2014 +0000
+++ b/shells/mksh/distinfo      Sun Jan 26 08:57:32 2014 +0000
@@ -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 -r 939da675d979 -r 875c722bf0de shells/mksh/patches/patch-mksh.1
--- a/shells/mksh/patches/patch-mksh.1  Sun Jan 26 08:47:30 2014 +0000
+++ b/shells/mksh/patches/patch-mksh.1  Sun Jan 26 08:57:32 2014 +0000
@@ -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 @@
 -.\" 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.
  .\"


Home | Main Index | Thread Index | Old Index