Changelog for
ksh-debuginfo-93vu-bp156.5.1.x86_64.rpm :
* Mon May 13 2024 mlsAATTsuse.de- remove no longer needed qemu workaround deleted patch: ksh-qemu.patch- do not use posix_spawn as it lacks proper job handling [bsc#1224057] new patch: ksh93-no-posix_spawn.dif
* Thu Feb 22 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Tue Nov 07 2023 Dominique Leuenberger - Fix build with RPM 4.19: unnumbered patches are no longer supported.
* Tue Dec 27 2022 Ludwig Nussel - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Wed Mar 31 2021 Jan Engelhardt - Remove BuildRequires: bind-libs. Requiring libs this way is just wrong.
* Wed Jan 27 2021 Ludwig Nussel - prepare usrmerge (boo#1029961)- clean up SLE11 compat sections
* Thu Jan 21 2021 Thorsten Kukuk - remove pwdutils buildrequires, it\'s not needed and pwdutils got dropped many years ago
* Fri Nov 13 2020 mlsAATTsuse.de- remove sys/sysctl.h include as it no longer exists in linux new patch: ksh93-no-sysctl.dif
* Fri Sep 06 2019 mlsAATTsuse.de- fix build by removing -Werror=return-type and using - ffat-lto-objects
* Wed Dec 20 2017 mlsAATTsuse.de- fix build with new glibc versions new patch: ksh93-filedefined.dif
* Wed Oct 12 2016 mlsAATTsuse.de- fix locking error in spawn implementation [bnc#988213] new patch: ksh93-spawnlock.dif- make patch ordering the same as in sle-11
* Tue Jul 05 2016 mlsAATTsuse.de- own the ksh files in /etc/alternatives [bnc#987362] [bnc#962069]- fix leak in optimize processing [bnc#982423] new patch: ksh93-optimizeleak.dif- fix editor prediction code garbling input [bnc#964966] new patch: ksh93-edpredict.dif
* Wed Dec 16 2015 mlsAATTsuse.de- add ast suffix to optbin manpages to prevent file conflicts- fix fd leak when doing redirects in a subshell [bnc#954856] new patch: ksh93-redirectleak.dif- rewrite ksh93-backtick.dif to a more correct version [bnc#953533] [bnc#955221]- also tweak ksh93-backtick.dif so that the pipe is drained after io_restore is called.
* Tue Sep 15 2015 mlsAATTsuse.de- fix freeing memory twice if an array is turned into an compound variable and then unset [bnc#924043] new patch: ksh93-nvtree-free.dif- backport fix for segmentation fault with \'typeset -RF\' new patch: ksh93-int16double.dif- backport hanging command substitution with large output fix from upstream [bnc#887320] [bnc#926172] [bnc#934437] new patch: ksh93-backtick.dif- backport job list corruption fix from ksg93v [bnc#924318] new patch: ksh93-jpold.dif
* Fri Jun 12 2015 mlsAATTsuse.de- go back to ksh93u to have a stable version in SLE-12 use 93vu as version so that the software stack sees this as an update. (FATE#319107, bsc#939252)- add back the following patches:
* astksh_builtin_poll20120806_001.diff
* ksh93-backticks.dif
* ksh93-crashes.dif
* ksh93-dttree-crash.dif
* ksh93-fdstatus.dif
* ksh93-heredoclex.dif
* ksh93-jobs.dif
* ksh93-sfio.dif
* ksh93-uninitialized.dif- fix stk aliasing code [bnc#844071] new patch: ksh93-stkalias.dif- fix stk restoration in sh_exec [bnc#844071] new patch: ksh93-stkfreeze.dif- make a unknown location fatal in stkset so that we get a core dump right away instead of later in an unrelated part of code new patch: ksh93-stkset-abort.dif- fix build with std malloc new patch: ksh93-malloc-hook.dif- backport job locking code fix new patch: ksh93-joblock.dif- disable vfork, use fork instead new patch: ksh93-disable-vfork.dif- fix crash when the subshell number overflows [bnc#893031] new patch: ksh93-longenv.dif- fix path normalization in cd command [bnc#867401] new patch: ksh93-cdpwd.dif- fix segfault in dirname when cwd is gone [bnc#852160] new patch: ksh93-subshellpwd.dif- Fix ksh using wrong files is some elements in the path do not exist [bnc#899014] new patch: ksh93-path-skip.dif
* Thu Jun 11 2015 schwabAATTsuse.de- cpp.patch: fix use of cc -E without -P