Received: by mail.netbsd.org (Postfix, from userid 605) id 02E1A84D6B; Sun, 7 Jun 2020 11:44:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DE0684D6A for ; Sun, 7 Jun 2020 11:44:26 +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 Wgs8DN1nDCTM for ; Sun, 7 Jun 2020 11:44:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 02D2684D5E for ; Sun, 7 Jun 2020 11:44:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00DC9FB27; Sun, 7 Jun 2020 11:44:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159153026569320" MIME-Version: 1.0 Date: Sun, 7 Jun 2020 11:44:25 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/security/kauth To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200607114426.00DC9FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159153026569320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 7 11:44:25 UTC 2020 Modified Files: pkgsrc/security/kauth: Makefile distinfo Log Message: kauth: update to 5.70.0 5.68 [KAuth] Add support for action details in Polkit1 backend [policy-gen] Fix the code to actually use the correct capture group Drop Policykit backend [polkit-1] Simplify Polkit1Backend action exists lookup [polkit-1] Return an error status in actionStatus if there is an error Calculate KAuthAction::isValid on demand 5.69 Fix type namespace requirement To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/kauth/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/kauth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159153026569320 Content-Disposition: inline Content-Length: 1751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/kauth/Makefile diff -u pkgsrc/security/kauth/Makefile:1.37 pkgsrc/security/kauth/Makefile:1.38 --- pkgsrc/security/kauth/Makefile:1.37 Tue Jun 2 08:22:54 2020 +++ pkgsrc/security/kauth/Makefile Sun Jun 7 11:44:25 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2020/06/02 08:22:54 adam Exp $ +# $NetBSD: Makefile,v 1.38 2020/06/07 11:44:25 markd Exp $ DISTNAME= kauth-${KF5VER} -PKGREVISION= 4 CATEGORIES= security HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/security/kauth/distinfo diff -u pkgsrc/security/kauth/distinfo:1.10 pkgsrc/security/kauth/distinfo:1.11 --- pkgsrc/security/kauth/distinfo:1.10 Wed Jan 29 11:49:27 2020 +++ pkgsrc/security/kauth/distinfo Sun Jun 7 11:44:25 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2020/01/29 11:49:27 markd Exp $ +$NetBSD: distinfo,v 1.11 2020/06/07 11:44:25 markd Exp $ -SHA1 (kauth-5.66.0.tar.xz) = 293a4dc6bfa34323aeda4198f72561f06cd4e852 -RMD160 (kauth-5.66.0.tar.xz) = 522c012b7b9df7692fd8b58c73aa89f90bb60531 -SHA512 (kauth-5.66.0.tar.xz) = dbc05ace539ba19cb4ccb0da995ea7049fc7702d2405f0d71c71423b22309df6194457a625525dcf47f504856d80b640276e60fce9369c8efadc1bb5123ca3d2 -Size (kauth-5.66.0.tar.xz) = 85972 bytes +SHA1 (kauth-5.70.0.tar.xz) = 8897e058a31ea75ec382660a28c8f739dc6a101c +RMD160 (kauth-5.70.0.tar.xz) = c949f812e62a1412781256cca9887c4c8f793e59 +SHA512 (kauth-5.70.0.tar.xz) = 736c372732bff566f0f7beaa953e8b8ddb930b08cb4269e38174523fbfe6b77041dc3141980f109ec15d176a5d367dd05dd58e1fcca234f7eee828a456fde906 +Size (kauth-5.70.0.tar.xz) = 86396 bytes SHA1 (patch-cmake_KF5AuthMacros.cmake) = b0f819f534a68d35471aa8453ec77d62946620c7 SHA1 (patch-src_ConfigureChecks.cmake) = c5fae97f54693891fcee450193f2e9358a8b986d --_----------=_159153026569320--