Dominique Leuenberger
f43f485ec4
Accepting request 1004899 from Base:System
...
- Enable parallel builds by slpitting clean and all at make time
(Thanks to Christopher Yeleighton)
- Do not copy more than 1 byte for \(aq becoming a "'" in
quotes-man2html.patch
- Small change in quotes-man2html.patch
* Use a simple "'" aka quote instead of "′" for "\(aq"
- Add patch quotes-man2html.patch
* Fix boo#1203091 -- BASH(1) Manual Page: Unprocessed macro aq
OBS-URL: https://build.opensuse.org/request/show/1004899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=179
2022-09-21 12:38:57 +00:00
Dr. Werner Fink
18e165be77
Fix the fix
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=351
2022-09-20 07:01:04 +00:00
Dr. Werner Fink
6d31bdd816
.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=350
2022-09-19 13:30:02 +00:00
Dr. Werner Fink
e7e1b06c27
Simple quote
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=349
2022-09-19 13:12:58 +00:00
Dr. Werner Fink
3e6b4919cf
boo#1203091
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=348
2022-09-15 13:15:46 +00:00
Dominique Leuenberger
b4c91ec3fc
Accepting request 975257 from Base:System
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/975257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=178
2022-05-10 13:09:36 +00:00
9b0894f00a
- use https:// for source urls
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=346
2022-04-28 19:00:51 +00:00
Dominique Leuenberger
6418c2d844
Accepting request 964694 from Base:System
...
- Do use old legacy PreReq to get bash installed before bash-sh
but do not require bash-sh by bash (bsc#1197448)
OBS-URL: https://build.opensuse.org/request/show/964694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=177
2022-03-29 16:13:42 +00:00
Dr. Werner Fink
ea56a00ed8
Do use old legacy PreReq to get bash installed before bash-sh but do not require bash-sh by bash (bsc#1197448)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=344
2022-03-24 14:45:01 +00:00
Dominique Leuenberger
fa7179c1e9
Accepting request 958697 from Base:System
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/958697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=176
2022-03-05 13:42:54 +00:00
Dr. Werner Fink
acf579536e
get_version_number.sh
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=342
2022-02-24 08:40:56 +00:00
Dr. Werner Fink
1efbd997a2
.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=341
2022-02-24 08:22:27 +00:00
Dr. Werner Fink
d132b4a1c1
Signatures of the patches
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=340
2022-02-24 08:18:34 +00:00
Dr. Werner Fink
828b6ce49c
Accepting request 957141 from home:bmwiedemann:branches:Base:System
...
Verify upstream release signatures
OBS-URL: https://build.opensuse.org/request/show/957141
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=339
2022-02-24 08:15:00 +00:00
Dominique Leuenberger
5cd1da5874
Accepting request 947929 from Base:System
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/947929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=175
2022-01-25 16:35:35 +00:00
Dr. Werner Fink
00b42ecc1f
Update bash 5.1 to patch level 16
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=338
2022-01-14 12:01:01 +00:00
Dominique Leuenberger
8935bfd6a7
Accepting request 935465 from Base:System
...
- avoid duplicating COPYING file in bash-doc (already in main package in
licensedir)
OBS-URL: https://build.opensuse.org/request/show/935465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=174
2021-12-06 22:59:16 +00:00
29c3a1fc6d
- avoid duplicating COPYING file in bash-doc (already in main package in
...
licensedir)
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=337
2021-12-03 13:59:31 +00:00
Dominique Leuenberger
dd9f9f1b37
Accepting request 932216 from Base:System
...
- Update bash 5.1 to patch level 12
* Add official patch bash51-009
The bash malloc implementation of malloc_usable_size() does not follow the
specification. This can cause library functions that use it to overwrite
memory bounds checking.
* Add official patch bash51-010
If `wait -n' is interrupted by a trapped signal other than SIGINT, it does
not completely clean up state, and that can prevent subsequent calls to
`wait -n' from working correctly.
* Add official patch bash51-011
When reading a compound assignment, and running it through the parser to
split it into words, we need to save and restore any alias we're currently
expanding.
* Add official patch bash51-012
There is a possible race condition that arises when a child process receives
a signal trapped by the parent before it can reset the signal dispositions.
The child process is not supposed to trap the signal in this circumstance.
- Using package bash-sh instead of the update-alternative
mechanism.
OBS-URL: https://build.opensuse.org/request/show/932216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=173
2021-12-01 19:46:32 +00:00
Dr. Werner Fink
554b7bddf1
Update bash 5.1 to patch level 12
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=336
2021-11-18 10:43:17 +00:00
Dr. Werner Fink
84d2e68bfd
Accepting request 927737 from home:schubi2:Factory
...
- Using package bash-sh instead of the update-alternative mechanism.
- removed BuildRequires: /bin/sh
OBS-URL: https://build.opensuse.org/request/show/927737
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=335
2021-10-28 12:46:19 +00:00
Richard Brown
7229960c64
Accepting request 922406 from Base:System
...
- Install bash_builtins manpage under the correct name (forwarded request 922382 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/922406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=172
2021-10-08 20:04:33 +00:00
Dr. Werner Fink
36ec976304
Accepting request 922382 from home:Andreas_Schwab:Factory
...
- Install bash_builtins manpage under the correct name
OBS-URL: https://build.opensuse.org/request/show/922382
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=334
2021-09-30 14:47:02 +00:00
Dominique Leuenberger
d75bef4376
Accepting request 908369 from Base:System
...
- Use a get_version_number.sh script
- Get patch lvl by running command to find it instead of hardcoding
- Remove old SUSE RPM constructs
- Clean spec file
OBS-URL: https://build.opensuse.org/request/show/908369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=171
2021-08-02 10:04:14 +00:00
Dr. Werner Fink
87126db1e5
get_version_number
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=333
2021-07-26 08:58:19 +00:00
Dr. Werner Fink
358dfce800
Accepting request 908007 from home:gmbr3:Active
...
- Get patch lvl by running command to find it instead of hardcoding
- Remove old SUSE RPM constructs
- Clean spec file
OBS-URL: https://build.opensuse.org/request/show/908007
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=332
2021-07-26 08:01:45 +00:00
Dominique Leuenberger
e3c6565d43
Accepting request 897522 from Base:System
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/897522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=170
2021-06-09 19:51:28 +00:00
Dr. Werner Fink
dcd27f0400
.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=330
2021-05-28 14:18:58 +00:00
Dr. Werner Fink
dac90a18f2
HOSTTYPE
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=329
2021-05-28 13:56:42 +00:00
Dominique Leuenberger
f41ed3655e
Accepting request 890765 from Base:System
...
- Add official patch bash51-005
* Fix two memory leaks when assigning arrays using compound assignment syntax.
- Add official patch bash51-006
* Make sure child processes forked to run command substitutions are in the
proper process group.
- Add official patch bash51-007
* The code to check readline versions in an inputrc file had the sense of the
comparisons reversed.
- Add official patch bash51-008
* Process substitution FIFOs opened by child processes as targets of redirections
were not removed appropriately, leaving remnants in the file system.
OBS-URL: https://build.opensuse.org/request/show/890765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=169
2021-05-11 21:03:26 +00:00
Dr. Werner Fink
c13730cabe
Add upstream bash51-005, bash51-006, bash51-007, and bash51-008
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=327
2021-05-05 15:09:41 +00:00
Dominique Leuenberger
d123fca42d
Accepting request 862386 from Base:System
...
- Update to final bash 5.1
* Which is mainly the last rc3 veresion
- Add official patch bash51-001
There is a missing dependency on a constructed file, which can cause highly
parellel builds to fail.
- Add official patch bash51-002
If there are no jobs, and the `-n' and `-p' options are both supplied to
`wait', bash can assign a value to the variable name specified with `-p'
instead of leaving it unset.
- Add official patch bash51-003
Bash does not put a command substitution process that is started to perform an
expansion in a child process into the right process group where it can receive
keyboard-generated signals.
- Add official patch bash51-004
If a key-value compound array assignment to an associative array is supplied
as an assignment statement argument to the `declare' command that declares the
array, the assignment doesn't perform the correct word expansions.
This patch makes key-value assignment and subscript assignment perform the
same expansions when they're supplied as an argument to `declare'.
- Update to bash 5.1 rc3
* The `assoc_expand_once' option now affects the evaluation of the -v primary
to test and the [[ compound command.
- Update to bash 5.1 rc2
* Process substitutions started from an interactive shell no longer have their
standard input implicitly redirected from /dev/null.
* Fixed an issue with setting the SIGINT trap handler in an interactive shell
when temporarily running $PROMPT_COMMAND non-interactively.
OBS-URL: https://build.opensuse.org/request/show/862386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=168
2021-01-20 17:22:49 +00:00
Dr. Werner Fink
38ccd68a66
.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=325
2021-01-11 15:37:11 +00:00
Dr. Werner Fink
b4264eacad
Update to bash 5.1 patch 4
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=324
2021-01-11 12:18:34 +00:00
Dominique Leuenberger
de2923b298
Accepting request 852327 from Base:System
...
OBS-URL: https://build.opensuse.org/request/show/852327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=167
2020-12-07 13:59:49 +00:00
Dr. Werner Fink
3a8b55502d
Accepting request 851923 from home:lnussel:usrmove
...
- remove obsolete info macros
- prepare usrmerge (boo#1029961)
OBS-URL: https://build.opensuse.org/request/show/851923
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=322
2020-12-01 11:45:32 +00:00
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