SHA256
12
0
forked from pool/lua-luasec
lua-luasec/lua-luasec.changes

110 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Tue Jul 11 11:29:59 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
- Update to version 1.3.1
* Add support for tls-psk
* See: https://github.com/brunoos/luasec/compare/v1.2.0...v1.3.1
-------------------------------------------------------------------
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Opencode %make_build to prevent build failure when not defined.
-------------------------------------------------------------------
Sat Aug 20 18:06:06 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
- Update to version 1.2.0:
* Support passing DANE flags
* Add key material export method
* backguard compat for openssl on providers, like LTS linuxes
-------------------------------------------------------------------
Sat Dec 18 16:35:00 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- regenerate OpenSSL options for build version
-------------------------------------------------------------------
Sat Dec 18 15:38:59 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Update to version 1.0.2:
* Fix handle SSL_send SYSCALL error without errno
* Fix off by one in cert:validat(notafter)
* Fix meth_get_sinagure => meth_get_signature_name function name
* Fix update the Lua state reference on the selected SSL context
after SNI
* Fix ignore SSL_OP_BIT(n) macro and update option.c
* Fix: luaL_Buffer can use the stack and
breakbuffer_meth_receive()
* Add cert:getsignaturename()
-------------------------------------------------------------------
Thu Feb 18 15:57:10 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro for default lua versioning
-------------------------------------------------------------------
Mon Jul 6 19:05:55 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
-------------------------------------------------------------------
Sun Nov 3 16:48:48 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to luasec 0.9. Too many changes to enlist here,
CHANGELOG file is included in the package.
- Patch lua-sec-0.6-openssl_110.patch has been removed as it is
fully included upstream.
-------------------------------------------------------------------
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
- do not build for Lua 5.2
-------------------------------------------------------------------
Thu Jul 13 21:06:41 UTC 2017 - tchvatal@suse.com
- Switch to multibuild slotted approach
- Add dep on lua-luasocket
-------------------------------------------------------------------
Tue Jul 11 09:23:19 UTC 2017 - tchvatal@suse.com
- Version update to 0.6:
* compat with lua5.2 and lua5.3
* bunch of bugfixes
- Fix build with namespaced lua
- Respect optflags
-------------------------------------------------------------------
Sat Sep 17 04:03:22 UTC 2016 - mailaender@opensuse.org
- update to version 0.5.1
- drop luasec-makefile.patch
-------------------------------------------------------------------
Mon Oct 20 16:17:49 UTC 2014 - i@marguerite.su
- update version 0.5+git20140911
-------------------------------------------------------------------
Sun Feb 23 10:42:32 UTC 2014 - i@marguerite.su
- update version 0.5.git20140223
- no longer %optflags. -fstack-protector doesn't work.
-------------------------------------------------------------------
Fri Jun 28 18:19:53 UTC 2013 - i@marguerite.su
- use lua51-devel for openSUSE 12.2+.
-------------------------------------------------------------------
Sat Feb 11 22:48:06 UTC 2012 - toganm@opensuse.org
- Update to 0.4.1
* SSL options updated --- based on OpenSSL 1.0.0d.
* Activate SSL_MODE_RELEASE_BUFFERS by default if it is available.
(thanks Prosody Project)
* Enabled rpm %optflags
* added changes file