forked from pool/fwupd
Accepting request 957637 from home:iznogood:branches:Base:System
New stable release OBS-URL: https://build.opensuse.org/request/show/957637 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=116
This commit is contained in:
parent
bfa29a8c74
commit
76ada3a603
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.5</param>
|
<param name="revision">1.7.6</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f02af74d5f8bced821314937238dbddffa7da5b12ebe0bffe80664b17ea07b75
|
|
||||||
size 13538829
|
|
3
fwupd-1.7.6.obscpio
Normal file
3
fwupd-1.7.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b265f4dbea7f07a191348fd0dfc665176f88d8ca827522905dd28a9a5203e45b
|
||||||
|
size 13774349
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 25 17:22:01 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.7.6:
|
||||||
|
* This release adds the following features:
|
||||||
|
+ Add a flag for UEFI devices that never want a capsule header
|
||||||
|
auto-added
|
||||||
|
+ Add a flag to indicate the device has a signed or unsigned
|
||||||
|
payload
|
||||||
|
+ Add a plugin to set a GPIO pin for the duration of an update
|
||||||
|
+ Add a simple plugin to enumerate (but not update) SCSI
|
||||||
|
hardware
|
||||||
|
+ Add two more instance IDs to the MTD devices
|
||||||
|
+ Add X-BaseboardManagementController as an update category
|
||||||
|
+ Allow assigning issues to devices for known high priority
|
||||||
|
problems
|
||||||
|
+ Parse the MTD firmware version using the defined GType
|
||||||
|
* This release fixes the following bugs:
|
||||||
|
+ Check the IFD sections have non-zero data length to fix a
|
||||||
|
critical warning
|
||||||
|
+ Modify the AT retry behavior to fix getting the firmware
|
||||||
|
branch
|
||||||
|
+ Do not run fwupd-refresh automatically in containers
|
||||||
|
+ Do not show a warning if the TPM eventlog does not exist
|
||||||
|
+ Do not show TSS2 warning messages by default
|
||||||
|
+ Fix a critical warning when loading an empty TPM eventlog
|
||||||
|
item
|
||||||
|
+ Fix a logic error when adding the community warning in
|
||||||
|
fwupdmgr
|
||||||
|
+ Fix loading flashrom devices in coreboot mode
|
||||||
|
+ Fix the error handling when updating USB4 retimers
|
||||||
|
+ Show the user when devices are not updatable due to inhibits
|
||||||
|
+ Skip probing the Dell DA300 device to avoid a warning
|
||||||
|
+ Try harder to convert to a version into a correct semver
|
||||||
|
+ Use multiple checksums when there are no provided artifacts
|
||||||
|
* This release adds support for the following hardware:
|
||||||
|
+ HP M2xfd monitors
|
||||||
|
+ Star Lite Mk III
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 8 16:49:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Feb 8 16:49:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 1.7.5
|
version: 1.7.6
|
||||||
mtime: 1644251078
|
mtime: 1645796315
|
||||||
commit: 33aed8c7fb5403f81fec5448acb4a7d8afe2a06a
|
commit: 171ecdf3efb5b844c84f4d8c833e43bcb1db16eb
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.7.5
|
Version: 1.7.6
|
||||||
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