Subject: CVS commit: pkgsrc/shells/bash2
To: None <pkgsrc-changes@netbsd.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2003 08:35:59
Module Name:	pkgsrc
Committed By:	uebayasi
Date:		Mon Jun 30 08:35:58 UTC 2003

Modified Files:
	pkgsrc/shells/bash2: Makefile distinfo

Log Message:
Update to 2.05b.2.7.  Pull in 3 official patches.

[bash205b-005]
When in a locale with multibyte characters, the readline display updater
will occasionally cause a segmentation fault when attempting to compute
the length of the first multibyte character on the line.

[bash205b-006]
When running in a locale with multibyte characters, the readline display
updater will use carriage returns when drawing the line, overwriting any
partial output already on the screen and not terminated by a newline.

[bash205b-007]
Using the vi editing mode's case-changing commands in a locale with
multibyte characters will cause garbage characters to be inserted into
the editing buffer.

Besides, export Bash's "test" target to Pkgsrc.  Type "make test" to try
this.

XXX The MAINTAINER should be taken by someone really using this.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 pkgsrc/shells/bash2/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/shells/bash2/distinfo

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