Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GTx8y/ow; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HGIjNDU6 Received: by mail.netbsd.org (Postfix, from userid 605) id E391384F4B; Tue, 7 May 2024 04:11:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715055108; bh=YrOwE/bfvVCPfV0fXhGSkjnQEUeY9wmwoUrolNO8Suc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=GTx8y/owIpYpsKszulQUed1wDCl8v3CwahIIb1tio9P/L8+HugkbJMA7VPdepw+nZ mTOx8OmTJc/6wIt0zXZn1FCicTNftg+NsC+kx2sAWSX7tDHTi4m+pCft6C/W3xbDA9 Hrmf1W0udQWnwHK3ouks9Dqh5NXKfkOqd6YqHEKE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3E8A84E81 for ; Tue, 7 May 2024 04:11:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GKSzSU57_KMD for ; Tue, 7 May 2024 04:11:46 +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 EA7AE84CF4 for ; Tue, 7 May 2024 04:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715055106; bh=YrOwE/bfvVCPfV0fXhGSkjnQEUeY9wmwoUrolNO8Suc=; h=Date:From:Subject:To:Reply-To; b=HGIjNDU6HEpTf/WF6/ML6Yu7NNnlc7WU0VF9SizZNwSnu/4j9bMQk3YzP+fbgS9wR dNCcybe8+22lM/vk7MnqRXTCxK2luLhqPy7Afbj9+uJoVu8/IZlL5ILezLgn8pjv2q dDrdbXCLbuO7ldrUyYyXzKUZmQuxBPpO7I1YP0Ms= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBF9BFA2C; Tue, 7 May 2024 04:11:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715055105170100" MIME-Version: 1.0 Date: Tue, 7 May 2024 04:11:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240507041145.DBF9BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715055105170100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 7 04:11:45 UTC 2024 Modified Files: pkgsrc/security/qca2-qt5: Makefile Makefile.common buildlink3.mk distinfo pkgsrc/security/qca2-qt5-gnupg: Makefile pkgsrc/security/qca2-qt5-ossl: Makefile Log Message: qca2-qt5*: updated to 2.3.8 2.3.8 Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/qca2-qt5/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/qca2-qt5/Makefile.common \ pkgsrc/security/qca2-qt5/distinfo cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/qca2-qt5/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/qca2-qt5-gnupg/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/qca2-qt5-ossl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715055105170100 Content-Disposition: inline Content-Length: 5022 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/qca2-qt5/Makefile diff -u pkgsrc/security/qca2-qt5/Makefile:1.28 pkgsrc/security/qca2-qt5/Makefile:1.29 --- pkgsrc/security/qca2-qt5/Makefile:1.28 Sat Apr 6 08:06:38 2024 +++ pkgsrc/security/qca2-qt5/Makefile Tue May 7 04:11:45 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2024/04/06 08:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2024/05/07 04:11:45 adam Exp $ PKGNAME= qca2-qt5-${DISTNAME:C/.*-//} -PKGREVISION= 8 -COMMENT= Cross-platform crypto API for QT5 +COMMENT= Cross-platform crypto API for Qt5 .include "../../security/qca2-qt5/Makefile.common" Index: pkgsrc/security/qca2-qt5/Makefile.common diff -u pkgsrc/security/qca2-qt5/Makefile.common:1.1 pkgsrc/security/qca2-qt5/Makefile.common:1.2 --- pkgsrc/security/qca2-qt5/Makefile.common:1.1 Thu Dec 1 12:47:23 2022 +++ pkgsrc/security/qca2-qt5/Makefile.common Tue May 7 04:11:45 2024 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.1 2022/12/01 12:47:23 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.2 2024/05/07 04:11:45 adam Exp $ # # used by security/qca2-qt5-gnupg/Makefile # used by security/qca2-qt5-ossl/Makefile -DISTNAME= qca-2.3.5 +DISTNAME= qca-2.3.8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_KDE:=qca/${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.xz @@ -15,7 +15,6 @@ LICENSE= gnu-lgpl-v2.1 PATCHDIR= ${.CURDIR}/../../security/qca2-qt5/patches DISTINFO_FILE= ${.CURDIR}/../../security/qca2-qt5/distinfo -USE_TOOLS+= gmake USE_CMAKE= yes USE_LANGUAGES= c c++ Index: pkgsrc/security/qca2-qt5/distinfo diff -u pkgsrc/security/qca2-qt5/distinfo:1.1 pkgsrc/security/qca2-qt5/distinfo:1.2 --- pkgsrc/security/qca2-qt5/distinfo:1.1 Thu Dec 1 12:47:23 2022 +++ pkgsrc/security/qca2-qt5/distinfo Tue May 7 04:11:45 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2022/12/01 12:47:23 jperkin Exp $ +$NetBSD: distinfo,v 1.2 2024/05/07 04:11:45 adam Exp $ -BLAKE2s (qca-2.3.5.tar.xz) = 380c378b23617c316480a2f899ecc69bec50e9f0b55d495cfde6161a54277473 -SHA512 (qca-2.3.5.tar.xz) = 656e44d4f30c3c0e1a8c04f2703484e3cff2d962b12c6ff9891b9f28127cd61ed30dcd248c059bf9066ac645bf53a9b7c14bdb413a7766c8b3f3d37426478d96 -Size (qca-2.3.5.tar.xz) = 741036 bytes +BLAKE2s (qca-2.3.8.tar.xz) = b4d96eecaf03eff639064db98acf313f7dafd5ede98e4470927676ade0355a6b +SHA512 (qca-2.3.8.tar.xz) = ddb410214e8264955c2bb8c68d018e3826cb8ec48f8cc7207c2aec1c36051dc0501455b5049eff927dcf354603c0646f86ca10f2cebebe87789b3fd07a993b68 +Size (qca-2.3.8.tar.xz) = 761340 bytes SHA1 (patch-CMakeLists.txt) = 4867c54f8bff523233a11201bdb021e6e81a10ed Index: pkgsrc/security/qca2-qt5/buildlink3.mk diff -u pkgsrc/security/qca2-qt5/buildlink3.mk:1.25 pkgsrc/security/qca2-qt5/buildlink3.mk:1.26 --- pkgsrc/security/qca2-qt5/buildlink3.mk:1.25 Sat Apr 6 08:06:38 2024 +++ pkgsrc/security/qca2-qt5/buildlink3.mk Tue May 7 04:11:45 2024 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2024/04/06 08:06:38 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2024/05/07 04:11:45 adam Exp $ BUILDLINK_TREE+= qca2-qt5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qca2-qt5 QCA2_QT5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qca2-qt5+= qca2-qt5>=2.1.3 -BUILDLINK_ABI_DEPENDS.qca2-qt5?= qca2-qt5>=2.3.5nb8 +BUILDLINK_ABI_DEPENDS.qca2-qt5+= qca2-qt5>=2.3.5nb8 BUILDLINK_PKGSRCDIR.qca2-qt5?= ../../security/qca2-qt5 .include "../../x11/qt5-qtbase/buildlink3.mk" Index: pkgsrc/security/qca2-qt5-gnupg/Makefile diff -u pkgsrc/security/qca2-qt5-gnupg/Makefile:1.29 pkgsrc/security/qca2-qt5-gnupg/Makefile:1.30 --- pkgsrc/security/qca2-qt5-gnupg/Makefile:1.29 Sat Apr 6 08:06:38 2024 +++ pkgsrc/security/qca2-qt5-gnupg/Makefile Tue May 7 04:11:45 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2024/04/06 08:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2024/05/07 04:11:45 adam Exp $ PKGNAME= qca2-qt5-gnupg-${DISTNAME:C/.*-//} -PKGREVISION= 8 -COMMENT= Cross-platform crypto API for QT5 - GnuPG plugin +COMMENT= Cross-platform crypto API for Qt5 - GnuPG plugin .include "../../security/qca2-qt5/Makefile.common" Index: pkgsrc/security/qca2-qt5-ossl/Makefile diff -u pkgsrc/security/qca2-qt5-ossl/Makefile:1.29 pkgsrc/security/qca2-qt5-ossl/Makefile:1.30 --- pkgsrc/security/qca2-qt5-ossl/Makefile:1.29 Sat Apr 6 08:06:38 2024 +++ pkgsrc/security/qca2-qt5-ossl/Makefile Tue May 7 04:11:45 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2024/04/06 08:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2024/05/07 04:11:45 adam Exp $ PKGNAME= qca2-qt5-ossl-${DISTNAME:C/.*-//} -PKGREVISION= 8 -COMMENT= Cross-platform crypto API for QT5 - OpenSSL plugin +COMMENT= Cross-platform crypto API for Qt5 - OpenSSL plugin .include "../../security/qca2-qt5/Makefile.common" @@ -19,6 +18,6 @@ SUBST_MESSAGE.libname= Use installed lib SUBST_FILES.libname= plugins/qca-ossl/CMakeLists.txt SUBST_SED.libname= -e 's:{QCA_LIB_NAME}:{INST_QCA_LIB_NAME}:' -.include "../../security/qca2-qt5/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../security/qca2-qt5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1715055105170100--