SHA256
1
0
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:
2024-06-25 07:08:34 +00:00
committed by Git OBS Bridge
parent 3207231ee7
commit b7d6879c1f
4 changed files with 29 additions and 11 deletions

View File

@@ -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> Mon Feb 26 14:39:59 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -16,12 +16,12 @@
# #
%define libname libteec1 %define libname libteec2
%define libname2 libckteec0 %define libname2 libckteec0
%define libname3 libseteec0 %define libname3 libseteec0
%define libname4 libteeacl0 %define libname4 libteeacl0
Name: optee-client Name: optee-client
Version: 4.1.0 Version: 4.2.0
Release: 0 Release: 0
Summary: A Trusted Execution Environment client Summary: A Trusted Execution Environment client
License: BSD-2-Clause 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. Open Platform Trusted Execution Environment, see the Notice.md file.
%package -n %{libname3} %package -n %{libname3}
Summary: Library implementing the Secure Element control Summary: Library implementing the Secure Element control
Group: System/Libraries Group: System/Libraries
%description -n %{libname3} %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 keys and derive board unique new ones before enabling the SCP03
session. session.
%package -n %{libname4} %package -n %{libname4}
Summary: ACL helper library Summary: ACL helper library
Group: System/Libraries 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 configured to PKCS11 tokens provided by libckteec for Access Control
List (ACL) based access. List (ACL) based access.
%package devel %package devel
Summary: Files for Developing with libtee Summary: Files for Developing with libtee
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{libname4} = %{version}
Requires: %{libname3} = %{version}
Requires: %{libname2} = %{version} Requires: %{libname2} = %{version}
Requires: %{libname3} = %{version}
Requires: %{libname4} = %{version}
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
%description devel %description devel
@@ -117,6 +115,12 @@ make %{?_smp_mflags} V=1
%post -n %{libname2} -p /sbin/ldconfig %post -n %{libname2} -p /sbin/ldconfig
%postun -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 %files
%license LICENSE %license LICENSE
%doc README.md %doc README.md
@@ -128,7 +132,8 @@ make %{?_smp_mflags} V=1
%{_libdir}/libckteec.so %{_libdir}/libckteec.so
%{_libdir}/libseteec.so %{_libdir}/libseteec.so
%{_libdir}/libteeacl.so %{_libdir}/libteeacl.so
%{_libdir}/pkgconfig/libteec.pc %{_libdir}/pkgconfig/teec.pc
%{_libdir}/pkgconfig/teeacl.pc
%files -n %{libname} %files -n %{libname}
%{_libdir}/libteec.so.* %{_libdir}/libteec.so.*

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca3c091b92dbf67615d6117821e131cdd9f4ad353130c54244f3603dfca929c2
size 105471

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba0dad79cec2dabb7b6a6d3e391804f0184863ee9810e90bf97a392d3c1ad5eb
size 103555