SHA256
10
0
forked from pool/lua-luaexpat

Accepting request 1098108 from home:Pi-Cla:SILE

- 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)

OBS-URL: https://build.opensuse.org/request/show/1098108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaexpat?expand=0&rev=28
This commit is contained in:
2023-07-11 12:59:35 +00:00
committed by Git OBS Bridge
parent df66bee3c2
commit 1fd34d161e
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 11 11:38:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
- 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 18:13:00 UTC 2023 - Matej Cepl <mcepl@suse.com>