forked from pool/lua-luaexpat
- 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
113 lines
4.0 KiB
Plaintext
113 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Change upstream homepage to the current one at Lunar Modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 23 14:17:59 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Drop LUA_32BITS and GNU11 std - seems fixed now
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 21 03:38:58 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
- Replace deprecated %makeinstall with %make_install
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 20 18:56:29 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
- 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 14:22:20 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use GNU11 instead of C99
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 9 09:57:24 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Fix build with Lua 5.4.3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 15:55:50 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:05:11 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
- do not build for Lua 5.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 4 12:49:30 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Install license file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 13 20:11:42 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Drop not needed luaexpat-lib.patch
|
|
- Fix detection of some lua based items for 5.2 and 5.3
|
|
- Switch to multibuild specfile to build against all lua flavors
|
|
- Fix build on lua5.3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 28 17:31:19 UTC 2014 - seiler@b1-systems.de
|
|
|
|
- update to v1.3.0
|
|
* Lua 5.2 support (thanks Tomás Guisasola Gorham)
|
|
* support for the XmlDecl handler
|
|
* add parser:getcurrentbytecount() (XML_GetCurrentByteCount)
|
|
* ability to disable CharacterData merging
|
|
* Makefile improvements (thanks Vadim Misbakh-Soloviov)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 29 00:23:12 UTC 2013 - i@marguerite.su
|
|
|
|
- update version 1.2.0
|
|
* support for the StartDoctypeDecl handler
|
|
* add parser:stop() to abort parsing inside a callback
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 17 16:54:50 UTC 2012 - toganm@opensuse.org
|
|
|
|
- Cleanup spec and create changes file
|
|
* correct Licence to MIT
|
|
* fix build for factory by using lua51-devel
|
|
* fix build for SLE_11 and SLE_11_SP1
|
|
* add copyright to spec
|
|
-------------------------------------------------------------------
|
|
Sat Jan 23 00:00:00 UTC 2010 - florian.leparoux@gmail.com
|
|
|
|
- rebuild correctly luaexpat on openSUSE 11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 15 00:00:00 UTC 2009 - florian.leparoux@gmail.com
|
|
|
|
- build luaexpat on openSUSE 11.2
|
|
|