diff --git a/_service b/_service index 2c85e80..21b031c 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/fwupd/fwupd.git git @PARENT_TAG@ - 1.8.12 + 1.8.16 diff --git a/fwupd-1.8.12.obscpio b/fwupd-1.8.12.obscpio deleted file mode 100644 index 1f98c12..0000000 --- a/fwupd-1.8.12.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:649bdae049b2f59b24ff293b80f6efd1dae32281935b187b586284d94c87532e -size 16654861 diff --git a/fwupd-1.8.16.obscpio b/fwupd-1.8.16.obscpio new file mode 100644 index 0000000..cbd16a2 --- /dev/null +++ b/fwupd-1.8.16.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9de9f3984f24e6999128e89ca58c8c3cdc63610695a3e0215b87adb0279850 +size 17103885 diff --git a/fwupd.changes b/fwupd.changes index e0be1e8..eb5d4e4 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Tue Jun 13 18:24:25 UTC 2023 - Bjørn Lie + +- Update to version 1.8.16: + + Auto-detect the OEM BCM57xx PCI cards with double the available + EEPROM + + Beep the console when waiting for user input + + Do not assume a file descriptor of zero is invalid + + Fix high memory usage when writing a carefully crafted EFI + filesystem + + Ignore refresh on a non-download remote to fix old versions of + KDE + + Limit the maximum number of file objects in the EFI filesystem + + Only add the supported DFU attributes as private flags + + Show devices with problems in fwupdmgr get-upgrades + + Update official Intel GPU product names +- Changes from version 1.8.15: + + Add the latest dbx fixups for BlackLotus + + Allow fwupd-refresh.timer trigger once per hour + + Fix a crash when converting HFSTS1 values + + Fix the version detection for SteelSeries Bluetooth mode + + Invalidate the XMLb cache when installing new fwupd versions + + Trigger the passive flow for usb4 from dell-dock + + New hardware support: More Logitech Unifying receivers, Nordic + MCUboot and nRF52 Desktop Keyboard +- Changes from version 1.8.14: + + Fix possible crash when getting UEFI report metadata + + Fix 'fwupdmgr install FILE GUID' +- Changes from version 1.8.13: + + New features: + - Add pcap converter which allows emulating devices from a + Wireshark dump + - Add the ability to dump TPM firmware for future use + - Optionally retain firmware in a backup remote + - Record the ESP type in the firmware report sent to the LVFS + + Bugs fixed: + - Accept application/octet-stream for archives when the mime + database is missing + - Add the latest dbx version version fixups as Microsoft + removed another entry + - Assume DFU appIDLE if GetStatus is not implemented + - Do not require signatures for local or directory remotes + - Do not use pandoc to build the man pages + - Enhance Qubes functionality to use JCat + - Fix a CCGX 'usbfs: process did not claim interface 1 before + use' warning + - Fix a compile warning when using a new libqmi version + - Fix a critical warning when parsing an empty kernel cmdline + - Fix a synaptics-cape regression where the firmware pauses for + INTR + - Fix the defines for HFSTS6 enforcement policy + - Fix the i2c name properly for ElanTP hardware + - Fix the name of the MTD Intel SPI controller + - Set the release remote when installing archives + - Use the powerd power type information to better set AC levels + + New hardware: + - Framework Audio Card + - Lenovo ThinkPad TBT3-TR Gen 2 + - Wacom Intuos BT S Gen 3 +- Update options passed to meson following upstream changes. + ------------------------------------------------------------------- Fri Mar 10 13:14:18 UTC 2023 - Dominique Leuenberger diff --git a/fwupd.obsinfo b/fwupd.obsinfo index 541a861..9abf745 100644 --- a/fwupd.obsinfo +++ b/fwupd.obsinfo @@ -1,4 +1,4 @@ name: fwupd -version: 1.8.12 -mtime: 1677250407 -commit: 9b7430107b68b0fb5f683e8ef1e9260296f494a8 +version: 1.8.16 +mtime: 1686299594 +commit: bc225a7175491b477ed5fd7540ac377682be8d8a diff --git a/fwupd.spec b/fwupd.spec index 6ab7032..c300239 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -40,7 +40,7 @@ %define docs 0 Name: fwupd -Version: 1.8.12 +Version: 1.8.16 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -237,8 +237,8 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE" -Dsystemd_unit_user=root \ -Dcompat_cli=true \ %else - -Dplugin_uefi_capsule=disabled \ - -Dplugin_uefi_pk=disabled \ + -Dplugin_uefi_capsule=false \ + -Dplugin_uefi_pk=false \ %endif %if %{with msr_support} -Dplugin_msr=enabled \ @@ -264,9 +264,9 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE" -Dplugin_flashrom=disabled \ %endif %if 0%{?docs} - -Dman=enabled \ + -Dman=true \ %else - -Dman=disabled \ + -Dman=false \ %endif %{nil} %meson_build