Changelog for
syslinux6-6.03.99+20190220-21.5.x86_64.rpm :
* Thu Feb 04 2021 seife+obsAATTb1-systems.com- Update to version 6.03.99+20190220:
* dmi: check both the AC and ID flags at the same time
* cpu_has_eflag(): mark output registers as earlyclobbers
* cpu_has_eflag(): eliminate if the answer is already known
* Fix all warnings, and better separate code that should not be mixed
* Makefile: allow the user to set additional warning flags
* com32.mk: remove
* gnu-efi: update to version 3.0.9-3-gd34132e
* install: don\'t install obsolete file com32.ld
* Makefile.private: don\'t bother generating .bz2 files
* Makefile.private: remove remaining junk from previous process
* Makefile.private: correct the names of prerelease tarballs
* Makefile.private: generate .tar.bz2 and .tar.xz files
* libpng: update to 1.6.36
* Reorganize and clean up a bunch of the x86 code
* com32: remove setjmp.S stub file
* libcc: move libgcc files into arch-specific directories
* com32/lib: clean up unused files
* zlib: update to version 1.2.11
* core/Makefile: sort to be reproducible
* ISOLINUX: Fix checksum calculation in lzo/prepcore.c
* Use CC for CC_FOR_BUILD when unspecified.
* Update the longjump calls to fit the new declaration
* The VPrint definition is now part of the exports of gnu-efi
* New gnu-efi dir in 3.0.6
* Update gnu-efi submodule to 3.0.6
* efi/wrapper: build it with the host toolchain.
* utils: Use the host toolchain to build.
* memdisk: Force ld output format to 32-bits- rebase 15_fix_keywords_path.diff- remove reproducible.patch, included upstream- add syslinux6-gcc10.diff to fix build with gcc 10
* Thu Aug 06 2020 Steffen Winterfeldt
- make builds more portable
* Sat Dec 28 2019 Bernhard Wiedemann - Add reproducible.patch to sort the file list (boo#1041090)
* Mon Dec 09 2019 Steffen Winterfeldt - 10_isolinux_config.diff: needed for isolinux-config- 11_md5pass.diff: don\'t use Crypt::PasswdMD5 (bsc#701279, bsc#475370)- 12_mboot_bootif.diff: replicate BOOTIF option for all modules- 13_mtime.diff: don\'t use timestamps to create a unique id (bsc#915950)- 14_miniacc.diff: fix broken conformance tests- 15_fix_keywords_path.diff: Makefile fix- 16_add_install_all_target.diff: Makefile fix- 17_remove_gnu_note.diff: strip a newly added section- 18_lzo.diff: fix lzo memory aliasing issue (bsc#1125616)
* Fri Dec 06 2019 Steffen Winterfeldt - updated README.gfxboot
* Fri Dec 06 2019 Steffen Winterfeldt - 10_search_dir.diff: fix ldlinux loading- cleanup syslinux patches
* Fri Nov 22 2019 Steffen Winterfeldt - include efi32 build and more docs
* Thu Mar 14 2019 roAATTsuse.de- rename package to syslinux6
* Mon Feb 18 2019 snwintAATTsuse.com- syslinux-4.04-lzo.diff: fix lzo memory aliasing issue (bsc#1125616)
* Wed Nov 28 2018 Martin Liška - Add remove-note-gnu-section.patch: strip a newly added section in order to fulfil ELF size limits expected.