From 134f256d2ffa2412986d78a2d2885e10147dda2b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Oct 2004 14:31:15 +0000 Subject: convert patches to -p1 format --- package/bash/bash30-004 | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) (limited to 'package/bash/bash30-004') diff --git a/package/bash/bash30-004 b/package/bash/bash30-004 index b18e54c58..7fda2e9f2 100644 --- a/package/bash/bash30-004 +++ b/package/bash/bash30-004 @@ -1,22 +1,5 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 3.0 -Patch-ID: bash30-004 - -Bug-Reported-by: Stephane Chazelas -Bug-Reference-ID: <20040902131957.GC1860@frhdtmp102861.morse.corp.wan> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2004-07/msg00291.html - -Bug-Description: - -Calculation of lengths and offsets for parameter string length and substring -expansion does not correctly account for multibyte characters. - -Patch: - - *** ../bash-3.0/subst.c Sun Jul 4 13:56:13 2004 ---- subst.c Thu Aug 12 13:36:17 2004 +*** bash-3.0/subst.c Sun Jul 4 13:56:13 2004 +--- bash/subst.c Thu Aug 12 13:36:17 2004 *************** *** 4692,4695 **** --- 4692,4715 ---- @@ -97,8 +80,8 @@ Patch: ! len = MB_STRLEN (value); break; case VT_POSPARMS: -*** ../bash-3.0/include/shmbutil.h Mon Apr 19 09:59:42 2004 ---- include/shmbutil.h Thu Sep 2 15:20:47 2004 +*** bash-3.0/include/shmbutil.h Mon Apr 19 09:59:42 2004 +--- bash/include/shmbutil.h Thu Sep 2 15:20:47 2004 *************** *** 32,35 **** --- 32,37 ---- @@ -128,8 +111,8 @@ Patch: #endif /* !HANDLE_MULTIBYTE */ -*** ../bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001 ---- patchlevel.h Thu Sep 2 15:04:32 2004 +*** bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001 +--- bash/patchlevel.h Thu Sep 2 15:04:32 2004 *************** *** 26,30 **** looks for to find the patch level (for the sccs version string). */ -- cgit v1.2.3