Accepting request 1130755 from home:polslinux:branches:Base:System
- Update to version 1.9.10: + This release adds the following features: - Add support for not_hardware requirements - Add support for loongarch64 - Add support for per-release priority attributes - Make USB claim retry count configurable across devices + This release fixes the following bugs: - Compare the HID report value when checking for duplicates - Consider the component priority when installing composite updates - Deploy the CCGX firmware correctly the first time - Do not export the 'main-system-firmware' and 'cpu' GUIDs - Enforce fwupd version requirements client side - Fix Genesys 'failed to get static tool info from device' error - Fix potential 'dereference before null check' in ccmx-dmc - Fix the 'already registered private FuMmDevice flag with value' warning - Fix the 'assertion backend_id != NULL failed' runtime warning - Fix Wacom USB device emulation by recording the composite phases - Generate generic request message text where possible - Hide HTTP passwords in fwupd debugging logs - Let the client know what interaction is expected - Make all critical warnings into backtraces for non-release builds - Never obsolete the wrong HSI attribute - Never show a HSI index that is impossible - Only apply fastboot plugin to modem devices supporting fastboot - Only send interactive requests when the sender is alive - Remove the now-obsolete Synaptics MST cascade device scanning - Replace the Redfish KCS user if required - Restrict mediatek-scaler devices on specific hardware only - Skip any recovery partitions when detecting ESP OBS-URL: https://build.opensuse.org/request/show/1130755 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=156
This commit is contained in:
parent
78b44068a1
commit
eb179be8a1
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">1.9.9</param>
|
||||
<param name="revision">1.9.10</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
3
fwupd-1.9.10.obscpio
Normal file
3
fwupd-1.9.10.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebd2d434fcce2ffe9b88c9190fb6bb3633824baf4a1faac4fc221cec7b733c67
|
||||
size 18411533
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eac3c6ceb4ab2f20fb1fb620f491e1dba228f1c16e0f5e017cc68e936bf1158
|
||||
size 18346509
|
@ -1,8 +1,8 @@
|
||||
Index: fwupd-1.8.5/plugins/uefi-capsule/fu-uefi-common.c
|
||||
Index: fwupd-1.9.10/plugins/uefi-capsule/fu-uefi-common.c
|
||||
===================================================================
|
||||
--- fwupd-1.8.5.orig/plugins/uefi-capsule/fu-uefi-common.c
|
||||
+++ fwupd-1.8.5/plugins/uefi-capsule/fu-uefi-common.c
|
||||
@@ -233,9 +233,13 @@ fu_uefi_get_esp_path_for_os(FuDevice *de
|
||||
--- fwupd-1.9.10.orig/plugins/uefi-capsule/fu-uefi-common.c
|
||||
+++ fwupd-1.9.10/plugins/uefi-capsule/fu-uefi-common.c
|
||||
@@ -231,9 +231,13 @@ fu_uefi_get_esp_path_for_os(void)
|
||||
g_autofree gchar *esp_path = NULL;
|
||||
g_autoptr(GError) error_local = NULL;
|
||||
g_autoptr(GHashTable) os_release = fwupd_get_os_release(&error_local);
|
||||
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 12:33:37 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 1.9.10:
|
||||
+ This release adds the following features:
|
||||
- Add support for not_hardware requirements
|
||||
- Add support for loongarch64
|
||||
- Add support for per-release priority attributes
|
||||
- Make USB claim retry count configurable across devices
|
||||
+ This release fixes the following bugs:
|
||||
- Compare the HID report value when checking for duplicates
|
||||
- Consider the component priority when installing composite updates
|
||||
- Deploy the CCGX firmware correctly the first time
|
||||
- Do not export the 'main-system-firmware' and 'cpu' GUIDs
|
||||
- Enforce fwupd version requirements client side
|
||||
- Fix Genesys 'failed to get static tool info from device' error
|
||||
- Fix potential 'dereference before null check' in ccmx-dmc
|
||||
- Fix the 'already registered private FuMmDevice flag with value' warning
|
||||
- Fix the 'assertion backend_id != NULL failed' runtime warning
|
||||
- Fix Wacom USB device emulation by recording the composite phases
|
||||
- Generate generic request message text where possible
|
||||
- Hide HTTP passwords in fwupd debugging logs
|
||||
- Let the client know what interaction is expected
|
||||
- Make all critical warnings into backtraces for non-release builds
|
||||
- Never obsolete the wrong HSI attribute
|
||||
- Never show a HSI index that is impossible
|
||||
- Only apply fastboot plugin to modem devices supporting fastboot
|
||||
- Only send interactive requests when the sender is alive
|
||||
- Remove the now-obsolete Synaptics MST cascade device scanning
|
||||
- Replace the Redfish KCS user if required
|
||||
- Restrict mediatek-scaler devices on specific hardware only
|
||||
- Skip any recovery partitions when detecting ESP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 07:39:41 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.9
|
||||
mtime: 1700503344
|
||||
commit: 2836d32db223590b0f5b5c4c6f0423dc7281abcf
|
||||
version: 1.9.10
|
||||
mtime: 1701683179
|
||||
commit: 8afede84fcfb789ee36c2292139ce042ed193140
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.9
|
||||
Version: 1.9.10
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: fwupd-1.8.9/data/motd/fwupd-refresh.service.in
|
||||
Index: fwupd-1.9.10/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
|
||||
--- fwupd-1.9.10.orig/data/motd/fwupd-refresh.service.in
|
||||
+++ fwupd-1.9.10/data/motd/fwupd-refresh.service.in
|
||||
@@ -14,5 +14,13 @@ SystemCallFilter=~@mount
|
||||
ProtectKernelModules=yes
|
||||
ProtectControlGroups=yes
|
||||
RestrictRealtime=yes
|
||||
|
Loading…
Reference in New Issue
Block a user