diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-14 11:04:24 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-14 11:04:24 +0000 |
commit | f45b6d6febc1aea7e4c0a1dc12a75faee357cce1 (patch) | |
tree | 972b2ce2224e6092c3311c74d08947665b0ced8b /shells | |
parent | 5e04090a6511141531ad730c2860d192fc9e1087 (diff) | |
download | pkgsrc-f45b6d6febc1aea7e4c0a1dc12a75faee357cce1.tar.gz |
Update to 0.5.8
Changelog:
2014-09-26 Herbert Xu <herbert@gondor.apana.org.au>
* Small optimisation of command -pv change.
* Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin.
* Change "characters" for printf precision to "bytes".
* Release 0.5.8.
2014-09-26 Jonathan Nieder <jrnieder@gmail.com>
* Clarify "trap '' signals" syntax in manual page.
2014-09-26 Adam Buchbinder <adam.buchbinder@gmail.com>
* Clarify that 0 and EXIT are both acceptable for exit traps.
2014-09-26 Harald van Dijk <harald@gigawatt.nl>
* command: allow combining -p with -v.
* getjob: Fix off-by-one error for multiple of four job numbers
2013-08-23 Herbert Xu <herbert@gondor.apana.org.au>
* Propagate EXP_QPAT in subevalvar.
* Initialise OPTIND after importing environment.
* Fixed argument parsing crash in test.
2013-03-12 Peter Rosin <peda@lysator.liu.se>
* Add newline when tracing in poplocalvars.
2013-01-10 Jérémie Courrèges-Anglas <jca+dash@wxcvbn.org>
* Markup fixes in manual for mandoc 1.12.1.
2012-12-03 Harald van Dijk <harald@gigawatt.nl>
* Use PRIdMAX instead of %j in printf.
2012-07-20 Kimo Rosenbaum <kimor79@yahoo.com>
* Fix typo for wait in manual.
2012-06-09 Christoph Mathys <eraserix@gmail.com>
* Add support for ulimit -r.
2012-03-11 Jim Meyering <meyering@redhat.com>
* Avoid overflow for very long variable name.
$ perl -le 'print "v"x(2**31+1) ."=1"' | dash
2012-02-25 Herbert Xu <herbert@gondor.apana.org.au>
* Sanitise environment variable names on entry.
2011-08-17 David S. Miller <davem@davemloft.net>
* Allow building without LINEO support.
* Add top-level autogen.sh.
2011-07-26 Harald van Dijk <harald@gigawatt.nl>
* Avoid imaxdiv when only one of the results is wanted.
2010-07-09 maximilian attems <max@stro.at>
* Fix klibc DEBUG compilation.
2011-07-09 Herbert Xu <herbert@gondor.apana.org.au>
* Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/dash/Makefile | 4 | ||||
-rw-r--r-- | shells/dash/distinfo | 9 | ||||
-rw-r--r-- | shells/dash/patches/patch-src_dash.1 | 15 |
3 files changed, 6 insertions, 22 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 354aad81cd8..b3a92d7df0b 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2013/01/06 16:43:26 cheusov Exp $ +# $NetBSD: Makefile,v 1.10 2015/06/14 11:04:24 ryoon Exp $ # -DISTNAME= dash-0.5.7 +DISTNAME= dash-0.5.8 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ diff --git a/shells/dash/distinfo b/shells/dash/distinfo index 6a5224d36b9..30e92a5417e 100644 --- a/shells/dash/distinfo +++ b/shells/dash/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2013/01/06 16:19:07 cheusov Exp $ +$NetBSD: distinfo,v 1.5 2015/06/14 11:04:24 ryoon Exp $ -SHA1 (dash-0.5.7.tar.gz) = a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6 -RMD160 (dash-0.5.7.tar.gz) = 1878942f8ab5723ccfb2eded34169606b4cec475 -Size (dash-0.5.7.tar.gz) = 223794 bytes -SHA1 (patch-src_dash.1) = f4c82d255c0615def061ed49e3be9f170e7cd467 +SHA1 (dash-0.5.8.tar.gz) = cd058935bba545427caa375337afe8a6309477d2 +RMD160 (dash-0.5.8.tar.gz) = 2e8aabcbbb2802061a4a53fdfa63c414ce8c963f +Size (dash-0.5.8.tar.gz) = 223028 bytes SHA1 (patch-src_mkbuiltins) = 54f46f67653472d7bd5c8064929ef08da49a2b92 diff --git a/shells/dash/patches/patch-src_dash.1 b/shells/dash/patches/patch-src_dash.1 deleted file mode 100644 index 964a58187af..00000000000 --- a/shells/dash/patches/patch-src_dash.1 +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_dash.1,v 1.1 2012/01/24 22:24:34 joerg Exp $ - ---- src/dash.1.orig 2009-01-13 23:37:13.000000000 +0000 -+++ src/dash.1 -@@ -2132,9 +2132,9 @@ is specified, the soft limit is displaye - If both are specified, the last one wins. - .El - .Pp --.Bl -tag -width Fl - The limit to be interrogated or set, then, is chosen by specifying - any one of these flags: -+.Bl -tag -width Fl - .It Fl a - show all the current limits - .It Fl t |