Changelog for
ksh-20120801-139.el7.x86_64.rpm :
Mon May 28 14:00:00 2018 Siteshwar Vashisht
- 20120801-139
- Fix a crash caused by memcmp()
Resolves: #1546749
Tue May 22 14:00:00 2018 Siteshwar Vashisht - 20120801-138
- Fix a crash due to out of bounds write
Resolves: #1506347
Fri Feb 16 13:00:00 2018 Kamil Dudka - 20120801-137
- Increase the release number by 100 to make sure it stays higher than in RHEL-6
Related: #1484937
Wed Jan 24 13:00:00 2018 Siteshwar Vashisht - 20120801-37
- Add configuration option to enable signal bubbling for backward compatibility
Resolves: #1484937
Mon Sep 25 14:00:00 2017 Siteshwar Vashisht - 20120801-36
- Fix setting terminal foreground process group while resuming process
Resolves: #1457990
Mon Sep 25 14:00:00 2017 Siteshwar Vashisht - 20120801-35
- Fix warning while creating kia file
Resolves: #1438045
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-34
- Multibyte character string after $1-9 was not expanded correctly
Resolves: #1299484
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-33
- Prevent null-test optimization in strdup
Resolves: #1269088
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-32
- Treat unset parameters as error
Resolves: #1222025
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-31
- Fix a memory leak on unset of associative array
Resolves: #1189297
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-30
- Fix a memory leak in subshell when PATH is set
Resolves: #1405784
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-29
- Fix a crash during clean up after sourcing multiple files
Resolves: #1321443
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-28
- Fix a bug in memory allocation while listing indexed arrays with typeset
Resolves: #1371630
Fri Feb 10 13:00:00 2017 Siteshwar Vashisht - 20120801-27
- bump release
Resolves: #1391931
Tue Apr 26 14:00:00 2016 Michal Hlavinka - 20120801-26
- closing a file descriptor in a command substitution caused loss of the output (#1202439)
- fix: in a login shell \"( cmd & )\" does nothing (#1217237)
- exporting fixed with variable corrupted its data (#1192026)
- fix segfault when handling a trap (#1211540)
- combining alarm and IFS caused segfault (#1192119)
- declaration of a two dimemsional associatve array could add an extra 0 element (#1193557)
- do not inherit invalid variables during shell initializaton (#1211538)
- case in a for loop inside a subshell caused syntax error (#1241014)
Wed Sep 30 14:00:00 2015 Michal Hlavinka - 20120801-25
- ksh could hang when executed from removed directory (#1204639)
Tue Jun 2 14:00:00 2015 Michal Hlavinka - 20120801-24
- ksh crashed when disk was full (#1212993)
Tue Apr 7 14:00:00 2015 Michal Hlavinka - 20120801-23
- using trap DEBUG could cause segmentation fault (#1209383)
Mon Nov 24 13:00:00 2014 Michal Hlavinka - 20120801-22
- fix postun scriptlet (#1146161)
Tue Sep 30 14:00:00 2014 Michal Hlavinka - 20120801-21
- include symlink for restricted shell (#1146161)
- ksh hangs when command substitution containing pipe fills out the pipe buffer (#1138751)
- current directory could differ from PWD (#1135573)
- cd builtin could break IO redirection (#1133585)
- return code from a function could be wrong (#1116507)
Tue Jul 22 14:00:00 2014 Michal Hlavinka - 20120801-20
- fix segfault in job list code (#1084406)
- do not resend signal on termination (#1085385)
- fix brace expansion on/off (#1099935)
- fix incorrect rounding of numsers 0.5 < |x| <1.0 in printf (#1070871)
- fix parser errors related to the end of the here-document marker (#1111120)
- ksh hangs when command substitution fills out the pipe buffer (#1077090)
- using typeset -l with a restricted variabled caused segmentation fault (#1121960)
- monitor mode was documented incorrectly (#1100215)
- do not crash when unsetting running function from another one (#1100215)
- should report an error when trying to cd into directory without execution bit (#1109893)
- job locking mechanism did not survive compiler optimization (#1116506)
Wed Feb 26 13:00:00 2014 Michal Hlavinka - 20120801-19
- reading a file via command substitution did not work when any of stdin,
stdout or stderr were closed (#1070328)
Tue Feb 11 13:00:00 2014 Michal Hlavinka - 20120801-18
- fix lexical parser crash (#1062220)
Thu Jan 30 13:00:00 2014 Michal Hlavinka - 20120801-17
- add missing patch and rebuild (#1048995)
Fri Jan 24 13:00:00 2014 Daniel Mach - 20120801-16
- Mass rebuild 2014-01-24
Wed Jan 22 13:00:00 2014 Michal Hlavinka - 20120801-15
- fix argv rewrite (#1047507)
- fix memory leak (#1048995)
- standard error output could get misdirected (#1048272)
Fri Jan 3 13:00:00 2014 Michal Hlavinka - 20120801-14
- fix interactive mode hangs (#1034909)
Fri Dec 27 13:00:00 2013 Daniel Mach - 20120801-13
- Mass rebuild 2013-12-27
Tue Nov 26 13:00:00 2013 Michal Hlavinka - 20120801-12
- ksh sometimes wrote wrong byte sequence to terminal when vi editing
mode was used (#1026360)
- fix errors in man page (#1030867)
Wed Oct 30 13:00:00 2013 Michal Hlavinka - 20120801-11
- ksh stops on read when monitor mode is enabled (#1023110)
Wed Jun 12 14:00:00 2013 Michal Hlavinka - 20120801-10
- fix memory leak
- monitor mode in scripts wasn\'t working
Fri May 24 14:00:00 2013 Michal Hlavinka - 20120801-9
- add alternatives switching with mksh
Thu Mar 7 13:00:00 2013 Michal Hlavinka - 20120801-8
- fix another reproducer for tab completion
Fri Feb 22 13:00:00 2013 Michal Hlavinka - 20120801-7
- do not segfault on kill % (#914669)
Fri Feb 1 13:00:00 2013 Michal Hlavinka - 20120801-6
- cd file did not produce any error
Fri Jan 25 13:00:00 2013 Michal Hlavinka - 20120801-5
- ksh could not enter directories with path containing /.something (#889748)
- file name autocomplete prevented following numeric input (#889745)
Wed Nov 21 13:00:00 2012 Michal Hlavinka - 20120801-4
- bind Home, End, Delete,... key correctly for emacs mode
- do not crash when executed from deleted directory
Fri Sep 14 14:00:00 2012 Michal Hlavinka - 20120801-3
- fix typo in binfmt config file
- register binary format after package installation
Thu Sep 13 14:00:00 2012 Michal Hlavinka - 20120801-2
- add support for direct execution of compiled scripts
Wed Aug 8 14:00:00 2012 Michal Hlavinka - 20120801-1
- ksh updated to 20120801
Tue Jul 31 14:00:00 2012 Michal Hlavinka - 20120727-1
- ksh updated to 2012-07-27
Thu Jul 19 14:00:00 2012 Fedora Release Engineering - 20120628-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Mon Jul 2 14:00:00 2012 Michal Hlavinka - 20120628-1
- ksh updated to 20120628
Wed Jun 27 14:00:00 2012 Michal Hlavinka - 20120626-1
- ksh updated to 20120626
Fri Jun 22 14:00:00 2012 Michal Hlavinka - 20120620-1
- ksh updated to 2012-06-20
Wed Jun 13 14:00:00 2012 Michal Hlavinka - 20120612-1
- ksh updated to 20120612
Mon Jun 4 14:00:00 2012 Michal Hlavinka - 20120531-1
- ksh updated to 2012-05-31
Mon Mar 19 13:00:00 2012 Michal Hlavinka - 20120229-2
- do not hang after return code 12
Wed Mar 14 13:00:00 2012 Michal Hlavinka - 20120229-1
- ksh updated to 2012-02-29
Tue Mar 13 13:00:00 2012 Michal Hlavinka - 20120214-2
- fix tilda expansion in scripts
Mon Feb 20 13:00:00 2012 Michal Hlavinka - 20120214-1
- ksh updated to 20120214
Mon Feb 6 13:00:00 2012 Michal Hlavinka - 20120202-1
- ksh updated to 20120202
Thu Jan 5 13:00:00 2012 Michal Hlavinka - 20120101-1
- ksh updated to 2012-01-01
Wed Dec 7 13:00:00 2011 Michal Hlavinka - 20110630-9
- do not crash when browsing through history containing comment (#733813)
Wed Dec 7 13:00:00 2011 Michal Hlavinka - 20110630-8
- do not crash when two subseguent dots are used in variable or command name (#733544)
Mon Dec 5 13:00:00 2011 Michal Hlavinka - 20110630-7
- fix: ksh can prematurely exit without crash or any error
- make spec work in epel
Thu Nov 10 13:00:00 2011 Michal Hlavinka - 20110630-6
- add files to %doc
Thu Oct 6 14:00:00 2011 Michal Hlavinka - 20110630-5
- ksh sometimes returns wrong exit code when pid numbers are being recycled
Tue Oct 4 14:00:00 2011 Michal Hlavinka - 20110630-4
- restore tty settings after timed out read (#572291)
Fri Aug 12 14:00:00 2011 Michal Hlavinka - 20110630-3
- do not crash when killing last bg job when there is not any
Wed Aug 3 14:00:00 2011 Michal Hlavinka - 20110630-2
- fix: IFS manipulation in a function can cause crash
Fri Jul 1 14:00:00 2011 Michal Hlavinka - 20110630-1
- ksh updated to 2011-06-30
Wed Jun 8 14:00:00 2011 Michal Hlavinka - 20110505-2
- fix: resume of suspended process using pipes does not work (#708909)
Mon May 9 14:00:00 2011 Michal Hlavinka - 20110505-1
- ksh updated to 2011-05-05
Fri Apr 29 14:00:00 2011 Michal Hlavinka - 20110428-1
- ksh updated to 2011-04-28
Mon Apr 18 14:00:00 2011 Michal Hlavinka - 20110415-1
- ksh updated to 2011-04-15
Tue Mar 29 14:00:00 2011 Michal Hlavinka - 20110208-3
- fix array definition being treated as fixed array
- fix suspend crashing ksh
Mon Mar 7 13:00:00 2011 Michal Hlavinka - 20110208-2
- fix ( ) compound list altering environment
Wed Feb 9 13:00:00 2011 Michal Hlavinka - 20110208-1
- ksh updated to 2011-02-08
Mon Feb 7 13:00:00 2011 Fedora Release Engineering - 20110202-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Fri Feb 4 13:00:00 2011 Michal Hlavinka - 20110202-1
- ksh updated to 2011-02-02
Wed Feb 2 13:00:00 2011 Michal Hlavinka - 20110131-1
- ksh updated to 2011-01-31
Fri Jan 28 13:00:00 2011 Michal Hlavinka - 20110127-1
- ksh updated to 2011-01-27
Thu Jan 20 13:00:00 2011 Michal Hlavinka - 20110118-1
- ksh updated to 2011-01-18
Mon Jan 17 13:00:00 2011 Michal Hlavinka - 20110104-1
- ksh updated to 2011-01-04
Thu Dec 23 13:00:00 2010 Michal Hlavinka - 20101212-2.20101122
- found ugly regression, reverting to 2010-11-22 (with io race patch) for now
Thu Dec 16 13:00:00 2010 Michal Hlavinka - 20101212-1
- ksh updated to 2010-12-12
Mon Dec 6 13:00:00 2010 Michal Hlavinka - 20101201-2
- fix file io race condition when file was created, but still does not exist
Fri Dec 3 13:00:00 2010 Michal Hlavinka - 20101201-1
- ksh updated to 2010-12-01
Tue Nov 23 13:00:00 2010 Michal Hlavinka - 20101122-1
- ksh updated to 2010-11-22
Mon Nov 1 13:00:00 2010 Michal Hlavinka - 20101026-1
- ksh updated to 2010-10-26
Tue Oct 12 14:00:00 2010 Michal Hlavinka - 20101010-1
- ksh updated to 2010-10-10
Fri Oct 8 14:00:00 2010 Michal Hlavinka - 20100924-2
- disable only known to be broken builtins, let other enabled
- skip regression tests if /dev/fd is missing
Tue Sep 28 14:00:00 2010 Michal Hlavinka - 20100924-1
- ksh updated to 2010-09-24
Mon Aug 30 14:00:00 2010 Michal Hlavinka - 20100826-1
- ksh updated to 2010-08-26
- make regression test suite usable during package build
Fri Aug 13 14:00:00 2010 Michal Hlavinka - 20100811-1
- ksh updated to 2010-08-11
Thu Jul 8 14:00:00 2010 Michal Hlavinka - 20100701-1
- updated to 2010-07-01
Fri Jun 25 14:00:00 2010 Michal Hlavinka - 20100621-1
- updated to 2010-06-21
Tue Jun 15 14:00:00 2010 Michal Hlavinka - 20100527-2
- add shcomp for shell compiling
Thu Jun 10 14:00:00 2010 Michal Hlavinka - 20100527-1
- updated to 2010-05-27
Mon May 31 14:00:00 2010 Michal Hlavinka - 20100309-6
- add pathmunge to /etc/kshrc
Wed May 5 14:00:00 2010 Michal Hlavinka - 20100309-5
- fix rare cd builtin crash (#578582)
Wed May 5 14:00:00 2010 Michal Hlavinka - 20100309-4
- fix infinite loop when whence builtin is used with -q option (#587127)
- fix stdin for double command substitution (#584007)
Mon Mar 29 14:00:00 2010 Michal Hlavinka - 20100309-3
- fix typo in last patch
Fri Mar 26 13:00:00 2010 Michal Hlavinka - 20100309-2
- restore tty settings after timed out read for utf-8 locale
Wed Mar 10 13:00:00 2010 Michal Hlavinka - 20100309-1
- updated to 2010-03-09
- fix mock building - detection of /dev/fd/X
Mon Jan 4 13:00:00 2010 Michal Hlavinka - 20100202-1
- updated to 2010-02-02
Mon Jan 4 13:00:00 2010 Michal Hlavinka - 20091224-1
- updated to 2009-12-24
Mon Dec 7 13:00:00 2009 Michal Hlavinka - 20091206-1
- updated to 2009-12-06
Fri Dec 4 13:00:00 2009 Michal Hlavinka - 20091130-1
- updated to 2009-11-30
Wed Nov 18 13:00:00 2009 Michal Hlavinka - 20091021-1
- updated to 2009-10-21
Thu Aug 27 14:00:00 2009 Michal Hlavinka - 20090630-1
- updated to 2009-06-30
Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 20090505-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Mon May 11 14:00:00 2009 Michal Hlavinka - 20090505-1
- updated to 2009-05-05
Tue May 5 14:00:00 2009 Michal Hlavinka - 20090501-1
- updated to 2009-05-01
Tue Mar 10 13:00:00 2009 Michal Hlavinka - 20081104-3
- fix typos in spec file
Wed Feb 25 13:00:00 2009 Fedora Release Engineering - 20081104-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Wed Jan 21 13:00:00 2009 Michal Hlavinka 20081104-1
- update to 2008-11-04
- ast-ksh-locales are not useable remove them
Tue Oct 21 14:00:00 2008 Michal Hlavinka 20080725-4
- fix #467025 - Ksh fails to initialise environment when login from graphic console
Wed Aug 6 14:00:00 2008 Tomas Smetana 20080725-3
- fix BuildRequires, rebuild
Tue Aug 5 14:00:00 2008 Tom \"spot\" Callaway 20080725-2
- fix license tag
Mon Jul 28 14:00:00 2008 Tomas Smetana 20080725-1
- new upstream version
Thu Jun 26 14:00:00 2008 Tomas Smetana 20080624-1
- new upstream version
Mon Feb 11 13:00:00 2008 Tomas Smetana 20080202-1
- new upstream version
Wed Jan 30 13:00:00 2008 Tomas Smetana 20071105-3
- fix #430602 - ksh segfaults after unsetting OPTIND
Mon Jan 7 13:00:00 2008 Tomas Smetana 20071105-2
- fix #405381 - ksh will not handle $(xxx) when typeset -r IFS
- fix #386501 - bad group in spec file
Wed Nov 7 13:00:00 2007 Tomas Smetana 20071105-1
- new upstream version
Wed Aug 22 14:00:00 2007 Tomas Smetana 20070628-1.1
- rebuild
Thu Jul 12 14:00:00 2007 Tomas Smetana 20070628-1
- new upstream version
- fix unaligned access messages (Related: #219420)
Tue May 22 14:00:00 2007 Tomas Smetana 20070328-2
- fix wrong exit status of spawned process after SIGSTOP
- fix building of debuginfo package, add %{?dist} to release
- fix handling of SIGTTOU in non-interactive shell
- remove useless builtins
Thu Apr 19 14:00:00 2007 Tomas Smetana 20070328-1
- new upstream source
- fix login shell invocation (#182397)
- fix memory leak
Wed Feb 21 13:00:00 2007 Karsten Hopp 20070111-1
- new upstream version
- fix invalid write in uname function
Wed Jul 12 14:00:00 2006 Jesse Keating - 20060214-1.1
- rebuild
Thu Jun 1 14:00:00 2006 Karsten Hopp 20060214-1
- new upstream source
Mon Feb 27 13:00:00 2006 Karsten Hopp 20060124-3
- PreReq grep, coreutils (#182835)
Tue Feb 14 13:00:00 2006 Karsten Hopp 20060124-2
- make it build in chroots (#180561)
Mon Feb 13 13:00:00 2006 Karsten Hopp 20060124-1
- version 20060124
Fri Feb 10 13:00:00 2006 Jesse Keating - 20050202-5.1
- bump again for double-long bug on ppc(64)
Fri Feb 10 13:00:00 2006 Karsten Hopp 20050202-5
- rebuild
Tue Feb 7 13:00:00 2006 Jesse Keating - 20050202-4.1
- rebuilt for new gcc4.1 snapshot and glibc changes
Thu Feb 2 13:00:00 2006 Karsten Hopp 20050202-4
- fix uname -i output
- fix loop (
*-path.patch)
- conflict pdksh instead of obsoleting it
Fri Dec 16 13:00:00 2005 Jesse Keating 20050202-3.1
- rebuilt for new gcj
Tue May 10 14:00:00 2005 Karsten Hopp 20050202-3
- enable debuginfo
Tue Mar 15 13:00:00 2005 Karsten Hopp 20050202-2
- add /usr/bin/ksh link for compatibility with pdksh scripts (#151134)
Wed Mar 2 13:00:00 2005 Karsten Hopp 20050202-1
- update and rebuild with gcc-4
Tue Mar 1 13:00:00 2005 Karsten Hopp 20041225-2
- fix gcc4 build
Fri Jan 21 13:00:00 2005 Karsten Hopp 20041225-1
- rebuild with new ksh tarball (license change)
Tue Nov 2 13:00:00 2004 Karsten Hopp 20040229-11
- disable ia64 for now
Fri Oct 15 14:00:00 2004 Karsten Hopp 20040229-9
- rebuild
Thu Sep 2 14:00:00 2004 Nalin Dahyabhai 20040229-8
- remove \'&\' from summary
Thu Sep 2 14:00:00 2004 Bill Nottingham 20040229-7
- obsolete pdksh (#131303)
Mon Aug 2 14:00:00 2004 Karsten Hopp 20040229-6
- obsolete ksh93, provide ksh93
Mon Jul 5 14:00:00 2004 Karsten Hopp 20040229-3
- add /bin/ksh to /etc/shells
Wed Jun 16 14:00:00 2004 Karsten Hopp 20040229-2
- add ppc64 patch to avoid ppc64 dot symbol problem
Fri May 28 14:00:00 2004 Karsten Hopp 20040229-1
- initial version