diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 14:31:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 14:31:15 +0000 |
commit | 134f256d2ffa2412986d78a2d2885e10147dda2b (patch) | |
tree | a5f78466d7afa7c14862c35282875ca8dfd8a704 /package/bash/bash30-004 | |
parent | dfd5b4d38fbe6bba2fd824a8a3709f1cf0586404 (diff) | |
download | buildroot-novena-134f256d2ffa2412986d78a2d2885e10147dda2b.tar.gz buildroot-novena-134f256d2ffa2412986d78a2d2885e10147dda2b.zip |
convert patches to -p1 format
Diffstat (limited to 'package/bash/bash30-004')
-rw-r--r-- | package/bash/bash30-004 | 29 |
1 files changed, 6 insertions, 23 deletions
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 <stephane_chazelas@yahoo.fr> -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). */ |