diff --git a/lua-luasec.changes b/lua-luasec.changes index 7bdc3f7..7eb6076 100644 --- a/lua-luasec.changes +++ b/lua-luasec.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 20 18:06:06 UTC 2022 - Gordon Leung + +- 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 diff --git a/lua-luasec.spec b/lua-luasec.spec index e82687a..9602893 100644 --- a/lua-luasec.spec +++ b/lua-luasec.spec @@ -1,7 +1,7 @@ # -# spec file for package lua-luasec +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,16 +24,16 @@ ExclusiveArch: do_not_build %else Name: %{flavor}-%{mod_name} %endif -Version: 1.0.2 +Version: 1.2.0 Release: 0 Summary: A Lua binding for OpenSSL License: MIT URL: https://github.com/brunoos/luasec Source: https://github.com/brunoos/%{mod_name}/archive/v%{version}/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel -BuildRequires: lua-macros BuildRequires: %{flavor}-luasocket BuildRequires: libopenssl-devel +BuildRequires: lua-macros Requires: %{flavor} Requires: %{flavor}-luasocket %lua_provides diff --git a/luasec-1.0.2.tar.gz b/luasec-1.0.2.tar.gz deleted file mode 100644 index 47e5c5c..0000000 --- a/luasec-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0001e24323beee51cd1ee186b369b50a19696d59960b537093883e5ce264d886 -size 52838 diff --git a/luasec-1.2.0.tar.gz b/luasec-1.2.0.tar.gz new file mode 100644 index 0000000..9fec631 --- /dev/null +++ b/luasec-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e86ef8f3486dc1bbecd752d16741a59a01633279facdfe5631f33b6eed1a30a +size 53379