Accepting request 1046691 from home:polslinux:branches:Base:System

- 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

OBS-URL: https://build.opensuse.org/request/show/1046691
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=131
This commit is contained in:
Dominique Leuenberger 2023-01-05 07:58:31 +00:00 committed by Git OBS Bridge
parent 4bb50feec8
commit 2ee9c0c5bf
7 changed files with 42 additions and 12 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/fwupd/fwupd.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.8.8</param>
<param name="revision">1.8.9</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

View File

@ -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
View File

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

View File

@ -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>

View File

@ -1,4 +1,4 @@
name: fwupd
version: 1.8.8
mtime: 1670438396
commit: 1024d97d611404621aad0e3ffa815fe933420712
version: 1.8.9
mtime: 1672748150
commit: faeefb66d03f30a76ff42281fff3d6e9536e9ccf

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -39,7 +39,7 @@
%define shlib_sover 2
Name: fwupd
Version: 1.8.8
Version: 1.8.9
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later

View File

@ -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.7.2/data/motd/fwupd-refresh.service.in
--- fwupd-1.8.9.orig/data/motd/fwupd-refresh.service.in
+++ fwupd-1.8.9/data/motd/fwupd-refresh.service.in
@@ -13,5 +13,13 @@ SystemCallFilter=~@mount
ProtectKernelModules=yes
ProtectControlGroups=yes