Accepting request 1295137 from Base:System
- Update to version 2.0.13: + This release adds the following features: - Add a daemon config option to ignore efivars free space - Add support for glob-aware version comparison requirements - Allow targeting specific regions in FMAP when using flashrom - Detect static variables and magic numbers during code review - Remove the unused hailuck and rts54hid plugins + This release fixes the following bugs: - Align MTD erase up to the erasesize as necessary - Allow parsing IGSC OptionROM when using fwupdtool - Allow removing private flags from UEFI capsule devices in quirks - Do not copy the vendor for Intel reference ME firmware - Do not use an interactive console if stdout is redirected - Fix the UEFI self-test when the capsule splash is disabled - Get better device information when using PCI-backed MTD devices - Get the Intel GPU SKU and SVN when using BMG hardware - Make MBIM modem devices emulatable - Make sure fwupdtool.exe is available in the Windows PATH - Only show the 'Full Disk Encryption Detected' warning when required - Set all QCDM modem devices to raw mode when updating - Show all devices for fwupdtool get-devices --show-all --force - Show correct dbx version if non-Microsoft entries are present - Show KEK device attributes in fwupdmgr - Use an alternate GUID when the Intel GPU is in recovery mode - Use the kernel netlink hotplug socket when there is no Udev - Various small changes to speed up startup by 60% and lower RSS by 40% + This release adds support for the following hardware: - HP USB-C 100W G6 Dock - Logitech Bulk Controller pheripherals - More MediaTek scaler devices (forwarded request 1295070 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1295137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=100
This commit is contained in:
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">2.0.12</param>
|
||||
<param name="revision">2.0.13</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:3e466ce2e44279a9c4be061b15f2cfe96674c2df0d02c6532f58b4e325d67d98
|
||||
size 20922893
|
3
fwupd-2.0.13.obscpio
Normal file
3
fwupd-2.0.13.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:283c2438ef2d5f70272ed28a08728877fcdf9ba71944d00b2bc982fa11435c68
|
||||
size 21016077
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 10:47:51 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.0.13:
|
||||
+ This release adds the following features:
|
||||
- Add a daemon config option to ignore efivars free space
|
||||
- Add support for glob-aware version comparison requirements
|
||||
- Allow targeting specific regions in FMAP when using flashrom
|
||||
- Detect static variables and magic numbers during code review
|
||||
- Remove the unused hailuck and rts54hid plugins
|
||||
+ This release fixes the following bugs:
|
||||
- Align MTD erase up to the erasesize as necessary
|
||||
- Allow parsing IGSC OptionROM when using fwupdtool
|
||||
- Allow removing private flags from UEFI capsule devices in quirks
|
||||
- Do not copy the vendor for Intel reference ME firmware
|
||||
- Do not use an interactive console if stdout is redirected
|
||||
- Fix the UEFI self-test when the capsule splash is disabled
|
||||
- Get better device information when using PCI-backed MTD devices
|
||||
- Get the Intel GPU SKU and SVN when using BMG hardware
|
||||
- Make MBIM modem devices emulatable
|
||||
- Make sure fwupdtool.exe is available in the Windows PATH
|
||||
- Only show the 'Full Disk Encryption Detected' warning when required
|
||||
- Set all QCDM modem devices to raw mode when updating
|
||||
- Show all devices for fwupdtool get-devices --show-all --force
|
||||
- Show correct dbx version if non-Microsoft entries are present
|
||||
- Show KEK device attributes in fwupdmgr
|
||||
- Use an alternate GUID when the Intel GPU is in recovery mode
|
||||
- Use the kernel netlink hotplug socket when there is no Udev
|
||||
- Various small changes to speed up startup by 60% and lower RSS by 40%
|
||||
+ This release adds support for the following hardware:
|
||||
- HP USB-C 100W G6 Dock
|
||||
- Logitech Bulk Controller pheripherals
|
||||
- More MediaTek scaler devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 09:06:03 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 2.0.12
|
||||
mtime: 1750337457
|
||||
commit: 497f103e1d98452f2557eecba84a7fbf142ecfed
|
||||
version: 2.0.13
|
||||
mtime: 1753173703
|
||||
commit: d65d2fb3f32839c6a2390c379678be3089a0b878
|
||||
|
@@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 2.0.12
|
||||
Version: 2.0.13
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user