Mon Apr 25 06:29:41 2022 UTC ()
kauth: update to version 5.93.0

5.81.0
Un-overload HelperProxy::progressStep() signal

5.90.0
Use version-less and non-deprecated data install dir variable
ActionReply: remove operator<< and operator>>

5.91.0
Move plugins in kf<version> directory
Correct the dependencies specified for KAuth
Bump minimum required version of Polkit-Qt-1 to 0.112.0
Remove Polkit-Qt build support, Polkit-Qt-1 replaced it a long time ago
Adjust CMake code to find PolkitQt{5,6}-1

5.92.0
Normalize header names and include path layout to KF standards
Prepare KF6 KAuthWidgets library, with an interface lib for KF5

5.93.0
add chrono overload for setTimeout


(markd)
diff -r1.51 -r1.52 pkgsrc/security/kauth/Makefile
diff -r1.6 -r1.7 pkgsrc/security/kauth/PLIST
diff -r1.14 -r1.15 pkgsrc/security/kauth/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/security/kauth/Makefile (expand / switch to unified diff)

--- pkgsrc/security/kauth/Makefile 2022/04/18 19:10:04 1.51
+++ pkgsrc/security/kauth/Makefile 2022/04/25 06:29:40 1.52
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.51 2022/04/18 19:10:04 adam Exp $ 1# $NetBSD: Makefile,v 1.52 2022/04/25 06:29:40 markd Exp $
2 2
3DISTNAME= kauth-${KF5VER} 3DISTNAME= kauth-${KF5VER}
4PKGREVISION= 6 
5CATEGORIES= security 4CATEGORIES= security
6 5
7HOMEPAGE= https://community.kde.org/Frameworks 6HOMEPAGE= https://community.kde.org/Frameworks
8COMMENT= Abstraction to system policy and authentication features 7COMMENT= Abstraction to system policy and authentication features
9LICENSE= gnu-lgpl-v2.1 8LICENSE= gnu-lgpl-v2.1
10 9
11#CONF_FILES+= ${PREFIX}/share/examples/kauth/org.kde.kf5auth.conf \ 10#CONF_FILES+= ${PREFIX}/share/examples/kauth/org.kde.kf5auth.conf \
12# ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kf5auth.conf 11# ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kf5auth.conf
13 12
14.include "../../meta-pkgs/kde/kf5.mk" 13.include "../../meta-pkgs/kde/kf5.mk"
15 14
16.include "../../devel/kcoreaddons/buildlink3.mk" 15.include "../../devel/kcoreaddons/buildlink3.mk"
17.include "../../security/polkit-qt5/buildlink3.mk" 16.include "../../security/polkit-qt5/buildlink3.mk"

cvs diff -r1.6 -r1.7 pkgsrc/security/kauth/PLIST (expand / switch to unified diff)

--- pkgsrc/security/kauth/PLIST 2021/03/30 10:58:27 1.6
+++ pkgsrc/security/kauth/PLIST 2022/04/25 06:29:40 1.7
@@ -1,29 +1,39 @@ @@ -1,29 +1,39 @@
1@comment $NetBSD: PLIST,v 1.6 2021/03/30 10:58:27 markd Exp $ 1@comment $NetBSD: PLIST,v 1.7 2022/04/25 06:29:40 markd Exp $
2include/KF5/KAuth/KAuth 2include/KF5/KAuth/KAuth
3include/KF5/KAuth/KAuthAction 3include/KF5/KAuth/KAuthAction
4include/KF5/KAuth/KAuthActionReply 4include/KF5/KAuth/KAuthActionReply
5include/KF5/KAuth/KAuthExecuteJob 5include/KF5/KAuth/KAuthExecuteJob
6include/KF5/KAuth/KAuthHelperSupport 6include/KF5/KAuth/KAuthHelperSupport
7include/KF5/KAuth/KAuthObjectDecorator 7include/KF5/KAuth/KAuthObjectDecorator
8include/KF5/KAuth/kauth.h 8include/KF5/KAuth/kauth.h
9include/KF5/KAuth/kauth_export.h 9include/KF5/KAuth/kauth_version.h
10include/KF5/KAuth/kauthaction.h 10include/KF5/KAuth/kauthaction.h
11include/KF5/KAuth/kauthactionreply.h 11include/KF5/KAuth/kauthactionreply.h
12include/KF5/KAuth/kauthcore_export.h 
13include/KF5/KAuth/kauthexecutejob.h 12include/KF5/KAuth/kauthexecutejob.h
14include/KF5/KAuth/kauthhelpersupport.h 13include/KF5/KAuth/kauthhelpersupport.h
15include/KF5/KAuth/kauthobjectdecorator.h 14include/KF5/KAuth/kauthobjectdecorator.h
16include/KF5/kauth_version.h 15include/KF5/KAuthCore/KAuth/Action
 16include/KF5/KAuthCore/KAuth/ActionReply
 17include/KF5/KAuthCore/KAuth/ExecuteJob
 18include/KF5/KAuthCore/KAuth/HelperSupport
 19include/KF5/KAuthCore/kauth/action.h
 20include/KF5/KAuthCore/kauth/actionreply.h
 21include/KF5/KAuthCore/kauth/executejob.h
 22include/KF5/KAuthCore/kauth/helpersupport.h
 23include/KF5/KAuthCore/kauth/kauthcore_export.h
 24include/KF5/KAuthWidgets/KAuth/ObjectDecorator
 25include/KF5/KAuthWidgets/kauth/kauth_export.h
 26include/KF5/KAuthWidgets/kauth/objectdecorator.h
17lib/cmake/KF5Auth/KF5AuthConfig.cmake 27lib/cmake/KF5Auth/KF5AuthConfig.cmake
18lib/cmake/KF5Auth/KF5AuthConfigVersion.cmake 28lib/cmake/KF5Auth/KF5AuthConfigVersion.cmake
19lib/cmake/KF5Auth/KF5AuthMacros.cmake 29lib/cmake/KF5Auth/KF5AuthMacros.cmake
20lib/cmake/KF5Auth/KF5AuthTargets-noconfig.cmake 30lib/cmake/KF5Auth/KF5AuthTargets-noconfig.cmake
21lib/cmake/KF5Auth/KF5AuthTargets.cmake 31lib/cmake/KF5Auth/KF5AuthTargets.cmake
22lib/cmake/KF5Auth/KF5AuthToolsTargets-noconfig.cmake 32lib/cmake/KF5Auth/KF5AuthToolsTargets-noconfig.cmake
23lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake 33lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake
24lib/libKF5Auth.so 34lib/libKF5Auth.so
25lib/libKF5Auth.so.5 35lib/libKF5Auth.so.5
26lib/libKF5Auth.so.${PKGVERSION} 36lib/libKF5Auth.so.${PKGVERSION}
27lib/libKF5AuthCore.so 37lib/libKF5AuthCore.so
28lib/libKF5AuthCore.so.5 38lib/libKF5AuthCore.so.5
29lib/libKF5AuthCore.so.${PKGVERSION} 39lib/libKF5AuthCore.so.${PKGVERSION}

cvs diff -r1.14 -r1.15 pkgsrc/security/kauth/distinfo (expand / switch to unified diff)

--- pkgsrc/security/kauth/distinfo 2021/10/26 11:17:10 1.14
+++ pkgsrc/security/kauth/distinfo 2022/04/25 06:29:40 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2021/10/26 11:17:10 nia Exp $ 1$NetBSD: distinfo,v 1.15 2022/04/25 06:29:40 markd Exp $
2 2
3BLAKE2s (kauth-5.80.0.tar.xz) = 257e49746aecd88d6a709f304d785a92df90a1450cb7b5ef1f8dc88e6a11cc0d 3BLAKE2s (kauth-5.93.0.tar.xz) = 67a3cabbd6f37c8db420e1184cca9c8e3846338f88e65ee66a999c57480ad7ce
4SHA512 (kauth-5.80.0.tar.xz) = 17ab01527a3204b32b1e628ca3882e27c4d4deb988381f8857ca4b51e80d136fa39faaf90cc28ca670ab8174bf757a961b6cbe6e87cc70a141968a1d1d94e983 4SHA512 (kauth-5.93.0.tar.xz) = ffa9ca55b3009d7d04ce3706301cd73670dd10bba79bf6bdcc778222d51d1a90a930e6b41e91bf8eeb99802a09008fe94394f91e70a8b94fdc76aadc2a13fa55
5Size (kauth-5.80.0.tar.xz) = 87928 bytes 5Size (kauth-5.93.0.tar.xz) = 90268 bytes
6SHA1 (patch-cmake_KF5AuthMacros.cmake) = b0f819f534a68d35471aa8453ec77d62946620c7 6SHA1 (patch-cmake_KF5AuthMacros.cmake) = b0f819f534a68d35471aa8453ec77d62946620c7