Bug 216887 - shells/dash: update to 0.5.9.1
Summary: shells/dash: update to 0.5.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-07 14:51 UTC by John Hein
Modified: 2017-09-08 17:56 UTC (History)
0 users

See Also:
bdrewery: maintainer-feedback+


Attachments
[patch] update to 0.5.9.1 (1.10 KB, patch)
2017-02-07 14:51 UTC, John Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2017-02-07 14:51:40 UTC
Created attachment 179712 [details]
[patch] update to 0.5.9.1

QA:
 portlint - ok
 stage-qa - ok
 testport - ok (stable/9, stable/10, stable/11)

Add LICENSE/LICENSE_FILE while here.

changes:

+2014-11-17  Stéphane Aulery <saulery@free.fr>
+
+       * Correct typo in manual page.
+       * Document redirection file descriptor limitation.
+
+2014-10-30  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Catch variable length expansions on non-existant specials.
+
+2014-10-28  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Removed unnecessary pungetc on EOF from parser.
+       * Simplify EOF/newline handling in list parser.
+
+2014-10-27  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Add printf support for format string a, A, and F.
+       * Handle embedded NULs correctly in printf.
+       * Replace open-coded flushall in preadbuffer.
+       * Add likely tag in outmem.
+       * Add ifdefs around MEM_OUT handling in outmem.
+       * Remove unnecessary restoration of format string in printf.
+       * Remove getintmax in printf.
+       * Use error instead of warnx for fatal errors in printf.
+       * Optimise handling of backslash octals in printf.
+       * Simplify echo command.
+       * Handle -- in dotcmd.
+
+2014-10-13  Eric Blake <eblake@redhat.com>
+
+       * cd: support drive letters on Cygwin.
+
+2014-10-08  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Split unquoted $@/$* correctly when IFS is set but empty.
+       * Do not split quoted VSLENGTH and VSTRIM.
+       * Optimise nulonly away and just use quoted as before.
+
+2014-10-07  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Use setvareq to set OPTIND initially.
+
+2014-10-06  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Exit without arguments in a trap should use status outside traps.
+       * Do not allow break to break across function calls.
+       * Move common skipcount logic into skiploop.
+       * Allow return in loop conditional to set exit status.
+       * Return without arguments in a trap should use status outside traps.
+
+2014-10-03  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Do not clobber exitstatus in evalcommand.
+
+2014-10-02  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Fix use-after-free in dotrap/evalstring.
+       * Make sure evalskip is zero before running traps.
+       * Set exitstatus in onint.
+
+2014-09-29  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Kill pgetc_macro.
+       * Handle backslash newlines properly after dollar sign.
+       * Add nlprompt/nlnoprompt helpers.
+
+2014-09-28  Herbert Xu <herbert@gondor.apana.org.au>
+
+       * Correctly handle test ! ! = !.
Comment 1 John Hein 2017-09-07 14:18:53 UTC
Ping.
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2017-09-08 17:55:45 UTC
Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-08 17:56:25 UTC
A commit references this bug:

Author: bdrewery
Date: Fri Sep  8 17:55:38 UTC 2017
New revision: 449458
URL: https://svnweb.freebsd.org/changeset/ports/449458

Log:
  Update to 0.5.9.1

  PR:		216887
  Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>

Changes:
  head/shells/dash/Makefile
  head/shells/dash/distinfo