SHA256
3
0
forked from pool/bash
Commit Graph

392 Commits

Author SHA256 Message Date
Dominique Leuenberger
9ea15d4fd9 Accepting request 836440 from Base:System
OBS-URL: https://build.opensuse.org/request/show/836440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=166
2020-10-08 11:05:35 +00:00
Dr. Werner Fink
1ea98e1434 Accepting request 836413 from home:sndirsch:branches:Base:System
- dot.profile: moved example for user specific LANG setting 
  from .profile to .i18n (x11-tools package) skeleton file (boo#1158724)

OBS-URL: https://build.opensuse.org/request/show/836413
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=320
2020-09-24 05:43:06 +00:00
Dominique Leuenberger
5776600cea Accepting request 824704 from Base:System
OBS-URL: https://build.opensuse.org/request/show/824704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=165
2020-08-17 09:59:12 +00:00
Dr. Werner Fink
8d1b0828fd Accepting request 824016 from home:elimat:branches:Base:System
- Bump bpatchlvl version to 18 which was missed in previous change

OBS-URL: https://build.opensuse.org/request/show/824016
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=318
2020-08-06 15:40:53 +00:00
Dominique Leuenberger
84093ebb1a Accepting request 820865 from Base:System
- Add official patch bash50-018
  * In certain cases, bash does not perform quoted null removal on patterns
    that are used as part of word expansions such as ${parameter##pattern}, so
    empty patterns are treated as non-empty.

OBS-URL: https://build.opensuse.org/request/show/820865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=164
2020-08-02 10:27:22 +00:00
Dr. Werner Fink
3b4a2516f6 Add official patch bash50-018
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=316
2020-07-14 07:22:55 +00:00
Dominique Leuenberger
cf73b6a600 Accepting request 806032 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/806032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=163
2020-05-19 12:43:22 +00:00
Dominique Leuenberger
6e794f780d Accepting request 798881 from Base:System
OBS-URL: https://build.opensuse.org/request/show/798881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=162
2020-05-09 17:48:12 +00:00
Dr. Werner Fink
3e84672b9c .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=313
2020-05-09 13:34:36 +00:00
Dr. Werner Fink
001e6e2140 Add official patch bash50-017
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=312
2020-05-09 07:08:45 +00:00
Dr. Werner Fink
f3053694c4 Accepting request 795456 from home:kukuk:branches:Base:System
- Fix usage of update-alternatives

OBS-URL: https://build.opensuse.org/request/show/795456
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=311
2020-04-29 11:13:33 +00:00
Dominique Leuenberger
37abfe1f36 Accepting request 791138 from Base:System
- Add temporary patch bash50-fix-016-close-new-fifos.patch from upstream
  to fix upstream patch bash50-016

- move man pages back to main package. It's just 100k

OBS-URL: https://build.opensuse.org/request/show/791138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=161
2020-04-08 17:54:04 +00:00
Dr. Werner Fink
d2e5229d73 Fix bash50-016
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=309
2020-04-03 08:43:13 +00:00
Dr. Werner Fink
59974a4638 Accepting request 778707 from home:lnussel:branches:Base:System
- move man pages back to main package. It's just 100k

OBS-URL: https://build.opensuse.org/request/show/778707
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=308
2020-04-03 08:27:44 +00:00
Dominique Leuenberger
766bb2598b Accepting request 774145 from Base:System
- Add official patch bash50-012
  When using previous-history to go back beyond the beginning of the history list,
  it's possible to move to an incorrect partial line.
- Add official patch bash50-013
  Reading history entries with timestamps can result in history entries joined
  by linefeeds.
- Add official patch bash50-014
  If the current line is empty, using the emacs C-xC-e binding to enter the
  editor will edit the previous command instead of the current (empty) one.
- Add official patch bash50-015
  If alias expansion is enabled when processing the command argument to the
  `-c' option, an alias is defined in that command, and the command ends with
  the invocation of that alias, the shell's command parser can prematurely
  terminate before the entire command is executed.
- Add official patch bash50-016
  Bash waits too long to reap /dev/fd process substitutions used as redirections
  with loops and group commands, which can lead to file descriptor exhaustion.

OBS-URL: https://build.opensuse.org/request/show/774145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=160
2020-02-21 15:39:52 +00:00
Dr. Werner Fink
b3bba11f08 Add upstream patches
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=306
2020-02-13 11:14:08 +00:00
Dominique Leuenberger
e5ddc12356 Accepting request 738886 from Base:System
- Remove PILOTPORT and PILOTRATE environment variable from
  default ~/.bashrc (/etc/skel/.bashrc) (bsc#1123510)
- Move definitions of environment variables from ~/.bashrc to
  ~/.profile (/etc/skel/.profile)

OBS-URL: https://build.opensuse.org/request/show/738886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=159
2019-10-25 16:37:38 +00:00
Dr. Werner Fink
9dcce687ca bsc#1123510
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=304
2019-10-16 12:54:00 +00:00
Dominique Leuenberger
69cecbae54 Accepting request 733440 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=158
2019-10-10 09:48:27 +00:00
Yuchen Lin
d7dcf65329 Accepting request 729452 from Base:System
OBS-URL: https://build.opensuse.org/request/show/729452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=157
2019-09-20 12:45:28 +00:00
Dr. Werner Fink
9edbf5774c .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=301
2019-09-19 12:12:39 +00:00
Dr. Werner Fink
f06df6c0e4 Accepting request 731941 from home:lnussel:branches:Base:System
- Do not recommend lang package. The lang package already has a
  supplements.

OBS-URL: https://build.opensuse.org/request/show/731941
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=300
2019-09-19 12:08:07 +00:00
73d87503a4 Accepting request 728237 from home:lnussel:branches:Base:System
- Avoid pulling in bash-doc into every installation. Instead of
  recommeding it, supplement the documentation pattern.

OBS-URL: https://build.opensuse.org/request/show/728237
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=299
2019-09-09 12:37:08 +00:00
Dr. Werner Fink
c7f5a48ce2 Update to patch level 11
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=298
2019-09-09 08:31:34 +00:00
Dominique Leuenberger
afcf262b8f Accepting request 725335 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/725335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=156
2019-09-07 09:23:54 +00:00
Dr. Werner Fink
d9716910b7 Add official patch bash50-008 and bash50-009
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=296
2019-08-15 13:47:41 +00:00
Dr. Werner Fink
7cb315952e Restore previous state
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=295
2019-05-16 08:31:30 +00:00
Dr. Werner Fink
403067309f Temporary change to build bash 5.0 static linked for SLES-15
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=294
2019-05-16 07:55:19 +00:00
Dr. Werner Fink
2b2eee6e8a Temporary change to build bash 5.0 static linked for SLES-15
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=293
2019-05-16 07:41:25 +00:00
Yuchen Lin
80a5524d0d Accepting request 697366 from Base:System
- Add official patch bash50-004
  * In bash-5.0, the `wait' builtin without arguments waits for all children of the
    shell. This includes children it `inherited' at shell invocation time. This
    patch modifies the behavior to not wait for these inherited children, some
    of which might be long-lived.
- Add official patch bash50-005
  * In certain cases, bash optimizes out a fork() call too early and prevents
    traps from running.
- Add official patch bash50-006
  * Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without
    also defining SYSLOG_SHOPT.
- Add official patch bash50-007
  * Running `exec' when job control was disabled, even temporarily, but after it
    had been initialized, could leave the terminal in the wrong process group for
    the executed process.

OBS-URL: https://build.opensuse.org/request/show/697366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=155
2019-04-28 17:56:42 +00:00
Dr. Werner Fink
f312225f7d Update to bash 5.0.7
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=291
2019-04-24 08:07:10 +00:00
Dominique Leuenberger
b7eb6c95c9 Accepting request 691415 from Base:System
- Add temporary fix from upstream for boo#1128936

- Add patch assignment-preceding-builtin.patch from upstream
  mailing list. Note that this break backward behaviour with
  bash-4.4 but implies that POSIX mode is more correct 

- Replace the temporary patch with official bash50-003

OBS-URL: https://build.opensuse.org/request/show/691415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=154
2019-04-08 08:29:52 +00:00
Dr. Werner Fink
50cf3045b0 boo#1128936
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=289
2019-04-04 07:21:24 +00:00
Dr. Werner Fink
0324a1a3f2 bash-5.0-003 and assignment-preceding-builtin.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=288
2019-03-21 08:27:04 +00:00
Dominique Leuenberger
52446df9d6 Accepting request 684640 from Base:System
OBS-URL: https://build.opensuse.org/request/show/684640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=153
2019-03-18 09:33:32 +00:00
Dr. Werner Fink
5cd8d96541 Accepting request 684575 from openSUSE:Factory
This is what was lost in Base:System due to the revert of bash in openSUSE:Factory

See https://bugzilla.opensuse.org/show_bug.cgi?id=1129036

It is up to you to decide what to do with it - but at least in its current form,
it is not working (install cycle with u-a/bash, detailed in the bug)

At least the non-/bin/sh related changes, like the patches, are certainly still wanted though.


- Update temporary patch from upstream to make sed testsuite
  work again

- Requires(postun) -> Requires(preun)

- Do not link /bin/sh as slave alternative to /usr/bin/sh

- Add temporary patch from upstream to fix boo#1127700

- Refine and harden update-alternatives work flow
- Move header and Makefile from bash-loadables to bash-devel 

- Make update-alternatives work flawless

- Put "sh" under control of update-alternatives

OBS-URL: https://build.opensuse.org/request/show/684575
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=286
2019-03-13 09:47:48 +00:00
Dominique Leuenberger
3cc900b138 Revert /bin/sh handling, see https://bugzilla.opensuse.org/show_bug.cgi?id=1129036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=152
2019-03-13 08:47:41 +00:00
OBS User buildservice-autocommit
8bb5fc02ba Updating link to change in openSUSE:Factory/bash revision 152
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=27cc63c809dc006b287f7ff21a894ae9
2019-03-13 08:47:41 +00:00
Dominique Leuenberger
1031b1143d Accepting request 683701 from Base:System
- Update temporary patch from upstream to make sed testsuite
  work again

- Requires(postun) -> Requires(preun)

- Do not link /bin/sh as slave alternative to /usr/bin/sh

- Add temporary patch from upstream to fix boo#1127700

- Refine and harden update-alternatives work flow
- Move header and Makefile from bash-loadables to bash-devel 

- Make update-alternatives work flawless

- Put "sh" under control of update-alternatives

OBS-URL: https://build.opensuse.org/request/show/683701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=151
2019-03-13 08:04:43 +00:00
Dr. Werner Fink
0304c14032 Update temporary patch from upstream to make sed testsuite work again
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=284
2019-03-11 07:33:22 +00:00
Dr. Werner Fink
4c81d25aa0 Requires(postun) -> Requires(preun)
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=283
2019-03-06 11:08:24 +00:00
Dr. Werner Fink
a142db8e2b .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=282
2019-03-05 14:06:47 +00:00
Dr. Werner Fink
8407c37156 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=281
2019-03-05 12:43:41 +00:00
Dr. Werner Fink
a3eaf13b4c Repair build environment in Base:System
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=280
2019-03-05 12:24:22 +00:00
Dr. Werner Fink
244d5a7a9e Do not link /bin/sh as slave alternative to /usr/bin/sh
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=279
2019-03-05 12:08:17 +00:00
Dr. Werner Fink
30abf759e6 Add temporary patch from upstream to fix boo#1127700
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=278
2019-03-04 14:33:14 +00:00
Dr. Werner Fink
a2df15eae5 Refine update alternatives
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=277
2019-03-04 10:18:00 +00:00
Dr. Werner Fink
255db7fcf6 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=276
2019-03-01 15:00:33 +00:00
Dr. Werner Fink
b3742169b2 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=275
2019-03-01 14:45:10 +00:00
Dr. Werner Fink
32fc90b562 ghosts
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=274
2019-03-01 14:10:47 +00:00