Accepting request 1056137 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1056137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=57
This commit is contained in:
commit
bc24f2e9b1
2
_service
2
_service
@ -4,7 +4,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.8.8</param>
|
<param name="revision">1.8.9</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:26d710beb066dff74591118f90c241da0e15ecab6f46bb605532ced36ad47260
|
|
||||||
size 16236557
|
|
3
fwupd-1.8.9.obscpio
Normal file
3
fwupd-1.8.9.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:255ed384340595abbc75f866528b9a6acf8bc5ffca18768950f3a57095ca9147
|
||||||
|
size 16382989
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 08:43:32 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 1.8.9:
|
||||||
|
+ This release adds the following features:
|
||||||
|
- Add an interactive request for re-inserting the USB cable
|
||||||
|
- Add SHA384 support for TPM hashes
|
||||||
|
- Add X-FingerprintReader, X-GraphicsTablet, X-Dock and X-UsbDock categories
|
||||||
|
- Allow specifying OR parent requirements in metadata
|
||||||
|
+ This release fixes the following bugs:
|
||||||
|
- Add the fwupd version to the HSI result if the chassis is invalid
|
||||||
|
- Allow getting the ESP when there is a block device with no filesystem
|
||||||
|
- Allow reinstalling on devices with only-version-upgrade set
|
||||||
|
- Do not require the TPM event log to have all reconstructions
|
||||||
|
- Fix a tiny memory leak when parsing signed reports
|
||||||
|
- Ignore failure to mount the ESP if unsupported
|
||||||
|
- Never allow using SHA-1 for checksum validation
|
||||||
|
- Return a more useful error if USB recovery failed
|
||||||
|
- Skip the fwupdx64.efi BootXXXX entry when measuring system integrity
|
||||||
|
- Speed up daemon startup using prepared XPath queries
|
||||||
|
- Suggest to turn on ThunderboltAccess for Lenovo systems
|
||||||
|
- Use better defaults if the config file is missing
|
||||||
|
+ This release adds support for the following hardware:
|
||||||
|
- More Solidigm NVMe devices
|
||||||
|
- More Synaptics Cape devices
|
||||||
|
- More Synaptics Prometheus devices
|
||||||
|
- Most Texas Instruments USB-4 docks
|
||||||
|
- Scaler support for Wacom USB devices
|
||||||
|
- Several new Wistron USB-C docks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 26 14:39:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Dec 26 14:39:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 1.8.8
|
version: 1.8.9
|
||||||
mtime: 1670438396
|
mtime: 1672748150
|
||||||
commit: 1024d97d611404621aad0e3ffa815fe933420712
|
commit: faeefb66d03f30a76ff42281fff3d6e9536e9ccf
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fwupd
|
# spec file for package fwupd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -39,7 +39,7 @@
|
|||||||
%define shlib_sover 2
|
%define shlib_sover 2
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.8.8
|
Version: 1.8.9
|
||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: fwupd-1.7.2/data/motd/fwupd-refresh.service.in
|
Index: fwupd-1.8.9/data/motd/fwupd-refresh.service.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- fwupd-1.7.2.orig/data/motd/fwupd-refresh.service.in
|
--- fwupd-1.8.9.orig/data/motd/fwupd-refresh.service.in
|
||||||
+++ fwupd-1.7.2/data/motd/fwupd-refresh.service.in
|
+++ fwupd-1.8.9/data/motd/fwupd-refresh.service.in
|
||||||
@@ -13,5 +13,13 @@ SystemCallFilter=~@mount
|
@@ -13,5 +13,13 @@ SystemCallFilter=~@mount
|
||||||
ProtectKernelModules=yes
|
ProtectKernelModules=yes
|
||||||
ProtectControlGroups=yes
|
ProtectControlGroups=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user