aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-29 07:16:01 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-29 12:47:31 +0000
commite27bfba4d7fa645b5aad5ebfa66a46a108247814 (patch)
treef0150e5a8b64117454d157e109c27aa2aa038358
parent7c66e4fef49f10053e6a9c844baf312b1a148a52 (diff)
downloadports-e27bfba4d7fa645b5aad5ebfa66a46a108247814.tar.gz
ports-e27bfba4d7fa645b5aad5ebfa66a46a108247814.zip
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)
-rw-r--r--security/strongswan/Makefile3
-rw-r--r--security/strongswan/distinfo4
2 files changed, 6 insertions, 1 deletions
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