forked from pool/fwupd
Accepting request 1175464 from home:dimstar:Factory
- Update to version 1.9.20: + This release adds the following features: - Add some API to allow uploading reports for use in gnome-firmware - Allow the user to upload the entire devicelist to the LVFS + This release fixes the following bugs: - Correctly detect Synaptics Cayenne and Spyder firmware - Do not offer the UEFI DBX update on Lenovo ideacentre 300-20ISH - Explicitly enable shadow stack support in fwupd.service - Fix a potential buffer overread when reading the algoltek-usb version number - Fix the CET HSI test by rewriting it in assembly - Fix using --verbose in fwupdmgr - Ignore --p2p when downloading the metadata signature + This release adds support for the following hardware: - FPC FF2 fingerprint devices OBS-URL: https://build.opensuse.org/request/show/1175464 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=181
This commit is contained in:
parent
037f050516
commit
6a5455a2d4
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.19</param>
|
||||
<param name="revision">1.9.20</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bf103c4d1c6bb1e7a3306360314d8dcf0ae3581ad6a6cb1ae5411a0a6102025
|
||||
size 18290701
|
3
fwupd-1.9.20.obscpio
Normal file
3
fwupd-1.9.20.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3c6c68ec4f17cd29aea496db606cc14fd4713164213c14eb27306a599ae5177
|
||||
size 18318861
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 07:51:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.9.20:
|
||||
+ This release adds the following features:
|
||||
- Add some API to allow uploading reports for use in
|
||||
gnome-firmware
|
||||
- Allow the user to upload the entire devicelist to the LVFS
|
||||
+ This release fixes the following bugs:
|
||||
- Correctly detect Synaptics Cayenne and Spyder firmware
|
||||
- Do not offer the UEFI DBX update on Lenovo ideacentre
|
||||
300-20ISH
|
||||
- Explicitly enable shadow stack support in fwupd.service
|
||||
- Fix a potential buffer overread when reading the algoltek-usb
|
||||
version number
|
||||
- Fix the CET HSI test by rewriting it in assembly
|
||||
- Fix using --verbose in fwupdmgr
|
||||
- Ignore --p2p when downloading the metadata signature
|
||||
+ This release adds support for the following hardware:
|
||||
- FPC FF2 fingerprint devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 10:48:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.19
|
||||
mtime: 1714722562
|
||||
commit: 5548555da4b0554dd037607b0f8d841bb21bda46
|
||||
version: 1.9.20
|
||||
mtime: 1716192981
|
||||
commit: 23bdf6df72b008270f14e513d3e802eef1b854ff
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.19
|
||||
Version: 1.9.20
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user