forked from pool/optee-client
Update to version 4.2.0
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/optee-client?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 06:18:37 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
- Update to 4.2.0:
|
||||
* drop benchmark framework support
|
||||
* convert .mk files to .bp
|
||||
* one shot encryption/decryption may have no input data
|
||||
* fix potential crash when TA isn't found
|
||||
* rename libteec.pc as teec.pc
|
||||
* remove duplicate flags in teec.pc
|
||||
* add pkgconfig file: teeacl.pc
|
||||
* Move OP-TEE defined fields into an imp struct
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 14:39:59 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define libname libteec1
|
||||
%define libname libteec2
|
||||
%define libname2 libckteec0
|
||||
%define libname3 libseteec0
|
||||
%define libname4 libteeacl0
|
||||
Name: optee-client
|
||||
Version: 4.1.0
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
Summary: A Trusted Execution Environment client
|
||||
License: BSD-2-Clause
|
||||
@@ -55,7 +55,7 @@ application executing in OP-TEE.For a general overview of OP-TEE, the
|
||||
Open Platform Trusted Execution Environment, see the Notice.md file.
|
||||
|
||||
%package -n %{libname3}
|
||||
Summary: Library implementing the Secure Element control
|
||||
Summary: Library implementing the Secure Element control
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libname3}
|
||||
@@ -75,7 +75,6 @@ non-secure keys. It also provides an interface to rotate these default
|
||||
keys and derive board unique new ones before enabling the SCP03
|
||||
session.
|
||||
|
||||
|
||||
%package -n %{libname4}
|
||||
Summary: ACL helper library
|
||||
Group: System/Libraries
|
||||
@@ -86,13 +85,12 @@ generate the hashed UUID of the user or group. These can then be
|
||||
configured to PKCS11 tokens provided by libckteec for Access Control
|
||||
List (ACL) based access.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Files for Developing with libtee
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname4} = %{version}
|
||||
Requires: %{libname3} = %{version}
|
||||
Requires: %{libname2} = %{version}
|
||||
Requires: %{libname3} = %{version}
|
||||
Requires: %{libname4} = %{version}
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description devel
|
||||
@@ -117,6 +115,12 @@ make %{?_smp_mflags} V=1
|
||||
%post -n %{libname2} -p /sbin/ldconfig
|
||||
%postun -n %{libname2} -p /sbin/ldconfig
|
||||
|
||||
%post -n %{libname3} -p /sbin/ldconfig
|
||||
%postun -n %{libname3} -p /sbin/ldconfig
|
||||
|
||||
%post -n %{libname4} -p /sbin/ldconfig
|
||||
%postun -n %{libname4} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
@@ -128,7 +132,8 @@ make %{?_smp_mflags} V=1
|
||||
%{_libdir}/libckteec.so
|
||||
%{_libdir}/libseteec.so
|
||||
%{_libdir}/libteeacl.so
|
||||
%{_libdir}/pkgconfig/libteec.pc
|
||||
%{_libdir}/pkgconfig/teec.pc
|
||||
%{_libdir}/pkgconfig/teeacl.pc
|
||||
|
||||
%files -n %{libname}
|
||||
%{_libdir}/libteec.so.*
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca3c091b92dbf67615d6117821e131cdd9f4ad353130c54244f3603dfca929c2
|
||||
size 105471
|
3
optee_client-4.2.0.tar.gz
Normal file
3
optee_client-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba0dad79cec2dabb7b6a6d3e391804f0184863ee9810e90bf97a392d3c1ad5eb
|
||||
size 103555
|
Reference in New Issue
Block a user