pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/qt5-qtkeychain



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 08:57:12 UTC 2025

Modified Files:
        pkgsrc/security/qt5-qtkeychain: Makefile PLIST distinfo

Log Message:
qt5-qtkeychain: update to 0.15.0.

version 0.15.0 (release 2025-01-16)

 - Windows: Increase size of possible payloads (Hannah von Reth <vonreth%kde.org@localhost>)
 - KWallet: Increase timeout when opening wallet (David Faure <david.faure%kdab.com@localhost>)
 - Haiku: Fix reading passwords (Joshua Goins <josh%redstrate.com@localhost>)
 - Add unit tests (Hannah von Reth <vonreth%kde.org@localhost>)
 - Windows build fixes (Nerixyz <nerixdev%outlook.de@localhost>)
 - Fix translation creation (Christophe Marin <christophe%krop.fr@localhost>)

version 0.14.3 (release 2024-05-03)

 - Fix Android build for Qt 6.7 (Volker Krause <vkrause%kde.org@localhost>)

version 0.14.2 (release 2023-12-17)

 - Add support for KWallet 6 (Volker Krause <vkrause%kde.org@localhost>)

version 0.14.1 (release 2023-06-01)

 - Export QKeychain::isAvailable() to make it usable in a shared build (Volker Krause <vkrause%kde.org@localhost>)
 - Protect against creating the QtKeychain::QtKeychain alias target twice (Volker Krause <vkrause%kde.org@localhost>)

version 0.14.0 (release 2023-05-12)

 - Add Qt 6 Android support (Igor Bugaev <freedbrt%gmail.com@localhost>)
 - Add QtQuick client example ((Igor Bugaev <freedbrt%gmail.com@localhost>)
 - Added Dutch translation (Heimen Stoffels <vistausss%fastmail.com@localhost>)
 - Fix potential freezing with Apple keychain (Claudio Cambra <developer%claudiocambra.com@localhost>)
 - Add API to check whether a secure backend is available at all (Volker Krause <vkrause%kde.org@localhost>)

version 0.13.2 (release 2021-11-18)

 - CMake: Deprecate QTKEYCHAIN_STATIC in favor of BUILD_SHARED_LIBS (be%mixxx.org@localhost)

version 0.13.1 (release 2021-11-08)

 - KWallet: Fix deletion of entries (Issue #199)

version 0.13.0 (release 2021-11-07)

 - Linux: Require libsecret if not explicitly disabled
 - Unify implementations for macOS and iOS
 - CMake: lots of fixes

version 0.12.0 (release 2020-12-16)

  * Add Qt 6 support, drop Qt 4 support
  * Require C++11
  * Add Android support (Mathias Hasselmann)

version 0.11.1 (release 2020-09-08)

  * Build system fixes

version 0.11.0 (release 2020-09-08)

  * Important: Debug builds on Windows now get the "d" suffix
  * Various build system fixes
  * Add Haiku support (François Revol <revol%free.fr@localhost>)
  * Translation: Russian (Alexander Gorishnyak <kefir500%gmail.com@localhost>)
  * Translation: Update French (David Geiger <david.david%mageialinux-online.org@localhost>)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/qt5-qtkeychain/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/qt5-qtkeychain/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/qt5-qtkeychain/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/qt5-qtkeychain/Makefile
diff -u pkgsrc/security/qt5-qtkeychain/Makefile:1.37 pkgsrc/security/qt5-qtkeychain/Makefile:1.38
--- pkgsrc/security/qt5-qtkeychain/Makefile:1.37        Thu Apr 24 14:15:41 2025
+++ pkgsrc/security/qt5-qtkeychain/Makefile     Sun Aug 17 08:57:12 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.37 2025/04/24 14:15:41 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/08/17 08:57:12 wiz Exp $
 
-QTKEYCHAINVER= 0.9.1
-DISTNAME=      qtkeychain-${QTKEYCHAINVER}
+DISTNAME=      qtkeychain-0.15.0
 PKGNAME=       qt5-${DISTNAME}
-PKGREVISION=   36
 CATEGORIES=    security
-MASTER_SITES=  -https://github.com/frankosterfeld/qtkeychain/archive/v${QTKEYCHAINVER}.tar.gz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=frankosterfeld/}
+GITHUB_PROJECT=        qtkeychain
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/frankosterfeld/qtkeychain/
@@ -13,9 +13,10 @@ COMMENT=     Platform-independent Qt API for
 LICENSE=       2-clause-bsd
 
 USE_LANGUAGES= c c++
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 
+.include "../../devel/cmake/build.mk"
+.include "../../security/libsecret/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/qt5-qtkeychain/PLIST
diff -u pkgsrc/security/qt5-qtkeychain/PLIST:1.1 pkgsrc/security/qt5-qtkeychain/PLIST:1.2
--- pkgsrc/security/qt5-qtkeychain/PLIST:1.1    Sun Oct 27 18:20:00 2019
+++ pkgsrc/security/qt5-qtkeychain/PLIST        Sun Aug 17 08:57:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/27 18:20:00 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/08/17 08:57:12 wiz Exp $
 include/qt5keychain/keychain.h
 include/qt5keychain/qkeychain_export.h
 lib/cmake/Qt5Keychain/Qt5KeychainConfig.cmake
@@ -6,9 +6,11 @@ lib/cmake/Qt5Keychain/Qt5KeychainConfigV
 lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends-noconfig.cmake
 lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends.cmake
 lib/libqt5keychain.so
-lib/libqt5keychain.so.1
 lib/libqt5keychain.so.${PKGVERSION}
-qt5/translations/qtkeychain_de.qm
-qt5/translations/qtkeychain_ro.qm
+lib/libqt5keychain.so.1
 mkspecs/modules/qt_Qt5Keychain.pri
-
+share/qt5keychain/translations/qtkeychain_de.qm
+share/qt5keychain/translations/qtkeychain_fr.qm
+share/qt5keychain/translations/qtkeychain_ro.qm
+share/qt5keychain/translations/qtkeychain_ru.qm
+share/qt5keychain/translations/qtkeychain_zh.qm

Index: pkgsrc/security/qt5-qtkeychain/distinfo
diff -u pkgsrc/security/qt5-qtkeychain/distinfo:1.3 pkgsrc/security/qt5-qtkeychain/distinfo:1.4
--- pkgsrc/security/qt5-qtkeychain/distinfo:1.3 Tue Oct 26 11:17:52 2021
+++ pkgsrc/security/qt5-qtkeychain/distinfo     Sun Aug 17 08:57:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:17:52 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/08/17 08:57:12 wiz Exp $
 
-BLAKE2s (qtkeychain-0.9.1.tar.gz) = 48cf1b8ee7cf378b7dc09833f13b9b964700d8ea86f6c042fee5d6c2c921ffc4
-SHA512 (qtkeychain-0.9.1.tar.gz) = c80bd25a5b72c175d0d4a985b952924c807bf67be33eeb89e2b83757727e642c10d8d737cea9744d2faad74c50c1b55d82b306135559c35c91a088c3b198b33a
-Size (qtkeychain-0.9.1.tar.gz) = 35806 bytes
+BLAKE2s (qtkeychain-0.15.0.tar.gz) = 9da4d90e0f63af4f8930a05344e7b04d24d14341487addd5fd45c8aa2ca2e766
+SHA512 (qtkeychain-0.15.0.tar.gz) = b1068ae513d5eab8f300186497ddcce4075e11a2a569deddbc949177efaa27970ed7bdce0b1aff61a021144540e942f60c9259b975601a92c60b8a742754624a
+Size (qtkeychain-0.15.0.tar.gz) = 55584 bytes



Home | Main Index | Thread Index | Old Index