Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9d5f5d1ca1 | |||
| 1eb7283437 | |||
| 4152a3d670 | |||
| d69bc9f6ff |
BIN
4.3.1.tar.gz
LFS
BIN
4.3.1.tar.gz
LFS
Binary file not shown.
3
6.0.2.tar.gz
Normal file
3
6.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:702bd3c17bc5876be85fada658a142c4ba514812779fe839e130c1dc0a64a7d9
|
||||
size 119084
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 12:19:23 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
|
||||
|
||||
- Update to version 6.0.2
|
||||
* Windows: drop un-needed assert
|
||||
* EFI: do not send disconnect when not connected
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 06:29:45 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
|
||||
|
||||
- Update to version 6.0.0
|
||||
* CMake: consume four-part version
|
||||
* TeeInitFull2 API
|
||||
* EFI: Decrease HW register polling timeout
|
||||
* EFI: Refactor HECI_DEVICE_KIND
|
||||
* Linux: pull libmei 1.7.0
|
||||
* EFI: Change propertyMap array type to CHAR8*
|
||||
* EFI: Fixing compilation errors with GCC
|
||||
* Add cpp wrapper
|
||||
* TeeGetKind API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 14:27:07 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define SONAME libmetee4_3_1
|
||||
%define SONAME libmetee6_0_2_0
|
||||
|
||||
Name: intel-metee
|
||||
Version: 4.3.1
|
||||
Version: 6.0.2
|
||||
Release: 0
|
||||
Summary: Library to access CSE/CSME/GSC firmware via a MEI interface
|
||||
License: Apache-2.0
|
||||
@@ -67,7 +67,7 @@ CFLAGS=-Wno-builtin-macro-redefined \
|
||||
%files -n %{SONAME}
|
||||
%license COPYING
|
||||
%doc CHANGELOG.md README.md
|
||||
%{_libdir}/libmetee.so.%{version}
|
||||
%{_libdir}/libmetee.so.%{version}.0
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libmetee.so
|
||||
|
||||
Reference in New Issue
Block a user