diff --git a/_service b/_service index 3d467f2..026ddde 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/fwupd/fwupd.git git @PARENT_TAG@+@TAG_OFFSET@ - 1.9.9 + 1.9.10 (.*)\+0 \1 diff --git a/fwupd-1.9.10.obscpio b/fwupd-1.9.10.obscpio new file mode 100644 index 0000000..54d45e3 --- /dev/null +++ b/fwupd-1.9.10.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd2d434fcce2ffe9b88c9190fb6bb3633824baf4a1faac4fc221cec7b733c67 +size 18411533 diff --git a/fwupd-1.9.9.obscpio b/fwupd-1.9.9.obscpio deleted file mode 100644 index 54a0677..0000000 --- a/fwupd-1.9.9.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eac3c6ceb4ab2f20fb1fb620f491e1dba228f1c16e0f5e017cc68e936bf1158 -size 18346509 diff --git a/fwupd-jscSLE-11766-close-efidir-leap-gap.patch b/fwupd-jscSLE-11766-close-efidir-leap-gap.patch index c3d7e69..e7c6c2f 100644 --- a/fwupd-jscSLE-11766-close-efidir-leap-gap.patch +++ b/fwupd-jscSLE-11766-close-efidir-leap-gap.patch @@ -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); diff --git a/fwupd.changes b/fwupd.changes index e761f29..92dc91e 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Dec 4 12:33:37 UTC 2023 - Paolo Stivanin + +- 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 diff --git a/fwupd.obsinfo b/fwupd.obsinfo index 940ae59..410ea29 100644 --- a/fwupd.obsinfo +++ b/fwupd.obsinfo @@ -1,4 +1,4 @@ name: fwupd -version: 1.9.9 -mtime: 1700503344 -commit: 2836d32db223590b0f5b5c4c6f0423dc7281abcf +version: 1.9.10 +mtime: 1701683179 +commit: 8afede84fcfb789ee36c2292139ce042ed193140 diff --git a/fwupd.spec b/fwupd.spec index aec574d..d54fb06 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -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 diff --git a/harden_fwupd-refresh.service.patch b/harden_fwupd-refresh.service.patch index fc136f6..49e9ae9 100644 --- a/harden_fwupd-refresh.service.patch +++ b/harden_fwupd-refresh.service.patch @@ -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