File chicken.changes of Package chicken
-------------------------------------------------------------------
Sun Sep 27 12:00:00 UTC 2020 - dziltener@lyrion.ch
- Added a patch for FFI type conversion to char
-------------------------------------------------------------------
Thu Sep 17 12:00:00 UTC 2020 - dziltener@lyrion.ch
- Added -ffat-lto-objects compiler flag to fulfill requirements for OpenSUSE Tumbleweed
-------------------------------------------------------------------
Sun Mar 01 17:21:15 UTC 2020 - dziltener@lyrion.ch
- Update to version 5.2.0, added libchicken.a, added compiler flags. For more details plase read NEWS
-------------------------------------------------------------------
Fri Jul 19 11:41:15 UTC 2019 - dziltener@lyrion.ch
- Udate to version 5.1.0 For more details plase read NEWS
-------------------------------------------------------------------
Mon Jan 28 10:40:00 UTC 2019 - dziltener@lyrion.ch
- Removed the static compilation flag, since it gets misinterpreted by the makefile.
-------------------------------------------------------------------
Fri Nov 09 14:20:00 UTC 2018 - dziltener@lyrion.ch
- Udate to version 5.0.0 For more details plase read NEWS
-------------------------------------------------------------------
Wed Dec 13 14:07:00 UTC 2017 - dziltener@lyrion.ch
- Udate to version 4.13.0 For more details plase read NEWS
-------------------------------------------------------------------
Mon Jul 17 22:00:00 UTC 2017 - dziltener@lyrion.ch
- Udate to version 4.12.0 For more details plase read NEWS
-------------------------------------------------------------------
Thu Oct 10 09:29:58 UTC 2013 - toganm@opensuse.org
- Update to version 4.8.0.5 For more details please read NEWS
* Security fixes
+ CVE-2013-4385: read-string! no longer reads beyond its buffer
when length is #f.
+ poll() is also used on cygwin by enabling the fix for
CVE-2012-6122
+ file-creation-mode now passes a valid value to umask when its
argument is omitted. (Also ensure it always returns the old umask
value.)
+ Fix a data corruption problem in list->queue.
* Core libraries
+ read-string! behaves correctly in presence of EOF.
+ Several subtle problems in the reader in the presence of EOF
are fixed.
+ Use poll() instead of select() on cygwin.
* Runtime
+ Fix an issue on initial seed of the random number generator.
-------------------------------------------------------------------
Fri Sep 13 10:51:43 UTC 2013 - toganm@opensuse.org
- Initial packaging
- Enable optflags via make_cflags_work.patch