forked from pool/fwupd
Accepting request 1005435 from home:iznogood:branches:Base:System
- Update to version 1.7.10: + Always check the BDP partitions when getting all the possible ESPs + Correctly detect CET IBT + Do not show HSI events where we changed the spec result value + Fix aligning up addresses greater than 4GB + Fix applying the latest DBX update on machines with 20200729.x64 installed + Fix checking for invalid depth requirements + Fix getting the new version number of the USI docking hardware + Fix HSI prefix for invalid chassis + Never save the Redfish auto-generated password to a user-readable file + Only create users using IPMI when we've tested the hardware + Only fail the kernel tainted HSI test for specific taint reasons + Only show changed events in the fwupdmgr security output + Recognize CSME version 16 and update vulnerable versions from CSMEVDT data + Write all the CCGX metadata block as intended OBS-URL: https://build.opensuse.org/request/show/1005435 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=121
This commit is contained in:
parent
656b6c530c
commit
73e8789f1d
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">1.7.9</param>
|
<param name="revision">1.7.10</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
3
fwupd-1.7.10.obscpio
Normal file
3
fwupd-1.7.10.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7be57996be1bc3d4fcaf3fc5685455ed334b0e5a949bebfe551458962b551ffc
|
||||||
|
size 13832205
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdc1c071121a3eba73f2592235a83cf250903ceb0a7c134a2bda29fd1336a4b6
|
|
||||||
size 13818381
|
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 14:48:43 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.7.10:
|
||||||
|
+ Always check the BDP partitions when getting all the possible
|
||||||
|
ESPs
|
||||||
|
+ Correctly detect CET IBT
|
||||||
|
+ Do not show HSI events where we changed the spec result value
|
||||||
|
+ Fix aligning up addresses greater than 4GB
|
||||||
|
+ Fix applying the latest DBX update on machines with
|
||||||
|
20200729.x64 installed
|
||||||
|
+ Fix checking for invalid depth requirements
|
||||||
|
+ Fix getting the new version number of the USI docking hardware
|
||||||
|
+ Fix HSI prefix for invalid chassis
|
||||||
|
+ Never save the Redfish auto-generated password to a
|
||||||
|
user-readable file
|
||||||
|
+ Only create users using IPMI when we've tested the hardware
|
||||||
|
+ Only fail the kernel tainted HSI test for specific taint
|
||||||
|
reasons
|
||||||
|
+ Only show changed events in the fwupdmgr security output
|
||||||
|
+ Recognize CSME version 16 and update vulnerable versions from
|
||||||
|
CSMEVDT data
|
||||||
|
+ Write all the CCGX metadata block as intended
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 12:52:48 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Aug 8 12:52:48 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 1.7.9
|
version: 1.7.10
|
||||||
mtime: 1658752824
|
mtime: 1663854090
|
||||||
commit: 1b8d7a5662d68d75f989000d4b6285ae8ae23a17
|
commit: 38efba5ac045d1272123029a524e2eecd4e56233
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.7.9
|
Version: 1.7.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Device firmware updater daemon
|
Summary: Device firmware updater daemon
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user