Received: by mail.netbsd.org (Postfix, from userid 605) id AE2BC84EA7; Mon, 25 Apr 2022 06:46:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6FF384E9B for ; Mon, 25 Apr 2022 06:46:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SLUslZwJ042E for ; Mon, 25 Apr 2022 06:46:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3A5D084E67 for ; Mon, 25 Apr 2022 06:46:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37A00FB1A; Mon, 25 Apr 2022 06:46:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165086921497410" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 06:46:54 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/sysutils/solid To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220425064654.37A00FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165086921497410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 25 06:46:54 UTC 2022 Modified Files: pkgsrc/sysutils/solid: Makefile PLIST distinfo Log Message: solid: update to 5.93.0 5.82.0 Do not search for DBus on Windows & Mac 5.83.0 Ensure inherited PIMPL instances are properly destructed 5.84.0 Add a minimum version to find_package(BISON) Find the base mount point of a partition that has bind mounts UDisks backend: improve the description of volume and storage devices 5.85.0 Remove the HAL backend; HAL is long gone Udev client: replace a warning message with a debug one Enable bsdisks_extensions from FreeBSD on OpenBSD Enable OpenBSD UDisk2 support Port framework away from LGPL-2.0-only 5.87.0 Add support for static builds Support extracting cpu model on ppc64 5.88.0 Implement ARM specific CPU info 5.89.0 Allow udisks2 and upower backends to be disabled with environment variables Add device description for storage medium without size Config.cmake: Lookup LibMount when building statically Add support for graphics tablet batteries [upower] Consider audio devices and generic bluetooth devices to be batteries [upower] Add new device types 5.90.0 udisks backend: don't assume /etc/mtab is not present Remove trailing \x00 from string returned by Q6File::decodeName() 5.91.0 Convert some connect to new signature style [UDisks2 Backend] Don't do media check for loop devices [upower] Properly round up battery's capacity [UPower Backend] Check for Bluez for any unknown battery type [UDisks2] Ignore file systems mounted with x-gdu.hide option 5.92.0 Use enum in switch instead of raw int udisks backend: Add UD2_DBUS_PATH_BLOCKDEVICES and use more constants udev: Do not ignore joysticks Check executables exist in PATH before passing them to QProcess 5.93.0 Recognize fuse.gocryptfs mounts as devices like we do for cryfs and encfs To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/solid/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/solid/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/solid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165086921497410 Content-Disposition: inline Content-Length: 2439 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/solid/Makefile diff -u pkgsrc/sysutils/solid/Makefile:1.50 pkgsrc/sysutils/solid/Makefile:1.51 --- pkgsrc/sysutils/solid/Makefile:1.50 Mon Apr 18 19:10:07 2022 +++ pkgsrc/sysutils/solid/Makefile Mon Apr 25 06:46:54 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2022/04/18 19:10:07 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/04/25 06:46:54 markd Exp $ DISTNAME= solid-${KF5VER} -PKGREVISION= 6 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/sysutils/solid/PLIST diff -u pkgsrc/sysutils/solid/PLIST:1.8 pkgsrc/sysutils/solid/PLIST:1.9 --- pkgsrc/sysutils/solid/PLIST:1.8 Tue Mar 30 10:58:28 2021 +++ pkgsrc/sysutils/solid/PLIST Mon Apr 25 06:46:54 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/03/30 10:58:28 markd Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/04/25 06:46:54 markd Exp $ bin/solid-hardware5 include/KF5/Solid/Solid/Battery include/KF5/Solid/Solid/Block @@ -35,7 +35,7 @@ include/KF5/Solid/solid/solidnamespace.h include/KF5/Solid/solid/storageaccess.h include/KF5/Solid/solid/storagedrive.h include/KF5/Solid/solid/storagevolume.h -include/KF5/solid_version.h +include/KF5/Solid/solid_version.h lib/cmake/KF5Solid/KF5SolidConfig.cmake lib/cmake/KF5Solid/KF5SolidConfigVersion.cmake lib/cmake/KF5Solid/KF5SolidTargets-noconfig.cmake Index: pkgsrc/sysutils/solid/distinfo diff -u pkgsrc/sysutils/solid/distinfo:1.16 pkgsrc/sysutils/solid/distinfo:1.17 --- pkgsrc/sysutils/solid/distinfo:1.16 Tue Oct 26 11:20:13 2021 +++ pkgsrc/sysutils/solid/distinfo Mon Apr 25 06:46:54 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 11:20:13 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/04/25 06:46:54 markd Exp $ -BLAKE2s (solid-5.80.0.tar.xz) = 03bdb427c5fa0e96db644bc305e40bfd52937ab4835959743ef11fd562f232b9 -SHA512 (solid-5.80.0.tar.xz) = 8826187f729d435a64bd6b18888d48a87a9c2e910a2b91dbe081212a3bb0be5ff956190a6fb1337d0e8544d54923a0dafb4971f5dec68c2fa9adf66939a22cdf -Size (solid-5.80.0.tar.xz) = 274232 bytes +BLAKE2s (solid-5.93.0.tar.xz) = 972ab477d3b90aa5789202af5d5c1cb28535288db96de7b57846807018101d5f +SHA512 (solid-5.93.0.tar.xz) = 028e045da3759586a7dcdf6fc00ae1d359eef87aef0c02251b669e81b8a076fea1ef69193d5122b21871d89b4232eec1aad3e469d9f1541e4aea629a0b1288bb +Size (solid-5.93.0.tar.xz) = 258144 bytes SHA1 (patch-src_solid_devices_backends_fstab_fstabhandling.cpp) = 93c094ba7d0396d80c00f5c044029a2d567ad9c8 --_----------=_165086921497410--