SHA256
1
0
forked from pool/fwupd

Accepting request 993778 from home:dimstar:Factory

- Update to version 1.7.9 (boo#1201311):
  + Do not generate a capsule header for the FMP GUID.
  + Do not use CoD even when advertized on non-aarch64 platforms.
  + Fix a critical warning when parsing an invalid PHAT record.
  + Fix a regression for devices using the Atmel FLIP Bootloader.
  + Fix parsing SMBIOS data.
  + Set the device ID on the FwupdRequest.
  + Use the correct protocol member when converting to JSON.
  + Wait for the system76-launch device to re-enumerate if unlocked
    and reset.
- Changes from version 1.7.8:
  + Add the bootloader VID/PID used for the first batch of ColorHug
    devices.
  + Also check for os-release in SYSCONFDIR.
  + Export the version lowest raw value correctly.
  + Fix a Wacom timeout when parsing very corrupt firmware.
  + Fix Genesys device enumeration failure by not claiming the
    interface.
  + Hardcode the Redfish filedata name to firmware.bin.
  + Install D-Bus introspection data even if introspection is
    disabled.
  + Only set the flashrom BIOS size if not already quirked.
  + Read the SynapticsMST firmware size in a more safe way.
  + Restart the BMC after installing BCM updates.

OBS-URL: https://build.opensuse.org/request/show/993778
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=119
This commit is contained in:
Dominique Leuenberger 2022-08-08 13:15:30 +00:00 committed by Git OBS Bridge
parent 2c5dd2773b
commit 656b6c530c
6 changed files with 40 additions and 10 deletions

View File

@ -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.7</param> <param name="revision">1.7.9</param>
</service> </service>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">

View File

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

3
fwupd-1.7.9.obscpio Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Aug 8 12:52:48 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.7.9 (boo#1201311):
+ Do not generate a capsule header for the FMP GUID.
+ Do not use CoD even when advertized on non-aarch64 platforms.
+ Fix a critical warning when parsing an invalid PHAT record.
+ Fix a regression for devices using the Atmel FLIP Bootloader.
+ Fix parsing SMBIOS data.
+ Set the device ID on the FwupdRequest.
+ Use the correct protocol member when converting to JSON.
+ Wait for the system76-launch device to re-enumerate if unlocked
and reset.
- Changes from version 1.7.8:
+ Add the bootloader VID/PID used for the first batch of ColorHug
devices.
+ Also check for os-release in SYSCONFDIR.
+ Export the version lowest raw value correctly.
+ Fix a Wacom timeout when parsing very corrupt firmware.
+ Fix Genesys device enumeration failure by not claiming the
interface.
+ Hardcode the Redfish filedata name to firmware.bin.
+ Install D-Bus introspection data even if introspection is
disabled.
+ Only set the flashrom BIOS size if not already quirked.
+ Read the SynapticsMST firmware size in a more safe way.
+ Restart the BMC after installing BCM updates.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 17 12:52:22 UTC 2022 - Callum Farmer <gmbr3@opensuse.org> Sun Apr 17 12:52:22 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -1,4 +1,4 @@
name: fwupd name: fwupd
version: 1.7.7 version: 1.7.9
mtime: 1649155828 mtime: 1658752824
commit: 76821bcb78b7557d879f5d723d6faf27464459bb commit: 1b8d7a5662d68d75f989000d4b6285ae8ae23a17

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%ifarch %{ix86} x86_64 aarch64 %ifarch %{ix86} x86_64 aarch64
%bcond_without efi_fw_update %bcond_without efi_fw_update
%else %else
@ -36,7 +37,7 @@
%endif %endif
Name: fwupd Name: fwupd
Version: 1.7.7 Version: 1.7.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
@ -185,8 +186,8 @@ the local machine.
%package bash-completion %package bash-completion
Summary: Bash completion for fwupd Summary: Bash completion for fwupd
Group: System/Management Group: System/Management
Requires: bash-completion
Requires: %{name} Requires: %{name}
Requires: bash-completion
Supplements: (%{name} and bash-completion) Supplements: (%{name} and bash-completion)
BuildArch: noarch BuildArch: noarch
@ -197,8 +198,8 @@ This package contain the bash completion command for the device firmware updater
%package fish-completion %package fish-completion
Summary: Fish completion for fwupd Summary: Fish completion for fwupd
Group: System/Management Group: System/Management
Requires: fish
Requires: %{name} Requires: %{name}
Requires: fish
Supplements: (%{name} and fish) Supplements: (%{name} and fish)
BuildArch: noarch BuildArch: noarch
@ -225,6 +226,7 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE"
-Dplugin_uefi_capsule=true \ -Dplugin_uefi_capsule=true \
-Dplugin_uefi_pk=true \ -Dplugin_uefi_pk=true \
-Defi_binary=false \ -Defi_binary=false \
-Dsystemd_unit_user=root \
%else %else
-Dplugin_uefi_capsule=false \ -Dplugin_uefi_capsule=false \
-Dplugin_uefi_pk=false \ -Dplugin_uefi_pk=false \