diff --git a/_service b/_service
index 762e32c..abb65b6 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/1.4.0
+ 1.4.2
*.tar
diff --git a/_servicedata b/_servicedata
index cdee5c7..28615b6 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hughsie/fwupd.git
- a3d6ee0e29f333587dce1c68e153130a7d4b637f
\ No newline at end of file
+ e43f42b7df4875355c4e99c4492743f469e47614
\ No newline at end of file
diff --git a/fwupd-1.4.0.tar.xz b/fwupd-1.4.0.tar.xz
deleted file mode 100644
index b608998..0000000
--- a/fwupd-1.4.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:eff4ea13edf50fb1690fc369bf33cb8684ca36097bb1de2b493506548db30c50
-size 1691680
diff --git a/fwupd-1.4.2.tar.xz b/fwupd-1.4.2.tar.xz
new file mode 100644
index 0000000..11479fa
--- /dev/null
+++ b/fwupd-1.4.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7fd991c4058e6784eb78da665a20896fbdb9f068ad2f91daca9bfc8ec3553a8
+size 1696536
diff --git a/fwupd.changes b/fwupd.changes
index e9aa6a6..1f45d1f 100644
--- a/fwupd.changes
+++ b/fwupd.changes
@@ -1,3 +1,66 @@
+-------------------------------------------------------------------
+Wed Jun 03 15:32:46 UTC 2020 - dimstar@opensuse.org
+
+- Update to version 1.4.2:
+ * vli: Add no-guid-matching for all VLI devices
+ * vli: Remove a copy-and-paste mistake
+ * Add two OUI quirks
+ * ata: Add WD OUI quirk 000cca
+ * synaptics-rmi: Essentially blacklist Dell K12A
+ * dfu: Avoid communicating when bitManifestationTolerant is off
+ * ata: Add OUI quirk for Western Digital
+ * dfu: Support MATEKF722SE quirk
+ * Fix various build issues with -Wdiscarded-qualifiers
+ * thunderbolt/dell-dock: Delay activation for Thunderbolt updates
+ * Switch the default of EnumerateAllDevices to false
+ * Add OUI quirk for SanDisk
+ * vli: Add two standard USB instance IDs for shared-PD devices
+ * vli: Use GPIOB to reset the VL817 found in two Lenovo products
+ * tpm-eventlog: Correct the display of final calculated PCRs
+ * wacom-raw: fixup switching to bootloader mode
+
+-------------------------------------------------------------------
+Wed Jun 03 15:30:48 UTC 2020 - dimstar@opensuse.org
+
+- Update to version 1.4.1:
+ * thunderbolt: Don't show safe mode errors for USB4 host controllers
+ * ep963x: Various changes to make the plugin actually work on real hardware
+ * Make tss2-esys conditional
+ * ep963x: Remove some dead code spotted by Coverity
+ * ccgx: Only update the FW2 partition of the ThinkPad USB-C Dock Gen2
+ * ccgx: Expand the FWImageType for future hardware
+ * Allow specifying the device on the command line by GUID
+ * Fix the DeviceID set by GetDetails
+ * wacom-usb: Fix a theoretical buffer over-read to make GCC happy
+ * vli: Only show the i2c devices on the USB3 hub
+ * Allow devices to be updatable, but only when upgrading a proxy device
+ * Reset the progressbar time estimate if the percentage is invalid
+ * ccgx: Always report 100% when finished writing
+ * Add a device quirk that forces an explicit device-id match
+ * ccgx: Set the device name and summary from quirk files
+ * vli: Only do the APP5 FW bug fix on affected hardware
+ * vli: Show all the buffer when debugging with FWUPD_VLI_USBHUB_VERBOSE
+ * fu-engine: Refresh device name and format before setting supported flag
+ * Allow a device to set the logical or physical ID during ->setup()
+ * ccgx: Split out a trivial helper to set the instance IDs
+ * ccgx: Set the device name to be more useful
+ * ccgx: Set the logical ID as the FwMode
+ * ccgx: Split out a trivial function to set the version
+ * ccgx: Do not reboot the device write after installing
+ * ccgx: Do no show the flash parameters when unknown
+ * Allow devices to match the proxy device by GUID
+ * Do not skip attach() if the device is marked _WILL_DISAPPEAR
+ * dell-dock: Port to using fu_device_get_proxy()
+ * Allow adding a device 'proxy' device that can do actions on it
+ * vli: Do not show the USB 2 recovery devices for USB 3 hubs
+ * vli: Add metadata to identify which is the same physical device
+ * uefi: correctly format firmware version of Dynabook (né Toshiba) X30, X40 and probably others
+ * synaptics-cxaudio: Use the ->attach() device vfunc
+ * synaptics-cxaudio: Wait for the device to reboot after writing firmware
+ * logitech_hidpp: decrease verbosity of messages that hid++ ID is missing
+ * Prefer to update the child first if the order is unspecified
+ * Do not modify the device priority for child devices
+
-------------------------------------------------------------------
Wed Apr 22 08:48:51 UTC 2020 - Gary Ching-Pang Lin
diff --git a/fwupd.spec b/fwupd.spec
index 49c2547..c3668a8 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -28,7 +28,7 @@
%global efidir sles
%endif
Name: fwupd
-Version: 1.4.0
+Version: 1.4.2
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -66,29 +66,29 @@ BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colorhug) >= 1.2.12
-BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
-BuildRequires: pkgconfig(gio-unix-2.0)
+BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
+BuildRequires: pkgconfig(gio-unix-2.0) >= 2.48.8
BuildRequires: pkgconfig(glib-2.0) >= 2.45.8
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk-doc) >= 1.14
-BuildRequires: pkgconfig(gudev-1.0)
+BuildRequires: pkgconfig(gudev-1.0) >= 232
BuildRequires: pkgconfig(gusb) >= 0.2.9
-BuildRequires: pkgconfig(jcat)
+BuildRequires: pkgconfig(jcat) >= 0.1.0
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libelf)
-BuildRequires: pkgconfig(libgcab-1.0)
+BuildRequires: pkgconfig(libgcab-1.0) >= 1.0
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(systemd)
-BuildRequires: pkgconfig(tss2-esys)
+BuildRequires: pkgconfig(tss2-esys) >= 2.0
BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(valgrind)
-BuildRequires: pkgconfig(xmlb)
+BuildRequires: pkgconfig(xmlb) >= 0.1.13
%if %{with efi_fw_update}
BuildRequires: gnu-efi
BuildRequires: pesign-obs-integration