SHA256
3
0
forked from pool/bash
Commit Graph

462 Commits

Author SHA256 Message Date
Stephan Kulow
f72b592a19 - 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
- Rename bash-4.2-extra-import-func.patch to bash-4.3-extra-import-func.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=193
2014-11-03 14:40:05 +00:00
Stephan Kulow
cd8d194cb1 - Rename readline-6.2.dif to readline-6.3.dif and bash-4.2.dif to bash-4.3.dif
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=192
2014-11-03 14:38:01 +00:00
Dr. Werner Fink
e06d92a6eb .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=191
2014-10-24 12:53:53 +00:00
Dr. Werner Fink
ca8d53e773 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=190
2014-10-24 12:50:19 +00:00
Dr. Werner Fink
439b339c82 Accepting request 258193 from home:aljex:branches:Base:System
Small correction to which targets don't want autoconf. Fixes OS 10.2. Builds on everything from SL 10.0 to current now.

OBS-URL: https://build.opensuse.org/request/show/258193
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=189
2014-10-24 12:45:57 +00:00
Dr. Werner Fink
c8b88503ec .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=188
2014-10-22 14:09:39 +00:00
Dr. Werner Fink
d15773abd3 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=187
2014-10-22 13:49:41 +00:00
Dr. Werner Fink
31048b0039 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=186
2014-10-22 13:46:56 +00:00
Dr. Werner Fink
939fe3d337 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=185
2014-10-22 12:53:54 +00:00
Dr. Werner Fink
1dbc189e2d Accepting request 257920 from home:aljex:branches:Base:System
Allow building on targets older than OS 11.0 as long as it's free. This allows building on SL 10.1 to current with no other changes. This is useful for production machines to get "shellshock" patches.

OBS-URL: https://build.opensuse.org/request/show/257920
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=184
2014-10-22 12:34:09 +00:00
Stephan Kulow
12947694b2 Accepting request 254104 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/254104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=120
2014-10-15 14:19:27 +00:00
Dr. Werner Fink
6036db33a4 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=182
2014-10-06 08:23:18 +00:00
Dr. Werner Fink
4012ca1690 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=181
2014-09-30 13:52:29 +00:00
Dr. Werner Fink
b9cbc6cfcd .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=180
2014-09-30 13:50:21 +00:00
Dr. Werner Fink
0320505816 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=179
2014-09-30 13:48:51 +00:00
Dr. Werner Fink
b6a27c9e9a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=178
2014-09-30 12:41:44 +00:00
Stephan Kulow
6f657cacdc Accepting request 252744 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/252744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=119
2014-09-29 10:40:44 +00:00
Stephan Kulow
0fe4637ee1 Accepting request 251830 from Base:System
- 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)

OBS-URL: https://build.opensuse.org/request/show/251830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=118
2014-09-28 17:53:46 +00:00
Dr. Werner Fink
026b46f955 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=175
2014-09-26 12:41:56 +00:00
Dr. Werner Fink
e261e6e10e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=174
2014-09-24 15:43:57 +00:00
Dr. Werner Fink
463ec63cfc .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=173
2014-09-24 15:41:53 +00:00
Dr. Werner Fink
4267b3d086 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=172
2014-09-24 15:38:54 +00:00
Dr. Werner Fink
a1b7d9ff98 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=171
2014-09-24 14:40:50 +00:00
Dr. Werner Fink
ddae5b7925 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=170
2014-09-15 08:52:55 +00:00
Stephan Kulow
5fec065b3c Accepting request 241291 from Base:System
- Don't use outdated C standard (forwarded request 241275 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/241291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=116
2014-07-19 09:04:26 +00:00
Dr. Werner Fink
9a1ea9ec58 Accepting request 241275 from home:AndreasSchwab:f
- Don't use outdated C standard

OBS-URL: https://build.opensuse.org/request/show/241275
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=168
2014-07-17 06:50:42 +00:00
Stephan Kulow
eb59b590a5 Accepting request 231049 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/231049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=115
2014-04-25 14:06:58 +00:00
Dr. Werner Fink
5f70d6bad9 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=166
2014-04-15 15:31:00 +00:00
Dr. Werner Fink
49a280f9e8 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=165
2014-04-15 15:27:13 +00:00
Stephan Kulow
30102a709f Accepting request 228434 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/228434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=114
2014-04-06 07:54:10 +00:00
Dr. Werner Fink
aa995d8f87 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=163
2014-04-01 12:37:02 +00:00
Stephan Kulow
1c8a607004 Accepting request 226577 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/226577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=113
2014-03-19 12:57:40 +00:00
Dr. Werner Fink
bce98cbd6e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=161
2014-03-18 11:26:57 +00:00
Stephan Kulow
3627245df0 Accepting request 220503 from Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/220503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=112
2014-02-01 08:40:12 +00:00
Dr. Werner Fink
ee2a0abf5b .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=159
2014-01-31 16:40:36 +00:00
Stephan Kulow
3b9026ad5f Accepting request 182923 from Base:System
- Reintroduce patch bash-4.2-winch.dif to solve bnc#828877
  accordingly to my test and upstream (search on bug-bash@gnu.org
  for message-id <51DFEB10.8080302@case.edu>)

OBS-URL: https://build.opensuse.org/request/show/182923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=110
2013-07-12 18:42:19 +00:00
Dr. Werner Fink
eecc769213 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=157
2013-07-12 12:39:40 +00:00
Dr. Werner Fink
96abf8407d .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=156
2013-07-12 12:38:33 +00:00
Stephan Kulow
58982acbd3 Accepting request 182487 from Base:System
- Add bash-4.2-strcpy.patch from upstream mailing list to patch
  collection tar ball to avoid when using \w in the prompt and
  changing the directory outside of HOME the a strcpy work on
  overlapping memory areas.

OBS-URL: https://build.opensuse.org/request/show/182487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=109
2013-07-11 11:27:19 +00:00
Dr. Werner Fink
4d89c21e47 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=154
2013-07-08 11:30:53 +00:00
Stephan Kulow
7a06703de5 Accepting request 177600 from Base:System
- add a conflict between readline5 and readline6-32bit

- Do not restart the sighandler after a trap is reset (bnc#820149)

OBS-URL: https://build.opensuse.org/request/show/177600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=108
2013-06-05 09:39:39 +00:00
Stephan Kulow
1df6a3d6c0 - add a conflict between readline5 and readline6-32bit
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=152
2013-06-04 18:37:39 +00:00
Dr. Werner Fink
2213549017 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=151
2013-05-28 15:28:20 +00:00
Stephan Kulow
76c30b39ff Accepting request 160437 from Base:System
- Add patch from upstream mailing list to speed up array handling 
- Add patch from upstream mailing list to avoid fdleaks
- Use lsdiff to determine the depth of the leading slashes in a
  patch file

- Disable workaround for bnc#382214 due bnc#806628, let's see when
  the old bug will be up again.
- Update bash 4.2 to patch level 45
  * When SIGCHLD is trapped, and a SIGCHLD trap handler runs when
    a pending `read -t' invocation times out and generates SIGALRM,
    bash can crash with a segmentation fault.
  * When converting a multibyte string to a wide character string
    as part of pattern matching, bash does not handle the end of
    the string correctly, causing the search for the NUL to go
    beyond the end of the string and reference random memory.
    Depending on the contents of that memory, bash can produce
    errors or crash. 
  * The <&n- and >&n- redirections, which move one file descriptor
    to another, leave the file descriptor closed when applied to
    builtins or compound commands.
- Use screen to provide a controlling terminal for running the
  test suite

OBS-URL: https://build.opensuse.org/request/show/160437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=107
2013-03-22 10:00:46 +00:00
Dr. Werner Fink
f7db404702 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=149
2013-03-21 11:55:05 +00:00
Dr. Werner Fink
94fed9b54f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=148
2013-03-15 15:46:33 +00:00
Stephan Kulow
fac254bfb8 Accepting request 155228 from Base:System
- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64
- Fix check for negated warning switch (forwarded request 155178 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/155228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=106
2013-02-12 16:41:35 +00:00
Dr. Werner Fink
97bb7c126c Accepting request 155178 from home:Andreas_Schwab:Factory
- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64
- Fix check for negated warning switch

OBS-URL: https://build.opensuse.org/request/show/155178
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=146
2013-02-12 14:13:38 +00:00
Stephan Kulow
cc0b386ade Accepting request 147710 from Base:System
- Avoid autoconf on older products 
- Apply audit patch variant to readline as well as we use a shared
  libreadline
- Avoid bash-devel on older products as older GNU make do not have
  a realpath builtin

- Do not trigger the export of COLUMNS or LINES due enforced
  checkwinsize (bnc#793536)

- Update bash 4.2 to patch level 42
  * Missing I/O errors if output redirection applied to builtin
    commands when the file descriptor was closed
  * Process substitution incorrectly inherited a flag that
    inhibited using the temporary environment for variable lookups
    if it was providing the filename to a redirection.
  * Compilation failed after specifying the `minimal config' option

OBS-URL: https://build.opensuse.org/request/show/147710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=104
2013-01-11 14:53:46 +00:00
Dr. Werner Fink
4e17833c13 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=144
2013-01-09 10:03:33 +00:00