bash: Refresh patches
authorMarcel Denia <redacted>
Fri, 8 Aug 2014 17:53:11 +0000 (19:53 +0200)
committerMarcel Denia <redacted>
Fri, 8 Aug 2014 23:28:34 +0000 (01:28 +0200)
Signed-off-by: Marcel Denia <redacted>
utils/bash/patches/001-compile-fix.patch
utils/bash/patches/002-force-internal-readline.patch
utils/bash/patches/129-no_doc.patch

index 8f4090b27c0ccea375008253fc36278341421101..7efa97b363125e1ed47cbdd932d1936f2fc17c52 100644 (file)
@@ -1,6 +1,6 @@
 --- a/execute_cmd.c
 +++ b/execute_cmd.c
-@@ -2202,7 +2202,11 @@ execute_pipeline (command, asynchronous,
+@@ -2369,7 +2369,11 @@ execute_pipeline (command, asynchronous,
    /* If the `lastpipe' option is set with shopt, and job control is not
       enabled, execute the last element of non-async pipelines in the
       current shell environment. */
@@ -11,5 +11,5 @@
 +#endif
 +               asynchronous == 0 && pipe_out == NO_PIPE && prev > 0)
      {
-       lstdin = move_to_high_fd (0, 0, 255);
+       lstdin = move_to_high_fd (0, 1, -1);
        if (lstdin > 0)
index ecb8375d52067a3df4aaef5b7689037419219610..050e4763e1e3d13d26648682c8aaed87a4575513 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure
 +++ b/configure
-@@ -5748,8 +5748,7 @@ _ACEOF
+@@ -5430,8 +5430,7 @@ if test $opt_readline = yes; then
                # static version specified as -llibname to override the
                # dynamic version
                case "${host_os}" in
@@ -10,9 +10,9 @@
                esac
        fi
  else
---- a/configure.in
-+++ b/configure.in
-@@ -540,8 +540,7 @@ if test $opt_readline = yes; then
+--- a/configure.ac
++++ b/configure.ac
+@@ -578,8 +578,7 @@ if test $opt_readline = yes; then
                # static version specified as -llibname to override the
                # dynamic version
                case "${host_os}" in
index 442cd22919522a3d17371f4d992f6ace4d0c4b1b..3e7be4217d403409db3a7f51dbf8dcaaf3c94eaf 100644 (file)
@@ -1,7 +1,6 @@
-diff -urN bash-4.2/Makefile.in bash-4.2.new/Makefile.in
---- bash-4.2/Makefile.in       2010-12-01 01:22:42.000000000 +0100
-+++ bash-4.2.new/Makefile.in   2012-07-30 16:24:01.325057998 +0200
-@@ -724,10 +724,8 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -741,10 +741,8 @@ reconfig: force
  #     $(MAKE) -f $(srcdir)/Makefile $(MFLAGS) srcdir=$(srcdir)
  
  doc documentation:  force
git clone https://git.99rst.org/PROJECT