git: e27bfba4d7fa - main - security/strongswan: Fix TLS 1.2 in EAP-TLS plugin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 12:52:20 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e27bfba4d7fa645b5aad5ebfa66a46a108247814
commit e27bfba4d7fa645b5aad5ebfa66a46a108247814
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-03-29 07:16:01 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-29 12:47:31 +0000
security/strongswan: Fix TLS 1.2 in EAP-TLS plugin
Cherry pick commit from upstream.
PR: 270380
Reported by: dronmbi@gtn.ru
Approved by: strongswan@Nanoteq.com (maintainer)
---
security/strongswan/Makefile | 3 +++
security/strongswan/distinfo | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile
index 3861de54b247..9a963a395bde 100644
--- a/security/strongswan/Makefile
+++ b/security/strongswan/Makefile
@@ -1,8 +1,11 @@
PORTNAME= strongswan
DISTVERSION= 5.9.10
+PORTREVISION= 1
CATEGORIES= security net-vpn
MASTER_SITES= https://download.strongswan.org/ \
https://download2.strongswan.org/
+PATCH_SITES= https://github.com/strongswan/strongswan/commit/
+PATCHFILES= 3d0d3f5d028a0c630f89cb4fec5b2cd5364f568b.patch:-p1
MAINTAINER= strongswan@nanoteq.com
COMMENT= Open Source IKEv2 IPsec-based VPN solution
diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo
index a0375e3819be..031af7d31ea4 100644
--- a/security/strongswan/distinfo
+++ b/security/strongswan/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1678023733
+TIMESTAMP = 1680074145
SHA256 (strongswan-5.9.10.tar.bz2) = 3b72789e243c9fa6f0a01ccaf4f83766eba96a5e5b1e071d36e997572cf34654
SIZE (strongswan-5.9.10.tar.bz2) = 4765407
+SHA256 (3d0d3f5d028a0c630f89cb4fec5b2cd5364f568b.patch) = 05570d51f0fc1dd5d0be44acf7a643260a1743aec68536aa4d25b021b52bc9e4
+SIZE (3d0d3f5d028a0c630f89cb4fec5b2cd5364f568b.patch) = 2949