Skip to content

Commit

Permalink
Updated security/libp11 to 0.4.12
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
manu committed Jun 28, 2024
1 parent 278fd3c commit eae13cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion doc/CHANGES-2024
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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]
6 changes: 3 additions & 3 deletions security/libp11/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 4 additions & 4 deletions security/libp11/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eae13cd

Please sign in to comment.