add changes

OBS-URL: https://build.opensuse.org/package/show/shells/ksh?expand=0&rev=216
This commit is contained in:
Michael Schröder 2017-12-14 10:13:52 +00:00 committed by Git OBS Bridge
parent b264fccf9e
commit f4e62fa5db
2 changed files with 32 additions and 1 deletions

View File

@ -45,6 +45,37 @@ Fri Jun 12 13:54:45 CEST 2015 - mls@suse.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:
* ksh93-sfio.dif
* ksh93-heredoclex.dif
* ksh93-fdstatus.dif
* ksh93-backticks.dif
* ksh93-crashes.dif
* astksh_builtin_poll20120806_001.diff
* ksh93-jobs.dif
* ksh93-uninitialized.dif
- fix stk aliasing code [bnc#844071]
new patch: ksh93-stkaliasdif
- 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 10:42:59 UTC 2015 - schwab@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ksh
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed