Changeset 2620


Ignore:
Timestamp:
Sep 26, 2014, 5:20:33 AM (10 years ago)
Author:
andersk
Message:
Revert r2619 “bash: Disable function imports”

The fixes applied in bash 4.2.48-2 are convincing.  Specifically,
function exports now use the variable ‘BASH_FUNC_foo()’ instead of
‘foo’, and will be blocked by suexec or anything that puts nonzero
effort into sanitizing the environment.  And we don’t want to maintain
bash forever.

Location:
trunk/server
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r2619 r2620  
    1919# See /COPYRIGHT in this repository for more information.
    2020
    21 upstream_yum    = krb5 krb5.i686 httpd openssh libgsasl bash
     21upstream_yum    = krb5 krb5.i686 httpd openssh libgsasl
    2222hackage         = cgi-3001.1.8.5 unix-handle-0.0.0
    2323upstream_hackage = ghc-cgi ghc-unix-handle
  • trunk/server/fedora/specs/scripts-base.spec

    r2619 r2620  
    1212Requires: accountadm
    1313Requires: execsys
    14 Requires: scripts-bash
    1514Requires: scripts-dkms-openafs
    1615Requires: %{all_archs scripts-krb5-libs}
Note: See TracChangeset for help on using the changeset viewer.