Index: /trunk/server/common/patches/bash-4.2-disable-function-imports.patch
===================================================================
--- /trunk/server/common/patches/bash-4.2-disable-function-imports.patch	(revision 2619)
+++ /trunk/server/common/patches/bash-4.2-disable-function-imports.patch	(revision 2619)
@@ -0,0 +1,13 @@
+diff --git a/variables.c b/variables.c
+index cdc54bc..74f3a8c 100644
+--- a/variables.c
++++ b/variables.c
+@@ -349,7 +349,7 @@ initialize_shell_variables (env, privmode)
+ 
+       /* If exported function, define it now.  Don't import functions from
+ 	 the environment in privileged mode. */
+-      if (privmode == 0 && read_but_dont_execute == 0 && STREQN ("() {", string, 4))
++      if (0)
+ 	{
+ 	  string_length = strlen (string);
+ 	  temp_string = (char *)xmalloc (3 + string_length + char_index);
Index: /trunk/server/fedora/Makefile
===================================================================
--- /trunk/server/fedora/Makefile	(revision 2618)
+++ /trunk/server/fedora/Makefile	(revision 2619)
@@ -19,5 +19,5 @@
 # See /COPYRIGHT in this repository for more information.
 
-upstream_yum	= krb5 krb5.i686 httpd openssh libgsasl
+upstream_yum	= krb5 krb5.i686 httpd openssh libgsasl bash
 hackage		= cgi-3001.1.8.5 unix-handle-0.0.0
 upstream_hackage = ghc-cgi ghc-unix-handle
Index: /trunk/server/fedora/specs/bash.spec.patch
===================================================================
--- /trunk/server/fedora/specs/bash.spec.patch	(revision 2619)
+++ /trunk/server/fedora/specs/bash.spec.patch	(revision 2619)
@@ -0,0 +1,30 @@
+--- bash.spec.old	2014-07-21 07:48:05.000000000 -0400
++++ bash.spec	2014-09-24 20:59:58.416349649 -0400
+@@ -7,7 +7,8 @@
+ Version: %{baseversion}%{patchleveltag}
+ Name: bash
+ Summary: The GNU Bourne Again shell
+-Release: 3%{?dist}
++Release: 3%{?dist}.scripts.%{scriptsversion}
++Provides: scripts-bash
+ Group: System Environment/Shells
+ License: GPLv3+
+ Url: http://www.gnu.org/software/bash
+@@ -124,6 +125,9 @@
+ # 1112710 - mention ulimit -c and -f POSIX block size
+ Patch128: bash-4.2-man-ulimit.patch
+ 
++# Disable function imports
++Patch9000: bash-4.2-disable-function-imports.patch
++
+ BuildRequires: texinfo bison
+ BuildRequires: ncurses-devel
+ BuildRequires: autoconf, gettext
+@@ -226,6 +230,7 @@
+ %patch125 -p1 -b .size_type
+ %patch126 -p1 -b .missing_closes
+ %patch128 -p1 -b .ulimit
++%patch9000 -p1 -b .disable_function_imports
+ 
+ echo %{version} > _distribution
+ echo %{release} > _patchlevel
Index: /trunk/server/fedora/specs/scripts-base.spec
===================================================================
--- /trunk/server/fedora/specs/scripts-base.spec	(revision 2618)
+++ /trunk/server/fedora/specs/scripts-base.spec	(revision 2619)
@@ -12,4 +12,5 @@
 Requires: accountadm
 Requires: execsys
+Requires: scripts-bash
 Requires: scripts-dkms-openafs
 Requires: %{all_archs scripts-krb5-libs}
