Accepting request 1170724 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1170724 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=79
This commit is contained in:
commit
a466a590e8
2
_service
2
_service
@ -4,7 +4,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@+@TAG_OFFSET@</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-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
fwupd-1.9.16.obscpio
(Stored with Git LFS)
BIN
fwupd-1.9.16.obscpio
(Stored with Git LFS)
Binary file not shown.
3
fwupd-1.9.18.obscpio
Normal file
3
fwupd-1.9.18.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45712b9e38c6e739f594ff6165adc9ef6225f98df9376b1c8c032ac7a521d269
|
||||||
|
size 18285581
|
@ -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>
|
Mon Apr 8 06:52:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 1.9.16
|
version: 1.9.18
|
||||||
mtime: 1712312610
|
mtime: 1713888727
|
||||||
commit: 7e82013994fe3e90f236667656bb47d2dc386d84
|
commit: 849ae9ac55b3c96849cac4611cbe2bf8b79cd86c
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%define docs 0
|
%define docs 0
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.9.16
|
Version: 1.9.18
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user