Revisions of bash

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 437140 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 131)
- no-null-warning.patch: Don't warn about null bytes in command
  substitution (forwarded request 437120 from Andreas_Schwab)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 417861 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 130)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 406709 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 129)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 341009 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 127)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 329522 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 126)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 314679 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 125)
 (forwarded request 314678 from coolo)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 309045 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 124)
- Add upstream patch bash43-034
  If neither the -f nor -v options is supplied to unset, and a name argument is
  found to be a function and unset, subsequent name arguments are not treated as
  variables before attempting to unset a function by that name.
- Add upstream patch bash43-035
  A locale with a long name can trigger a buffer overflow and core dump.  This
  applies on systems that do not have locale_charset in libc, are not using
  GNU libiconv, and are not using the libintl that ships with bash in lib/intl.
- Add upstream patch bash43-036
  When evaluating and setting integer variables, and the assignment fails to
  create a variable (for example, when performing an operation on an array
  variable with an invalid subscript), bash attempts to dereference a null
  pointer, causing a segmentation violation.
- Add upstream patch bash43-037
  If an associative array uses `@' or `*' as a subscript, `declare -p' produces
  output that cannot be reused as input.
- Add upstream patch bash43-038
  There are a number of instances where `time' is not recognized as a reserved
  word when the shell grammar says it should be.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 287711 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 121)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 254104 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 120)
- Replace patches bash-4.2-heredoc-eof-delim.patch and
  bash-4.2-parse-exportfunc.patch with the official upstream
  patch levels bash42-052 and bash42-053

- Replace patch bash-4.2-CVE-2014-7187.patch with upstream patch
  level bash42-051

- Add patches
  bash-4.2-heredoc-eof-delim.patch for bsc#898812, CVE-2014-6277:
  more troubles with functions
  bash-4.2-parse-exportfunc.patch for bsc#898884, CVE-2014-6278:
  code execution after original 6271 fix

- Make bash-4.2-extra-import-func.patch an optional patch due
  instruction

- Remove and replace patches
  bash-4.2-CVE-2014-6271.patch
  bash-4.2-BSC898604.patch
  bash-4.2-CVE-2014-7169.patch
  with bash upstream patch 48, patch 49, and patch 50
- Add patch bash-4.2-extra-import-func.patch which is based on the
  BSD patch of Christos.  As further enhancements the option
  import-functions is mentioned in the manual page and a shopt
  switch is added to enable and disable import-functions on the fly
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 252744 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 119)
- Add patches
  bash-4.2-BSC898604.patch for bsc#898604: functions via environment
  hardening
  bash-4.2-CVE-2014-7169.patch for bsc#898346, CVE-2014-7169:
  incremental parsing fix for function environment issue
  bash-4.2-CVE-2014-7187.patch for bsc#898603, CVE-2014-7186,
  CVE-2014-7187: bad handling of HERE documents and for loop issue
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 251830 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 118)
- Add bash-4.2-CVE-2014-6271.patch
  to fix CVE-2014-6271, the unexpected code execution with
  environment variables (bnc#896776)

- Add patch bash-4.2-error-getpwd.patch
  which is the backport of the corrected german error message for
  a failing getpwd (bnc#895475)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 117)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 241291 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 116)
- Don't use outdated C standard (forwarded request 241275 from AndreasSchwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 231049 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 115)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228434 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 114)
- Add bash upstream patch 46 to fix a problem introduced by patch
  32 a problem with "$@" and arrays expanding empty positional
  parameters or array elements when using substring expansion,
  pattern substitution, or case modfication.  The empty parameters
  or array elements are removed instead of expanding to empty
  strings ("").
- Add readline upstream patch 5: The readline shared library
  helper script needs to be updated for Mac OS X 10.9
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 226577 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 113)
- CVE-2014-2524: bash,readline: temporary file misuse in _rl_tropen (bnc#868822)
  Even if used only by developers to debug readline library do not
  open temporary files from public location without O_EXCL
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 220503 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 112)
- Add upstream patch bash-4.2-prompt-dirtrim.patch
  bash patch tar ball to solve some some cases strange output
  displayed in the prompt if PROMPT_DIRTRIM i sset.
Displaying revisions 61 - 80 of 191
openSUSE Build Service is sponsored by