git: 6b008b64afa0 - main - security/p5-Net-SSLeay: Update to 1.92
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:05:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b008b64afa00fad9eb0dc8a336c5388c4cc2337 commit 6b008b64afa00fad9eb0dc8a336c5388c4cc2337 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:50:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:06 +0000 security/p5-Net-SSLeay: Update to 1.92 Changes: https://metacpan.org/dist/Net-SSLeay/changes --- security/p5-Net-SSLeay/Makefile | 2 +- security/p5-Net-SSLeay/distinfo | 6 +++--- security/p5-Net-SSLeay/files/patch-LibreSSL | 16 ---------------- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 554ccfd53261..cddd3f63f46c 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,7 +1,7 @@ # Created by: Andreas Klemm <andreas@klemm.gtn.com> PORTNAME= Net-SSLeay -PORTVERSION= 1.90 +PORTVERSION= 1.92 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index e031906c7e4b..1e4e34428564 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214108 -SHA256 (Net-SSLeay-1.90.tar.gz) = f8696cfaca98234679efeedc288a9398fcf77176f1f515dbc589ada7c650dc93 -SIZE (Net-SSLeay-1.90.tar.gz) = 534246 +TIMESTAMP = 1650229134 +SHA256 (Net-SSLeay-1.92.tar.gz) = 47c2f2b300f2e7162d71d699f633dd6a35b0625a00cbda8c50ac01144a9396a9 +SIZE (Net-SSLeay-1.92.tar.gz) = 555930 diff --git a/security/p5-Net-SSLeay/files/patch-LibreSSL b/security/p5-Net-SSLeay/files/patch-LibreSSL deleted file mode 100644 index f8a126cb47b1..000000000000 --- a/security/p5-Net-SSLeay/files/patch-LibreSSL +++ /dev/null @@ -1,16 +0,0 @@ -$OpenBSD: patch-SSLeay_xs,v 1.3 2021/09/01 15:04:37 bluhm Exp $ - -https://github.com/radiator-software/p5-net-ssleay/pull/285/commits/3cea3697bfc75ab3e5f4725eb1588ed9c4bff27a - -Index: SSLeay.xs ---- SSLeay.xs.orig -+++ SSLeay.xs -@@ -6172,7 +6172,7 @@ SSL_total_renegotiations(ssl) - OUTPUT: - RETVAL - --#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) || (LIBRESSL_VERSION_NUMBER >= 0x2070000fL) - void - SSL_SESSION_get_master_key(s) - SSL_SESSION * s