Author: qrczak Date: Sun Jan 1 23:58:19 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - A patch from upstream: A problem with the readline callback interface can result in segmentation faults when using the delete-char function via a multiple-key sequence. Two consecutive calls to delete-char will crash the application calling readline. - Release 2.
---- Files affected: SPECS: readline.spec (1.100 -> 1.101) ---- Diffs: ================================================================ Index: SPECS/readline.spec diff -u SPECS/readline.spec:1.100 SPECS/readline.spec:1.101 --- SPECS/readline.spec:1.100 Thu Dec 8 19:19:19 2005 +++ SPECS/readline.spec Mon Jan 2 00:58:13 2006 @@ -12,7 +12,7 @@ Summary(uk): âŚÂĚŚĎÔĹËÁ ÄĚŃ ŢÉÔÁÎÎŃ ÓÔŇŚŢĎË Ú ÔĹŇÍŚÎÁĚŐ Name: readline Version: 5.1 -Release: 1 +Release: 2 License: GPL Group: Libraries Source0: ftp://ftp.gnu.org/gnu/bash/%{name}-%{version}.tar.gz @@ -26,6 +26,7 @@ Patch5: %{name}-header.patch Patch6: %{name}-lfs.patch Patch7: %{name}-wrap.patch +Patch8: http://ftp.gnu.org/gnu/readline/readline-5.1-patches/readline51-001 URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html BuildRequires: autoconf BuildRequires: automake @@ -193,6 +194,7 @@ %patch5 -p1 %patch6 -p0 %patch7 -p1 +%patch8 -p0 %build cp -f /usr/share/automake/config.sub support @@ -260,6 +262,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.101 2006/01/01 23:58:13 qrczak +- A patch from upstream: + A problem with the readline callback interface can result in segmentation + faults when using the delete-char function via a multiple-key sequence. + Two consecutive calls to delete-char will crash the application calling + readline. +- Release 2. + Revision 1.100 2005/12/08 18:19:19 arekm - up to 5.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/readline.spec?r1=1.100&r2=1.101&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
