Changelog for
lua51-luaexpat-1.5.1-1.3.x86_64.rpm :
* Tue Jul 11 2023 Gordon Leung
- Update to version 1.5.1:
* Added option \"allowDTD\" to the threat protection parser
* Add configuration for Billion Laughs Attack prevention
* Expose Expat compile time constants (lxp._EXPAT_FEATURES)
* lxp now uses $(INSTALL_DATA)
* makefile now uses $(RPM_OPT_FLAGS) $(RPM_LD_FLAGS)
* Thu Mar 16 2023 Matej Cepl - Change upstream homepage to the current one at Lunar Modules.
* Wed Jan 25 2023 Michal Suchanek - Fix missing dependency on lua-macros (boo#1205612)
* Tue Aug 23 2022 Callum Farmer - Drop LUA_32BITS and GNU11 std - seems fixed now
* Sun Aug 21 2022 Gordon Leung - Replace deprecated %makeinstall with %make_install
* Sat Aug 20 2022 Gordon Leung - Update to version 1.4.1:
* Fix bad buffer size calculation in threat parser
* Improved Lua version support (5.1 - 5.4)
* Fix memory leak when callbacks reference a parser object
* etc. https://github.com/lunarmodules/luaexpat/releases/tag/1.4.0
* Thu Aug 12 2021 Callum Farmer - Use GNU11 instead of C99
* Fri Apr 09 2021 Callum Farmer - Fix build with Lua 5.4.3
* Thu Feb 18 2021 Callum Farmer - Use %lua_provides macro for default lua versioning
* Mon Jul 06 2020 Matej Cepl - Add lua54 as new build target