From eae13cd0a6fb5735b05bc120b6e0c34349b9ce54 Mon Sep 17 00:00:00 2001 From: manu Date: Fri, 28 Jun 2024 13:37:59 +0000 Subject: [PATCH] Updated security/libp11 to 0.4.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes pam_p11 work with OpenSSL 3.x, and hence with NetBSD 10.0 Changes since 0.4.11 Fixed using an explicitly provided PIN regardless of the secure login flag (Alon Bar-Lev) Fixed RSA_PKCS1_PADDING handling (Micha# Trojnara) Fixed a crash on LLP64, including 64-bit Windows (Ma#gorzata Olszówka) Fixed searching objects when both ID and label are specified (minfrin) Fixed the OAEP "source" parameter (S-P Chan) Fixed object searching by label (Micha# Trojnara) Fixed thread safety in slot enumeration (Micha# Trojnara) Fixed storing certificates on tokens (Mateusz Kwiatkowski) Fixed several memory leaks (Micha# Trojnara, Jakub Jelen, Timo Teräs) Fixed OpenSSL 3.0 compatibility (Jakub Jelen) Fixed LibreSSL compatibility (orbea, patchMonkey156) Major concurrency improvements and refactoring (Timo Teräs) Added re-numeration of slots as an engine control command (Markus Koetter) Added the PKCS11_update_slots() API function (Timo Teräs) Added support for the SHA3 hash function (alegon01) Added a self-test for engine RSA operations (Uri Blumenthal) --- doc/CHANGES-2024 | 3 ++- security/libp11/Makefile | 6 +++--- security/libp11/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/CHANGES-2024 b/doc/CHANGES-2024 index fcc579a32cd6..c34d1523f9e6 100644 --- a/doc/CHANGES-2024 +++ b/doc/CHANGES-2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.4187 2024/06/28 13:29:30 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.4188 2024/06/28 13:37:59 manu Exp $ Changes to the packages collection and infrastructure in 2024: @@ -6684,3 +6684,4 @@ Changes to the packages collection and infrastructure in 2024: Updated multimedia/libaom to 3.9.1 [ryoon 2024-06-28] Updated mail/s-nail to 14.9.25 [ktnb 2024-06-28] Updated multimedia/dav1d to 1.4.3 [ryoon 2024-06-28] + Updated security/libp11 to 0.4.12 [manu 2024-06-28] diff --git a/security/libp11/Makefile b/security/libp11/Makefile index 68c2a54a96bd..73a9e68c13ef 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2023/10/24 22:10:50 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2024/06/28 13:37:59 manu Exp $ # -DISTNAME= libp11-0.4.11 -PKGREVISION= 1 +DISTNAME= libp11-0.4.12 +#PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenSC/} GITHUB_RELEASE= ${DISTNAME} diff --git a/security/libp11/distinfo b/security/libp11/distinfo index e7b6ae1ded60..770695ed9090 100644 --- a/security/libp11/distinfo +++ b/security/libp11/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:17:14 nia Exp $ +$NetBSD: distinfo,v 1.10 2024/06/28 13:37:59 manu Exp $ -BLAKE2s (libp11-0.4.11.tar.gz) = d72076b30708a0ff6a23f5b1d58bb363a8cb759bd8675cbbb371b175b92108e1 -SHA512 (libp11-0.4.11.tar.gz) = 37eeeab09cbef7e1498358f2c614f4ec6cb9f37bc9b19e6e393fc0ed3c47ebad8d484b5f5cf428c76ffdf25d08e337d5148d0ff517957283394111dea83352f2 -Size (libp11-0.4.11.tar.gz) = 500433 bytes +BLAKE2s (libp11-0.4.12.tar.gz) = 9e91e6d61c99a6886ef1bb5dc3a477d15343a9d9c6d160045e341b511fbeb1f0 +SHA512 (libp11-0.4.12.tar.gz) = 674cfca2c9eaf162262204c94f9d59d3095dabbc348c1842e758b897e1a5bd4ba08b2d589ec3b2a2d1343a8760eab253e7008dc09ef5b499e2f16385efe5c8cc +Size (libp11-0.4.12.tar.gz) = 516414 bytes