HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux host 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: w230 (1248)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/metainfo/org.freedesktop.fwupd.metainfo.xml
<?xml version='1.0' encoding='UTF-8'?>
<component type="console-application">
  <id>org.freedesktop.fwupd</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>LGPL-2.0+</project_license>
  <name>fwupd</name>
  <summary>Update device firmware on Linux</summary>
  <description>
    <p>
      This project aims to make updating firmware on Linux automatic, safe and
      reliable.
      You can either use a GUI software manager like GNOME Software to view and
      apply updates, the command-line tool or the D-Bus interface directly.
    </p>
    <p>
      The fwupd process is a system daemon to allow session software to update
      device firmware on your local machine.
      It is designed for desktops, but this project is also usable on phones,
      tablets and on headless servers.
    </p>
  </description>
  <url type="bugtracker">https://github.com/fwupd/fwupd/issues</url>
  <url type="homepage">https://fwupd.org/</url>
  <url type="translate">https://www.transifex.com/freedesktop/fwupd/</url>
  <url type="vcs-browser">https://github.com/fwupd/fwupd</url>
  <update_contact>richard_at_hughsie.com</update_contact>
  <developer_name>The fwupd authors</developer_name>
  <developer id="org.fwupd">
    <name translate="no">The fwupd authors</name>
  </developer>
  <translation type="gettext">fwupd</translation>
  <content_rating type="oars-1.1">
    <content_attribute id="social-info">moderate</content_attribute>
  </content_rating>
  <provides>
    <binary>fwupdmgr</binary>
    <binary>fwupdtool</binary>
  </provides>
  <releases>
    <release version="1.9.34" date="2026-02-11">
      <description>
        <p>This release fixes the following bugs:</p>
        <ul>
          <li>Add timeout to fwupd-refresh.service systemd unit</li>
          <li>Fix a potential fastboot version buffer over-read</li>
          <li>Verify the uncompressed size when decompressing CAB files</li>
          <li>Warn the user if they are using the blocked-firmware functionality</li>
          <li>Use the UOD approach when updating dell-kestrel docks</li>
        </ul>
        <p>
          This tagged release will probably be the last from the 1_9_X branch, and you should
          encourage your distributor to upgrade to 2.0.x as soon as possible.
        </p>
      </description>
    </release>
    <release version="1.9.33" date="2025-11-07">
      <description>
        <p>This release fixes the following bugs:</p>
        <ul>
          <li>Add offline dbx hashes for 20250902</li>
          <li>Allow installing archives named as .CAB rather than .cab</li>
          <li>Clean up the fwupdtool lock file every time</li>
          <li>Fix the pending-activation dell-dock problem</li>
          <li>Fix the Thunderbolt controller rushing to finalize before onlining</li>
          <li>Ignore ilan dell-kestrel errors on writing the last page</li>
          <li>Only set the update error if not already setting a problem</li>
          <li>Relax the usi-dock DMC child device checks for new firmware</li>
          <li>Set commit-ca3 for Lexar SSDs</li>
          <li>Support very old versions of UDisks</li>
          <li>Turn off RTS hub firmware dell-kestrel auto-detection</li>
          <li>Use the 'unreachable' problem for the unconnected device state</li>
        </ul>
      </description>
    </release>
    <release version="1.9.32" date="2025-09-08">
      <description>
        <p>This release fixes the following bugs:</p>
        <ul>
          <li>Disable time checks when verifying firmware</li>
          <li>Enforce a requirement for the default PS5512 devboard</li>
          <li>Ensure Lexar NVMe drives use a valid version</li>
          <li>Remove HwID match for Dell capsule-on-disk hardware</li>
          <li>Require a full system shutdown for Micron NVMe drives</li>
        </ul>
      </description>
    </release>
    <release version="1.9.31" date="2025-07-10">
      <description>
        <p>
          This release adds the following features:
        </p>
        <ul>
          <li>Add a config option to ignore the efivars free space</li>
          <li>Add support for new Dell dock ownership command</li>
        </ul>
        <p>This release fixes the following bugs:</p>
        <ul>
          <li>Add two more dbx checksums for offline detection</li>
          <li>Check for 30kB of free NVRAM space before offering the dbx update</li>
          <li>Do not allow dbx updates on more several more models</li>
          <li>Do not copy the vendor name for Intel reference ME firmware</li>
          <li>Never include systemd.machine_id in the uploaded report if set</li>
          <li>Never write a UX capsule when using Capsule-On-Disk</li>
          <li>Only check for fwupdx64.efi when NOT using CoD</li>
          <li>Probe Synaptics VMM9 devices in a more relaxed way</li>
          <li>Reduce lzma compression level from 9 to default 6</li>
          <li>Refactor firmware child deduping to speed up startup</li>
          <li>Reset RTS5G2 correctly on the Dell dock</li>
          <li>Support loading multiple coSWID blobs from PE files</li>
          <li>Wait for the logitech-scribe device to replug after updating</li>
        </ul>
        <p>This release adds support for the following hardware:</p>
        <ul>
          <li>A new Elan fingerprint reader</li>
          <li>Poly Studio V72 and V12</li>
          <li>Several new MediaTek scaler models</li>
          <li>Thunderbolt 5 Smart Dock</li>
        </ul>
      </description>
    </release>
    <release version="1.9.30" date="2025-05-07">
      <description>
        <p>This release fixes the following bugs:</p>
        <ul>
          <li>Add several devices with broken firmware to the UEFI dbx blocklist</li>
          <li>Add /sys/firmware/efi/efivars to ReadWritePaths</li>
          <li>Do not export Redfish backup partitions as devices</li>
          <li>Do not show messages or prompt for answers in `fwupdtool --json` mode</li>
          <li>Fix a crash when installing some Wacom firmware types</li>
          <li>Fix deploying RMM updates on the Dell Kestrel dock</li>
          <li>Fix SMBIOS parsing for SPI ROM size &gt;= 16MiB</li>
          <li>Never allow updating updatable-hidden devices with fwupdtool</li>
          <li>Recognize a very old dbx hash to allow upgrades to continue</li>
          <li>Reduce the Dell dock HID timeout, as retries already cover it</li>
        </ul>
      </description>
    </release>
    </releases>
</component>