SHA256
1
0
forked from pool/optee-client

9 Commits

Author SHA256 Message Date
046aac4b7d Accepting request 1288679 from hardware:boot
- Update to 4.6.0

OBS-URL: https://build.opensuse.org/request/show/1288679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=7
2025-06-27 21:01:00 +00:00
b324e8fb0e OBS-URL: https://build.opensuse.org/package/show/hardware:boot/optee-client?expand=0&rev=19 2025-06-26 12:36:44 +00:00
0fbf0b5274 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/optee-client?expand=0&rev=18 2025-06-26 12:36:18 +00:00
2bbb9f4551 Accepting request 1286849 from home:Guillaume_G:branches:hardware:boot
-  Update to 4.6.0

OBS-URL: https://build.opensuse.org/request/show/1286849
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/optee-client?expand=0&rev=17
2025-06-19 07:48:23 +00:00
e6d773bbf2 Accepting request 1183105 from hardware:boot
OBS-URL: https://build.opensuse.org/request/show/1183105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=6
2024-06-25 21:07:58 +00:00
994c187437 Accepting request 1151790 from hardware:boot
OBS-URL: https://build.opensuse.org/request/show/1151790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=5
2024-02-26 18:49:23 +00:00
1ab70764da Accepting request 824488 from hardware:boot
OBS-URL: https://build.opensuse.org/request/show/824488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=4
2020-08-05 18:29:15 +00:00
bf9eebee4d Accepting request 708869 from hardware:boot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/708869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=3
2019-06-12 11:14:40 +00:00
7e341c0dcd Accepting request 617564 from hardware:boot
- Disable Werror

- Move location of OP acronym expansion into description.

- Expand OP-TEE in summary.

- Rename tarball
- Build with V=1

OBS-URL: https://build.opensuse.org/request/show/617564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=2
2018-06-20 13:30:40 +00:00
4 changed files with 38 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 19 06:47:05 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 4.6.0:
* cmake: raise mimimum required to 3.5
- Skipped 4.5.0:
* libckteec: Validate EdDSA mechanism parameter length
* VSCode : Enable Development inside Docker Container
* libckteec: support for CKM_RSA_X_509
- Skipped 4.4.0:
* libteec/CMakeLists.txt: remove CFG_TEE_CLIENT_LOAD_PATH comment
* tee-supplicant: add udev rule and systemd service file
* libckteec: fix memory allocation leakage on template serialization
* tee-supplicant: add sd_notify.c to Android.bp sources
- Skipped 4.3.0:
* tee-supplicant: send READY=1 notification to systemd
* tee-supplicant: remove useless use of __ANDROID__ condition
-------------------------------------------------------------------
Tue Jun 25 06:18:37 UTC 2024 - ming li <mli@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package optee-client
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,17 @@
%define libname3 libseteec0
%define libname4 libteeacl0
Name: optee-client
Version: 4.2.0
Version: 4.6.0
Release: 0
Summary: A Trusted Execution Environment client
License: BSD-2-Clause
Group: System/Boot
URL: https://github.com/OP-TEE/optee_client
Source: https://github.com/OP-TEE/optee_client/archive/%{version}.tar.gz#/optee_client-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: cmake >= 3.5
BuildRequires: libuuid-devel
BuildRequires: udev
%{?systemd_requires}
%description
This component provides the TEE Client API as defined by the
@@ -108,6 +110,15 @@ make %{?_smp_mflags} V=1
%install
%cmake_install
# Fix paths for service and udev rule
mkdir -p %{buildroot}%{_udevrulesdir}
mv %{buildroot}/usr/etc/udev/rules.d/optee-udev.rules %{buildroot}%{_udevrulesdir}/99-optee-udev.rules
rm -rf %{buildroot}/usr/etc
%ifnarch %{ix86} %{arm}
mkdir -p %{buildroot}%{_unitdir}
mv %{buildroot}/usr/lib64/systemd/system/tee-supplicant@.service %{buildroot}%{_unitdir}/tee-supplicant@.service
rm -rf %{buildroot}/usr/lib64/systemd/
%endif
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
@@ -125,6 +136,9 @@ make %{?_smp_mflags} V=1
%license LICENSE
%doc README.md
%{_sbindir}/tee-supplicant
%dir %{_unitdir}
%{_udevrulesdir}/99-optee-udev.rules
%{_unitdir}/tee-supplicant@.service
%files devel
%{_includedir}/*.h

View File

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

View File

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