Subject: CVS commit: pkgsrc/shells/ast-ksh
To: None <pkgsrc-changes@NetBSD.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: pkgsrc-changes
Date: 08/12/2003 23:29:00
Module Name:	pkgsrc
Committed By:	kristerw
Date:		Tue Aug 12 23:29:00 UTC 2003

Modified Files:
	pkgsrc/shells/ast-ksh: Makefile.common distinfo
Added Files:
	pkgsrc/shells/ast-ksh/patches: patch-aa

Log Message:
Update ast-ksh (and static-ast-ksh) to version 20030724.

Changes since 20030621:
* A bug in which could cause memory corruption when a posix
  function invoked another one has been fixed.
* A bug in which a file descriptor>2 could be closed before
  executing a script has been fixed.
* A parsing error for <() and >() process subsitituions inside
  command substitution has been fixed.
* A parsing error for patterns of the form {...}(...) when
  used inside ${...} has been fixed.
* An error in which expanding an indexed array inside a compound
  variable could cause a core dump has been fixed.
* A bug in which under on rare ocassions a job completion interrupt
  could cause to core dump has been fixed.
* A bug in which process substitution embeded within command
  substitution would generate a syntax error has been fixed.

This update does also fix the build problems on NetBSD-current reported
by Steven M. Bellovin in PR pkg/22422.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/shells/ast-ksh/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/shells/ast-ksh/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/shells/ast-ksh/patches/patch-aa

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