From 1fd34d161e61a395cebad3bc1c9e3291528fe91c0b9f92118e460b88d3a2b187 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Jul 2023 12:59:35 +0000 Subject: [PATCH] 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 --- lua-luaexpat.changes | 10 ++++++++++ lua-luaexpat.spec | 5 +++-- luaexpat-1.4.1.tar.gz | 3 --- luaexpat-1.5.1.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 luaexpat-1.4.1.tar.gz create mode 100644 luaexpat-1.5.1.tar.gz diff --git a/lua-luaexpat.changes b/lua-luaexpat.changes index c86c9ac..0104702 100644 --- a/lua-luaexpat.changes +++ b/lua-luaexpat.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 11 11:38:13 UTC 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 18:13:00 UTC 2023 - Matej Cepl diff --git a/lua-luaexpat.spec b/lua-luaexpat.spec index 859a6dd..a1ae1af 100644 --- a/lua-luaexpat.spec +++ b/lua-luaexpat.spec @@ -20,7 +20,7 @@ %define flavor @BUILD_FLAVOR@ %define mod_name luaexpat -Version: 1.4.1 +Version: 1.5.1 Release: 0 Summary: A SAX XML parser based on the Expat library License: MIT @@ -28,7 +28,8 @@ Group: Productivity/Networking/Other URL: https://lunarmodules.github.io/luaexpat/ Source: https://github.com/lunarmodules/luaexpat/archive/%{version}/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel -BuildRequires: libexpat-devel +# See: https://github.com/lunarmodules/luaexpat/releases/tag/1.5.0 +BuildRequires: libexpat-devel >= 2.4.6 BuildRequires: lua-macros Requires: %{flavor} %lua_provides diff --git a/luaexpat-1.4.1.tar.gz b/luaexpat-1.4.1.tar.gz deleted file mode 100644 index 075a38a..0000000 --- a/luaexpat-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d528060d45865b44bef7215ef8a440165b668f363a4af53358389f0315a8593c -size 52159 diff --git a/luaexpat-1.5.1.tar.gz b/luaexpat-1.5.1.tar.gz new file mode 100644 index 0000000..a6e5400 --- /dev/null +++ b/luaexpat-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d455f154de59eb0b073c3620bc8b873f7f697b3f21a112e6ff8dc9fca6d0826 +size 53912