Received: by mail.netbsd.org (Postfix, from userid 605) id 6FDEA84D0C; Sun, 7 Mar 2021 19:49:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A80FB84CE0 for ; Sun, 7 Mar 2021 19:49:13 +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 pn1SWIoq35Ri for ; Sun, 7 Mar 2021 19:49:12 +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 D468184CD8 for ; Sun, 7 Mar 2021 19:49:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1EE5FA95; Sun, 7 Mar 2021 19:49:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615146552116620" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 19:49:12 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/security/softhsm2 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20210307194912.C1EE5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615146552116620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: he Date: Sun Mar 7 19:49:12 UTC 2021 Modified Files: pkgsrc/security/softhsm2: Makefile buildlink3.mk distinfo Log Message: Update softhsm2 to version 2.6.1. Pkgsrc changes: * Change dependency from botan to botan-devel to get version 2.x. Upstream changes: SoftHSM 2.6.1 - 2020-04-29 * Issue #542: Support Ed448/X448 for OpenSSL * Issue #538: Improved warning and compilation issues for GCC10 * Issue #527: Fixed compilation issues for MacOS 10.15.4/Xcode 11.4 SoftHSM 2.6.0 - 2020-03-17 * Issue #493: Upgrade to Botan 2. * Issue #530: Update appveyor build. * Issue #438: Detect crypto algorithms by default. (Patch from Alon Bar-Lev) * Issue #455: Provide a new configuration option to allow enabling and disabling various mechanisms (slots.mechanisms in the softhsm2.conf). (Thanks to Jakub Jelen) * Issue #479: Increase SQLite busy timeout from 15 seconds to 3 minutes. (Patch from Jan Luebbe) * Issue #513: Add configuration option to reset state on fork closing all sessions rather than keeping all sessions open in duplicate process. (Thanks to Anderson Toshiyuki Sasaki) * Issue #500: C_WaitForSlotEvent implementation. (Patch from massey101) * Issue #445: Add wrap support with CKM_AES_CBC. Bugfixes: * Issue #418: Set fields to NULL to avoid double free. (Patch from Brian J Murray) * Issue #423: ENGINE_load_rdrand is not supported with older openssl. (Patch from Alon Bar-Lev) * Issue #429: Updated prerequisite to build from repository. (Patch from Dharmesh Khandelwal) * Issue #434: Fix build issues with CMake. (Patch from Peter Wu) * Issue #435: Fix botan build without EDDSA. (Patch from Peter Wu) * Issue #442: Release resources from OSSLEVPSymmetricAlgorithm. (Patch from Petr Menšík) * Issue #449/#502: Do not copy zero sized buffer avoid null pointer reference. (Patch from space88man) * Issue #464: Race condition with multiple threads closing last session and opening a newer sessions. (Patch from Takarth) * Issue #452: Fixes to automake build fir undefined macros. * Issue #462: User PIN count wrongly calculated. (Patch from Ondrej Hlavaty) * Issue #516: Fix memory leak in OSSLCryptoFactory. (Patch from Anderson Sasaki) * Issue #494: Allow null pointers as arguments when count is zero. (Patch from Yunjong Jeong) * Issue #518: Sporadic problem in closing sessions because of lookup of object without prior locking. * Issue #506: Check key type for C_EncryptInit and C_DecryptInit. (Patch from Yunjong Jeong) * Issue #526: Adjust EDDSA code to return valid EC_PARAMS. (Patch from Jakub Jelen) * Issue #452: Autogen failure on undefined macro AC_MSG_ERROR. * Issue #527: Fixed some build errors for GCC 10. * Issue #470: Null pointer arguments validation for C_EncryptFinal, etc. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/softhsm2/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/softhsm2/buildlink3.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/softhsm2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615146552116620 Content-Disposition: inline Content-Length: 3300 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/softhsm2/Makefile diff -u pkgsrc/security/softhsm2/Makefile:1.6 pkgsrc/security/softhsm2/Makefile:1.7 --- pkgsrc/security/softhsm2/Makefile:1.6 Thu Nov 5 09:07:07 2020 +++ pkgsrc/security/softhsm2/Makefile Sun Mar 7 19:49:12 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/11/05 09:07:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2021/03/07 19:49:12 he Exp $ # -VERSION= 2.5.0 -PKGREVISION= 4 +VERSION= 2.6.1 DISTNAME= softhsm-${VERSION} PKGNAME= softhsm2-${VERSION} CATEGORIES= security @@ -28,7 +27,7 @@ CONFIGURE_ARGS+= --disable-gost EGDIR= ${PREFIX}/share/examples/softhsm SUBST_CLASSES+= paths -SUBST_FILES.paths= ${WRKSRC}/src/lib/common/Makefile.in +SUBST_FILES.paths= src/lib/common/Makefile.in SUBST_STAGE.paths= pre-configure SUBST_VARS.paths= EGDIR @@ -47,5 +46,5 @@ pre-install: USE_BUILTIN.sqlite3=NO .include "../../databases/sqlite3/buildlink3.mk" -.include "../../security/botan/buildlink3.mk" +.include "../../security/botan-devel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/softhsm2/buildlink3.mk diff -u pkgsrc/security/softhsm2/buildlink3.mk:1.4 pkgsrc/security/softhsm2/buildlink3.mk:1.5 --- pkgsrc/security/softhsm2/buildlink3.mk:1.4 Thu Nov 5 09:07:07 2020 +++ pkgsrc/security/softhsm2/buildlink3.mk Sun Mar 7 19:49:12 2021 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2020/11/05 09:07:07 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2021/03/07 19:49:12 he Exp $ BUILDLINK_TREE+= softhsm2 @@ -7,10 +7,10 @@ SOFTHSM2_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.softhsm2+= softhsm2>=2.0.0 BUILDLINK_ABI_DEPENDS.softhsm2+= softhsm2>=2.5.0nb4 -BUILDLINK_PKGSRCDIR.softhsm2?= ../../security/softhsm2 +BUILDLINK_PKGSRCDIR.softhsm2?= ../../security/softhsm2 .include "../../databases/sqlite3/buildlink3.mk" -.include "../../security/botan/buildlink3.mk" +.include "../../security/botan-devel/buildlink3.mk" .endif # SOFTHSM2_BUILDLINK3_MK BUILDLINK_TREE+= -softhsm2 Index: pkgsrc/security/softhsm2/distinfo diff -u pkgsrc/security/softhsm2/distinfo:1.1 pkgsrc/security/softhsm2/distinfo:1.2 --- pkgsrc/security/softhsm2/distinfo:1.1 Wed Nov 6 10:11:41 2019 +++ pkgsrc/security/softhsm2/distinfo Sun Mar 7 19:49:12 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2019/11/06 10:11:41 he Exp $ +$NetBSD: distinfo,v 1.2 2021/03/07 19:49:12 he Exp $ -SHA1 (softhsm-2.5.0.tar.gz) = 9b1072d9e12e1834e4f9518ec60a3e38aa92bc09 -RMD160 (softhsm-2.5.0.tar.gz) = 652beae56eb85bb864df45e89fcb1ddf84276d6d -SHA512 (softhsm-2.5.0.tar.gz) = a1e686729196dc25591eb3da57c2c8ea8494ed274ba711842b2dcae696f477a202acda13a975b8fb1eb68e8e44a79e839dbbc6ba500cab02ad13072c660752d9 -Size (softhsm-2.5.0.tar.gz) = 1078439 bytes +SHA1 (softhsm-2.6.1.tar.gz) = c6fd316df6366960b8c8cda92408d7e02c3fb434 +RMD160 (softhsm-2.6.1.tar.gz) = 73b116b9513d1afcd241431e967a582de1cb737f +SHA512 (softhsm-2.6.1.tar.gz) = e77137096ff2ac2f5396971efbaa2007188855a8f723cb511182c6c5e5a353b3f98297442758e77a18c3a378c0ca3fce8abe090977f0f4f8d526de204fd523fb +Size (softhsm-2.6.1.tar.gz) = 1066766 bytes SHA1 (patch-configure) = 220881a76fa84e8ba6a81c902bdfd07bc6af88bd SHA1 (patch-configure.ac) = 5d1d5134e580f1310446da4323c0e1c65b6115de SHA1 (patch-src_lib_common_Makefile.in) = ca783cdfdb4d16eece5fd21d02033e71968d00c6 --_----------=_1615146552116620--