pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/dash



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 17 09:52:43 UTC 2018

Modified Files:
        pkgsrc/shells/dash: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/dash/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/shells/dash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/dash/Makefile
diff -u pkgsrc/shells/dash/Makefile:1.11 pkgsrc/shells/dash/Makefile:1.12
--- pkgsrc/shells/dash/Makefile:1.11    Sun Feb 26 01:24:59 2017
+++ pkgsrc/shells/dash/Makefile Thu May 17 09:52:43 2018
@@ -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 @@ HOMEPAGE=      http://gondor.apana.org.au/~he
 COMMENT=       Debian Almquist shell, POSIX-compliant shell faster than bash
 LICENSE=       modified-bsd AND gnu-gpl-v2
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
+GNU_CONFIGURE=         yes
 PKG_SHELL=             bin/dash
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/shells/dash/distinfo
diff -u pkgsrc/shells/dash/distinfo:1.8 pkgsrc/shells/dash/distinfo:1.9
--- pkgsrc/shells/dash/distinfo:1.8     Mon May 15 14:52:44 2017
+++ pkgsrc/shells/dash/distinfo Thu May 17 09:52:43 2018
@@ -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