From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- app-shells/bash/files/autoconf-mktime-2.59.patch | 4 ++-- app-shells/bash/files/bash-3.0-crash.patch | 4 ++-- app-shells/bash/files/bash-3.0-pgrp-pipe-fix.patch | 4 ++-- app-shells/bash/files/bash-3.0-read-builtin-pipe.patch | 4 ++-- app-shells/bash/files/bash-3.0-trap-fg-signals.patch | 4 ++-- app-shells/bash/files/bash-3.0-volatile-command.patch | 4 ++-- app-shells/bash/files/bash-3.1-ulimit.patch | 12 ++++++------ app-shells/bash/files/bash-3.2-process-subst.patch | 4 ++-- app-shells/bash/files/bash-3.2-session-leader.patch | 4 ++-- app-shells/bash/files/bash-3.2-ulimit.patch | 4 ++-- app-shells/bash/files/bash-4.1-fbsd-eaccess.patch | 4 ++-- app-shells/bash/files/bash-4.2-dev-fd-buffer-overflow.patch | 4 ++-- app-shells/bash/files/bash-4.4-popd-offset-overflow.patch | 4 ++-- app-shells/bash/files/bash-4.x-deferred-heredocs.patch | 4 ++-- 14 files changed, 32 insertions(+), 32 deletions(-) (limited to 'app-shells/bash/files') diff --git a/app-shells/bash/files/autoconf-mktime-2.59.patch b/app-shells/bash/files/autoconf-mktime-2.59.patch index 3ac3ad1da867..33055a7be61a 100644 --- a/app-shells/bash/files/autoconf-mktime-2.59.patch +++ b/app-shells/bash/files/autoconf-mktime-2.59.patch @@ -1,6 +1,6 @@ http://bugs.gentoo.org/220040 ---- configure -+++ configure +--- a/configure ++++ b/configure @@ -5299,26 +6059,25 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ diff --git a/app-shells/bash/files/bash-3.0-crash.patch b/app-shells/bash/files/bash-3.0-crash.patch index 984e85d82ed3..38577e2a67ea 100644 --- a/app-shells/bash/files/bash-3.0-crash.patch +++ b/app-shells/bash/files/bash-3.0-crash.patch @@ -14,8 +14,8 @@ Thanks for the report. Here's a quick fix: -*** arrayfunc.c~ Sat Nov 6 15:08:29 2004 ---- arrayfunc.c Mon Jan 31 11:56:21 2005 +*** a/arrayfunc.c +--- b/arrayfunc.c *************** *** 709,713 **** return ((char *)NULL); diff --git a/app-shells/bash/files/bash-3.0-pgrp-pipe-fix.patch b/app-shells/bash/files/bash-3.0-pgrp-pipe-fix.patch index 35b0b7d05924..46df6213b7a4 100644 --- a/app-shells/bash/files/bash-3.0-pgrp-pipe-fix.patch +++ b/app-shells/bash/files/bash-3.0-pgrp-pipe-fix.patch @@ -6,8 +6,8 @@ http://bugs.gentoo.org/92349 Patch from upstream -*** jobs.c Wed Sep 8 11:08:16 2004 ---- jobs.c Thu Jun 30 17:21:26 2005 +*** a/jobs.c +--- b/jobs.c *************** *** 3456,3459 **** --- 3901,3907 ---- diff --git a/app-shells/bash/files/bash-3.0-read-builtin-pipe.patch b/app-shells/bash/files/bash-3.0-read-builtin-pipe.patch index 466e45ae3004..0b90cc3dc2b2 100644 --- a/app-shells/bash/files/bash-3.0-read-builtin-pipe.patch +++ b/app-shells/bash/files/bash-3.0-read-builtin-pipe.patch @@ -7,8 +7,8 @@ http://lists.gnu.org/archive/html/bug-bash/2005-03/msg00168.html http://lists.gnu.org/archive/html/bug-bash/2005-03/msg00173.html http://bugs.gentoo.org/show_bug.cgi?id=87093 ---- builtins/read.def -+++ builtins/read.def +--- a/builtins/read.def ++++ b/builtins/read.def @@ -276,7 +276,7 @@ input_is_tty = isatty (fd); if (input_is_tty == 0) diff --git a/app-shells/bash/files/bash-3.0-trap-fg-signals.patch b/app-shells/bash/files/bash-3.0-trap-fg-signals.patch index cde18326ed2d..c7010511853f 100644 --- a/app-shells/bash/files/bash-3.0-trap-fg-signals.patch +++ b/app-shells/bash/files/bash-3.0-trap-fg-signals.patch @@ -2,8 +2,8 @@ Don't barf on handled signals inside of scripts. Makes for nicer output. patch by Martin Schlemmer ---- jobs.c -+++ jobs.c +--- a/jobs.c ++++ b/jobs.c @@ -2893,11 +2893,11 @@ } else if (IS_FOREGROUND (job)) diff --git a/app-shells/bash/files/bash-3.0-volatile-command.patch b/app-shells/bash/files/bash-3.0-volatile-command.patch index 8b89b35914b1..87b9f25ffc21 100644 --- a/app-shells/bash/files/bash-3.0-volatile-command.patch +++ b/app-shells/bash/files/bash-3.0-volatile-command.patch @@ -4,8 +4,8 @@ Ripped from Debian # being optimized away as dead code. In reality, the use of setjmp/longjmp # makes it not dead code at all. ---- eval.old 2003-12-18 23:44:15.000000000 -0500 -+++ eval.c 2005-10-03 01:59:31.000000000 -0400 +--- a/eval.c ++++ b/eval.c @@ -63,7 +63,7 @@ reader_loop () { diff --git a/app-shells/bash/files/bash-3.1-ulimit.patch b/app-shells/bash/files/bash-3.1-ulimit.patch index 432fb54966b8..8c2474825cf1 100644 --- a/app-shells/bash/files/bash-3.1-ulimit.patch +++ b/app-shells/bash/files/bash-3.1-ulimit.patch @@ -3,8 +3,8 @@ Ripped from Fedora Add support for RLIMIT_NICE/RLIMIT_RTPRIO and add missing documentation for many other options ---- builtins/ulimit.def -+++ builtins/ulimit.def +--- a/builtins/ulimit.def ++++ b/builtins/ulimit.def @@ -24,7 +24,7 @@ $BUILTIN ulimit $FUNCTION ulimit_builtin @@ -58,8 +58,8 @@ for many other options #ifdef RLIMIT_STACK { 's', RLIMIT_STACK, 1024, "stack size", "kbytes" }, #endif ---- doc/bashref.texi -+++ doc/bashref.texi +--- a/doc/bashref.texi ++++ b/doc/bashref.texi @@ -3833,7 +3833,7 @@ @item ulimit @btindex ulimit @@ -89,8 +89,8 @@ for many other options @item -s The maximum stack size. ---- doc/bash.1 -+++ doc/bash.1 +--- a/doc/bash.1 ++++ b/doc/bash.1 @@ -8490,7 +8490,7 @@ returns true if any of the arguments are found, false if none are found. diff --git a/app-shells/bash/files/bash-3.2-process-subst.patch b/app-shells/bash/files/bash-3.2-process-subst.patch index bd0b3f4e1792..94877c62b316 100644 --- a/app-shells/bash/files/bash-3.2-process-subst.patch +++ b/app-shells/bash/files/bash-3.2-process-subst.patch @@ -1,7 +1,7 @@ Fix process substitution on BSD ---- execute_cmd.c -+++ execute_cmd.c +--- a/execute_cmd.c ++++ b/execute_cmd.c @@ -2672,6 +2672,7 @@ do_piping (pipe_in, pipe_out); diff --git a/app-shells/bash/files/bash-3.2-session-leader.patch b/app-shells/bash/files/bash-3.2-session-leader.patch index 82f7d9806333..2e9286f34d40 100644 --- a/app-shells/bash/files/bash-3.2-session-leader.patch +++ b/app-shells/bash/files/bash-3.2-session-leader.patch @@ -7,8 +7,8 @@ condition. A result is that the child can then not then execute some commands (like stty) from its init script (e.g. .bashrc). The result I (and others) have seen is that the bash shell will hang while reading the init script. -*** jobs.c.20080704 2008-07-10 15:14:13.000000000 -0400 ---- jobs.c 2008-07-10 15:17:59.000000000 -0400 +*** a/jobs.c +--- b/jobs.c *************** *** 266,269 **** --- 266,270 ---- diff --git a/app-shells/bash/files/bash-3.2-ulimit.patch b/app-shells/bash/files/bash-3.2-ulimit.patch index a0975cb6e9a8..19ea7e6e5e33 100644 --- a/app-shells/bash/files/bash-3.2-ulimit.patch +++ b/app-shells/bash/files/bash-3.2-ulimit.patch @@ -1,7 +1,7 @@ add missing docs for -e and -r options ---- builtins/ulimit.def -+++ builtins/ulimit.def +--- a/builtins/ulimit.def ++++ b/builtins/ulimit.def @@ -24,7 +24,7 @@ $BUILTIN ulimit $FUNCTION ulimit_builtin diff --git a/app-shells/bash/files/bash-4.1-fbsd-eaccess.patch b/app-shells/bash/files/bash-4.1-fbsd-eaccess.patch index 576a8a47a619..3c5b5dd98d9b 100644 --- a/app-shells/bash/files/bash-4.1-fbsd-eaccess.patch +++ b/app-shells/bash/files/bash-4.1-fbsd-eaccess.patch @@ -4,8 +4,8 @@ executable files when run by root on FreeBSD. See http://bugs.gentoo.org/303411 Patch from Johan Hattne ---- lib/sh/eaccess.c.orig -+++ lib/sh/eaccess.c +--- a/lib/sh/eaccess.c.orig ++++ b/lib/sh/eaccess.c @@ -198,11 +198,19 @@ char *path; int mode; diff --git a/app-shells/bash/files/bash-4.2-dev-fd-buffer-overflow.patch b/app-shells/bash/files/bash-4.2-dev-fd-buffer-overflow.patch index bef960ab980c..d50c269b7e71 100644 --- a/app-shells/bash/files/bash-4.2-dev-fd-buffer-overflow.patch +++ b/app-shells/bash/files/bash-4.2-dev-fd-buffer-overflow.patch @@ -20,8 +20,8 @@ buffer to avoid buffer overflow. Patch (apply with `patch -p0'): -*** ../bash-4.2-patched/lib/sh/eaccess.c 2011-01-08 20:50:10.000000000 -0500 ---- lib/sh/eaccess.c 2012-06-04 21:06:43.000000000 -0400 +*** bash-4.2/lib/sh/eaccess.c +--- bash-4.2/lib/sh/eaccess.c *************** *** 83,86 **** --- 83,88 ---- diff --git a/app-shells/bash/files/bash-4.4-popd-offset-overflow.patch b/app-shells/bash/files/bash-4.4-popd-offset-overflow.patch index c6ef19d03f5a..cc6b622eca34 100644 --- a/app-shells/bash/files/bash-4.4-popd-offset-overflow.patch +++ b/app-shells/bash/files/bash-4.4-popd-offset-overflow.patch @@ -1,8 +1,8 @@ https://bugs.gentoo.org/600174 https://lists.gnu.org/archive/html/bug-bash/2016-11/msg00099.html -*** ../bash-4.4-patched/builtins/pushd.def 2016-01-25 13:31:49.000000000 -0500 ---- builtins/pushd.def 2016-10-28 10:46:49.000000000 -0400 +*** bash-4.4/builtins/pushd.def +--- bash-4.4/builtins/pushd.def *************** *** 366,370 **** } diff --git a/app-shells/bash/files/bash-4.x-deferred-heredocs.patch b/app-shells/bash/files/bash-4.x-deferred-heredocs.patch index 698d277a3db5..c6a6de44d36d 100644 --- a/app-shells/bash/files/bash-4.x-deferred-heredocs.patch +++ b/app-shells/bash/files/bash-4.x-deferred-heredocs.patch @@ -3,8 +3,8 @@ http://lists.gnu.org/archive/html/bug-bash/2010-03/msg00063.html fix heredocs handling in `set` output -*** ../bash-4.1-patched/print_cmd.c 2009-09-16 15:32:26.000000000 -0400 ---- print_cmd.c 2010-03-22 21:15:30.000000000 -0400 +*** bash-4.1/print_cmd.c +--- bash-4.1/print_cmd.c *************** *** 114,117 **** --- 114,123 ---- -- cgit v1.2.3