Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 08:02:43 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 830ae67f7914 - main - security/pkcs11-helper: Pull in a patch fixing threading bug.
Message-ID:  <202401240802.40O82hbo026107@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=830ae67f7914d4b05d9b59c30cfe47a85af6bc2e

commit 830ae67f7914d4b05d9b59c30cfe47a85af6bc2e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-20 17:15:22 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-24 08:02:19 +0000

    security/pkcs11-helper: Pull in a patch fixing threading bug.
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 security/pkcs11-helper/Makefile | 5 ++++-
 security/pkcs11-helper/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
index f328d8b9b1b7..5960017c22fd 100644
--- a/security/pkcs11-helper/Makefile
+++ b/security/pkcs11-helper/Makefile
@@ -1,9 +1,12 @@
 PORTNAME=	pkcs11-helper
 PORTVERSION=	1.29.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security devel
 MASTER_SITES=	https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${PORTVERSION}/
 
+PATCH_SITES=	https://github.com/OpenSC/pkcs11-helper/commit/
+PATCHFILES=	98b16208d5c7d27e1f15835f3d4961349f425351.diff:-p1
+
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Helper library for multiple PKCS\#11 providers
 WWW=		https://github.com/OpenSC/pkcs11-helper
diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo
index 9aec057bb477..7e77191c3abd 100644
--- a/security/pkcs11-helper/distinfo
+++ b/security/pkcs11-helper/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1650529505
+TIMESTAMP = 1706083226
 SHA256 (pkcs11-helper-1.29.0.tar.bz2) = 996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
 SIZE (pkcs11-helper-1.29.0.tar.bz2) = 422549
+SHA256 (98b16208d5c7d27e1f15835f3d4961349f425351.diff) = f650a1869658f0018e90177ef45348e22f1c8bff3b41fc84c68d5396736c3681
+SIZE (98b16208d5c7d27e1f15835f3d4961349f425351.diff) = 955



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401240802.40O82hbo026107>