Packages changed: PackageKit cryptsetup (1.7.0 -> 1.7.2) gnome-maps (3.20.2 -> 3.20.3) gvfs kernel-firmware (20160804 -> 20160824) mutter === Details === ==== PackageKit ==== Subpackages: PackageKit-backend-zypp PackageKit-gstreamer-plugin PackageKit-gtk3-module libpackagekit-glib2-18 typelib-1_0-PackageKitGlib-1_0 - Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite. - Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory. ==== cryptsetup ==== Version update (1.7.0 -> 1.7.2) Subpackages: libcryptsetup4 libcryptsetup4-32bit - Update to version 1.7.2: * Update LUKS documentation format. Clarify fixed sector size and keyslots alignment. * Support activation options for error handling modes in Linux kernel dm-verity module: - -ignore-corruption - dm-verity just logs detected corruption - -restart-on-corruption - dm-verity restarts the kernel if corruption is detected If the options above are not specified, default behavior for dm-verity remains. Default is that I/O operation fails with I/O error if corrupted block is detected. - -ignore-zero-blocks - Instructs dm-verity to not verify blocks that are expected to contain zeroes and always return zeroes directly instead. NOTE that these options could have security or functional impacts, do not use them without assessing the risks! * Fix help text for cipher benchmark specification (mention --cipher option). * Fix off-by-one error in maximum keyfile size. Allow keyfiles up to compiled-in default and not that value minus one. * Support resume of interrupted decryption in cryptsetup-reencrypt utility. To resume decryption, LUKS device UUID (--uuid option) option must be used. * Do not use direct-io for LUKS header with unaligned keyslots. Such headers were used only by the first cryptsetup-luks-1.0.0 release (2005). * Fix device block size detection to properly work on particular file-based containers over underlying devices with 4k sectors. - Update to version 1.7.1: * Code now uses kernel crypto API backend according to new changes introduced in mainline kernel While mainline kernel should contain backward compatible changes, some stable series kernels do not contain fully backported compatibility patches. Without these patches most of cryptsetup operations (like unlocking device) fail. This change in cryptsetup ensures that all operations using kernel crypto API works even on these kernels. * The cryptsetup-reencrypt utility now properly detects removal of underlying link to block device and does not remove ongoing re-encryption log. This allows proper recovery (resume) of reencrypt operation later. NOTE: Never use /dev/disk/by-uuid/ path for reencryption utility, this link disappears once the device metadata is temporarily removed from device. * Cryptsetup now allows special "-" (standard input) keyfile handling even for TCRYPT (TrueCrypt and VeraCrypt compatible) devices. * Cryptsetup now fails if there are more keyfiles specified for non-TCRYPT device. * The luksKillSlot command now does not suppress provided password in batch mode (if password is wrong slot is not destroyed). Note that not providing password in batch mode means that keyslot is destroyed unconditionally. ==== gnome-maps ==== Version update (3.20.2 -> 3.20.3) - Update to version 3.20.3 (boo#995112): + Download a service.json file to get tile server URI among other things. + Use GtkClutter for the attribution logo, to get transparency. ==== gvfs ==== Subpackages: gvfs-backend-afc gvfs-backend-samba gvfs-backends gvfs-fuse - Drop gvfs-support-nop-ftruncate.patch (bnc#466794, bgo#573837), gvfs-no-useless-x-flags.patch (bnc#538069), gvfs-monitor-proxy-debug.patch (bnc#903858): Fixed upstream. ==== kernel-firmware ==== Version update (20160804 -> 20160824) Subpackages: ucode-amd - Update to version 20160824: * linux-firmware/i915: Restore DMC 1.23 * linux-firmware: intel: Update Kabylake audio firmware * linux-firmware: intel: Update Broxton audio firmware * linux-firmware: rockchip: update dptx firmware to v2.9 * usb: host: xhci-rcar: update firmware for R-Car H3 and M3-W * qed: Add firmware 8.10.10.0 * ath10k: QCA4019 hw1.0: add firmware and board files * ath10k: QCA9887 hw1.0: add firmware and board files * ath10k: QCA9888 hw2.0: add firmware and board files * ath10k: QCA9984 hw1.0: add firmware and board files * ath10k: QCA988X hw2.0: update firmware to 10.2.4.70.54 * ath10k: QCA6174: update board files ==== mutter ==== Subpackages: libmutter0 mutter-data typelib-1_0-Meta-3_0 - Add mutter-bsc984738-grab-display.patch (bsc#984738, bgo#769387).