Package Release Info

lua53-luasec-1.3.1-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

lua53-luasec

Change Logs

* Tue Jul 11 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 2023 Michal Suchanek <msuchanek@suse.de>
- Opencode %make_build to prevent build failure when not defined.
* Sat Aug 20 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 2021 Callum Farmer <gmbr3@opensuse.org>
- regenerate OpenSSL options for build version
* Sat Dec 18 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 2021 Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro for default lua versioning
* Mon Jul 06 2020 Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
* Sun Nov 03 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.
Version: 0.6-bp150.1.3
* Mon Oct 30 2017 jmatejek@suse.com
- do not build for Lua 5.2
* Thu Jul 13 2017 tchvatal@suse.com
- Switch to multibuild slotted approach
- Add dep on lua-luasocket
* Tue Jul 11 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 2016 mailaender@opensuse.org
- update to version 0.5.1
- drop luasec-makefile.patch
* Mon Oct 20 2014 i@marguerite.su
- update version 0.5+git20140911
* Sun Feb 23 2014 i@marguerite.su
- update version 0.5.git20140223
- no longer %optflags. -fstack-protector doesn't work.
* Fri Jun 28 2013 i@marguerite.su
- use lua51-devel for openSUSE 12.2+.
* Sat Feb 11 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