forked from pool/lua-luaexpat
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
988e752b2b
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 09:04:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Lower the required libexpat version number (our library in SLE
|
||||
is being maintained against all those CVEs anyway).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 11:38:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
|
@@ -29,7 +29,9 @@ URL: https://lunarmodules.github.io/luaexpat/
|
||||
Source: https://github.com/lunarmodules/luaexpat/archive/%{version}/%{mod_name}-%{version}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
# See: https://github.com/lunarmodules/luaexpat/releases/tag/1.5.0
|
||||
BuildRequires: libexpat-devel >= 2.4.6
|
||||
# So, it requires 2.4.0, not 2.4.6, and our libexpat in SLE has
|
||||
# been patched against all those CVEs, despite having lower version number
|
||||
BuildRequires: libexpat-devel >= 2.4.0
|
||||
BuildRequires: lua-macros
|
||||
Requires: %{flavor}
|
||||
%lua_provides
|
||||
|
Reference in New Issue
Block a user