Accepting request 1170723 from home:dimstar:Factory

- Update to version 1.9.18:
  + Fix a small memory leak in fwupdmgr.
  + Use simple allow-listing for the syscall filter.
- Changes from version 1.9.17:
  + This release fixes the following bugs:
    - Capture device status changes when in bootloader mode.
    - Change the systemd SystemCallFilter to an allowlist.
    - Detect when a CCGX dock forbids downgrade.
    - Do not add an overly-generic instance ID to CrosEC devices.
    - Do not read OptionROM verification data on Apple hardware.
    - Emit a signal when a user-request is no longer valid.
    - Fix a potential crash when parsing invalid CBOR data.
    - Properly show SPDX project licenses with AND as a delimiter.
    - Verify that syscalls are being filtered correctly at startup.
  + This release adds support for the following hardware:
    - Asus DC201.
    - Realtek Gen1 RTS541x.

OBS-URL: https://build.opensuse.org/request/show/1170723
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=177
This commit is contained in:
Dominique Leuenberger 2024-04-29 10:19:40 +00:00 committed by Git OBS Bridge
parent 5c6f14af93
commit fe0fff2f96
6 changed files with 29 additions and 8 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@+@TAG_OFFSET@</param>
<param name="revision">1.9.16</param>
<param name="revision">1.9.18</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>

BIN
fwupd-1.9.16.obscpio (Stored with Git LFS)

Binary file not shown.

3
fwupd-1.9.18.obscpio Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 29 09:38:53 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.9.18:
+ Fix a small memory leak in fwupdmgr.
+ Use simple allow-listing for the syscall filter.
- Changes from version 1.9.17:
+ This release fixes the following bugs:
- Capture device status changes when in bootloader mode.
- Change the systemd SystemCallFilter to an allowlist.
- Detect when a CCGX dock forbids downgrade.
- Do not add an overly-generic instance ID to CrosEC devices.
- Do not read OptionROM verification data on Apple hardware.
- Emit a signal when a user-request is no longer valid.
- Fix a potential crash when parsing invalid CBOR data.
- Properly show SPDX project licenses with AND as a delimiter.
- Verify that syscalls are being filtered correctly at startup.
+ This release adds support for the following hardware:
- Asus DC201.
- Realtek Gen1 RTS541x.
-------------------------------------------------------------------
Mon Apr 8 06:52:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: fwupd
version: 1.9.16
mtime: 1712312610
commit: 7e82013994fe3e90f236667656bb47d2dc386d84
version: 1.9.18
mtime: 1713888727
commit: 849ae9ac55b3c96849cac4611cbe2bf8b79cd86c

View File

@ -40,7 +40,7 @@
%define docs 0
Name: fwupd
Version: 1.9.16
Version: 1.9.18
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later