Received: by mail.netbsd.org (Postfix, from userid 605) id 27C1D84ED2; Mon, 25 Apr 2022 08:43:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6141E84EA7 for ; Mon, 25 Apr 2022 08:43:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gnDmWsXI-0iV for ; Mon, 25 Apr 2022 08:43:34 +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 CD61784D69 for ; Mon, 25 Apr 2022 08:43:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD6C4FB1A; Mon, 25 Apr 2022 08:43:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650876214130110" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 08:43:34 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/kinit To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220425084334.BD6C4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650876214130110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 25 08:43:34 UTC 2022 Modified Files: pkgsrc/x11/kinit: Makefile distinfo Log Message: kinit: update to 5.93.0 5.85.0 Fixes crash in KLauncher::idleTimeout() caused by unblockable destruction of IdleSlave objects 5.87.0 Fix KDE shutdown bug 5.88.0 Remove code for loading libkdeinit5_foo.so modules 5.92.0 Check executables exist in PATH before passing them to QProcess To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/kinit/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/kinit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650876214130110 Content-Disposition: inline Content-Length: 1438 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kinit/Makefile diff -u pkgsrc/x11/kinit/Makefile:1.50 pkgsrc/x11/kinit/Makefile:1.51 --- pkgsrc/x11/kinit/Makefile:1.50 Mon Apr 18 19:12:22 2022 +++ pkgsrc/x11/kinit/Makefile Mon Apr 25 08:43:34 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2022/04/18 19:12:22 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/04/25 08:43:34 markd Exp $ DISTNAME= kinit-${KF5VER} -PKGREVISION= 6 CATEGORIES= x11 HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/x11/kinit/distinfo diff -u pkgsrc/x11/kinit/distinfo:1.13 pkgsrc/x11/kinit/distinfo:1.14 --- pkgsrc/x11/kinit/distinfo:1.13 Tue Oct 26 11:34:03 2021 +++ pkgsrc/x11/kinit/distinfo Mon Apr 25 08:43:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 11:34:03 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/04/25 08:43:34 markd Exp $ -BLAKE2s (kinit-5.80.0.tar.xz) = 7838cd7c4c338b5ea4897d027c88ca3fc7e153c6446bf5da508917b04a7a3b48 -SHA512 (kinit-5.80.0.tar.xz) = 27f1bd4ef231a70acb8e32ff1cb9133c522fbcf960890cfbcd0c35ff41978a320c48236ca755b1c603f091e98596486fb37748f4109697b58315aabe1572733c -Size (kinit-5.80.0.tar.xz) = 121088 bytes +BLAKE2s (kinit-5.93.0.tar.xz) = 5a2b2ad38efd9d58d52024a1caf6b37fe9fc62878737e465887fd1036397bdf2 +SHA512 (kinit-5.93.0.tar.xz) = 01d303185d9b214add1269736236cd2b6ea3c6d404509e71d306896213f26d5ffabef9477d1fcbb5920a1eba80a8618ccd0f3cdd872041280f4cb138af75ce38 +Size (kinit-5.93.0.tar.xz) = 119256 bytes --_----------=_1650876214130110--