pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/dash dash: updated to 0.5.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4da8633b41d6
branches:  trunk
changeset: 308143:4da8633b41d6
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 17 09:52:43 2018 +0000

description:
dash: updated to 0.5.10.1

0.5.10.1:
jobs - Do not block when waiting on SIGCHLD

0.5.10:
eval: Variable assignments on functions are no longer persistent
parser: Fix parameter expansion inside inner double quotes
parser: Fix parsing of ${}
man: correct typos, iff -> if
expand: Do not quote backslashes in unquoted parameter expansion
shell: Add subdir-objects to AM_INIT_AUTOMAKE
eval: Restore input files in evalcommand
eval: Reap zombies after built-in commands and functions
redir: Fix typo in noclobber code
expand: Fix glibc glob(3) support
expand: Fix buffer overflow in expandmeta
builtin: Move echo space/nl handling into print_escape_str
builtin: Fix echo performance regression
expand: Fix ghost fields with unquoted $@/$*
parser: Allow newlines within parameter substitution
expand: Fix bugs with words connected to the right of $@
Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"
parser: Fix backquote support in here-document EOF mark
shell: provide .gitignore
parser: Fix single-quoted patterns in here-documents
parser: Add syntax stack for recursive parsing
parser: use pgetc_eatbnl() in more places
builtin: Greater resolution in test -nt / test -ot

diffstat:

 shells/dash/Makefile |   7 +++----
 shells/dash/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 070d6b1f1e15 -r 4da8633b41d6 shells/dash/Makefile
--- a/shells/dash/Makefile      Thu May 17 09:46:03 2018 +0000
+++ b/shells/dash/Makefile      Thu May 17 09:52:43 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/02/26 01:24:59 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.12 2018/05/17 09:52:43 adam Exp $
 
-DISTNAME=      dash-0.5.9.1
+DISTNAME=      dash-0.5.10.1
 CATEGORIES=    shells
 MASTER_SITES=  http://gondor.apana.org.au/~herbert/dash/files/
 
@@ -10,8 +9,8 @@
 COMMENT=       Debian Almquist shell, POSIX-compliant shell faster than bash
 LICENSE=       modified-bsd AND gnu-gpl-v2
 
+USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
 PKG_SHELL=             bin/dash
 
 .include "../../mk/bsd.pkg.mk"
diff -r 070d6b1f1e15 -r 4da8633b41d6 shells/dash/distinfo
--- a/shells/dash/distinfo      Thu May 17 09:46:03 2018 +0000
+++ b/shells/dash/distinfo      Thu May 17 09:52:43 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/05/15 14:52:44 jperkin Exp $
+$NetBSD: distinfo,v 1.9 2018/05/17 09:52:43 adam Exp $
 
-SHA1 (dash-0.5.9.1.tar.gz) = 7b9cb47fc2a007c26fedc99d22a7fc1dc2f5f914
-RMD160 (dash-0.5.9.1.tar.gz) = c03b72e99a5e285e47b9b72678d0a4fdb124306d
-SHA512 (dash-0.5.9.1.tar.gz) = d56a043b8fab4693d3f70cceb531c37174e7ded4acd5549e53048d7ce29125ff21d7e758f51a4a73e06250d051e246467039989275838c19a2579edea3f72b7d
-Size (dash-0.5.9.1.tar.gz) = 225217 bytes
+SHA1 (dash-0.5.10.1.tar.gz) = b498da61e9fd6d84f573612ec09a024a2c023014
+RMD160 (dash-0.5.10.1.tar.gz) = bbecc2fc459c277cbfcb9f822f9b6fe8874c8bab
+SHA512 (dash-0.5.10.1.tar.gz) = 7ca3bbcf8bac84d359cde710a9ab393f05cf8522e969a2c110d2e71620e53f349387128045e68738dc621afe0b48f43ae3d32851187f2ae02d49b3e2575ffa6b
+Size (dash-0.5.10.1.tar.gz) = 225253 bytes
 SHA1 (patch-configure) = 2876f5f8221ec26595cd8ad85ec4c4c0eacf9c45



Home | Main Index | Thread Index | Old Index