Blame SOURCES/bash-5.1-patch-1.patch

b92f7d
diff --git a/Makefile.in b/Makefile.in
b92f7d
--- a/Makefile.in
b92f7d
+++ b/Makefile.in
b92f7d
@@ -1315,6 +1315,7 @@ bashline.o: trap.h flags.h assoc.h $(BASHINCDIR)/ocache.h
b92f7d
 bashline.o: $(DEFSRC)/common.h $(GLOB_LIBSRC)/glob.h alias.h
b92f7d
 bashline.o: pcomplete.h ${BASHINCDIR}/chartypes.h input.h
b92f7d
 bashline.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h
b92f7d
+bashline.o: ${DEFDIR}/builtext.h
b92f7d
 bracecomp.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h
b92f7d
 bracecomp.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h
b92f7d
 bracecomp.o: command.h ${BASHINCDIR}/stdc.h error.h
b92f7d
@@ -1435,6 +1436,7 @@ builtins/evalstring.o: quit.h unwind_prot.h ${BASHINCDIR}/maxpath.h jobs.h built
b92f7d
 builtins/evalstring.o: dispose_cmd.h make_cmd.h subst.h externs.h 
b92f7d
 builtins/evalstring.o: jobs.h builtins.h flags.h input.h execute_cmd.h
b92f7d
 builtins/evalstring.o: bashhist.h $(DEFSRC)/common.h pathnames.h
b92f7d
+builtins/evalstring.o: ${DEFDIR}/builtext.h
b92f7d
 builtins/getopt.o: config.h ${BASHINCDIR}/memalloc.h
b92f7d
 builtins/getopt.o: shell.h syntax.h bashjmp.h command.h general.h xmalloc.h error.h
b92f7d
 builtins/getopt.o: variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
b92f7d
diff --git a/builtins/Makefile.in b/builtins/Makefile.in
b92f7d
--- a/builtins/Makefile.in
b92f7d
+++ b/builtins/Makefile.in
b92f7d
@@ -361,7 +361,7 @@ evalstring.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
b92f7d
 evalstring.o: $(topdir)/externs.h $(topdir)/jobs.h $(topdir)/builtins.h
b92f7d
 evalstring.o: $(topdir)/flags.h $(topdir)/input.h $(topdir)/execute_cmd.h
b92f7d
 evalstring.o: $(topdir)/bashhist.h $(srcdir)/common.h
b92f7d
-evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h
b92f7d
+evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h ./builtext.h
b92f7d
 #evalstring.o: $(topdir)/y.tab.h
b92f7d
 getopt.o: ../config.h $(BASHINCDIR)/memalloc.h
b92f7d
 getopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h $(topdir)/command.h
b92f7d
diff --git a/patchlevel.h b/patchlevel.h
b92f7d
--- a/patchlevel.h
b92f7d
+++ b/patchlevel.h
b92f7d
@@ -1,6 +1,6 @@
b92f7d
 /* patchlevel.h -- current bash patch level */
b92f7d
 
b92f7d
-/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
b92f7d
+/* Copyright (C) 2001-2020 Free Software Foundation, Inc.
b92f7d
 
b92f7d
    This file is part of GNU Bash, the Bourne Again SHell.
b92f7d
 
b92f7d
@@ -25,6 +25,6 @@
b92f7d
    regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
b92f7d
    looks for to find the patch level (for the sccs version string). */
b92f7d
 
b92f7d
-#define PATCHLEVEL 0
b92f7d
+#define PATCHLEVEL 1
b92f7d
 
b92f7d
 #endif /* _PATCHLEVEL_H_ */