aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Riondato <matteo@FreeBSD.org>2023-08-02 07:53:23 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-03 06:21:21 +0000
commitab5ef1b273ca7d6c4120272e5a1d1ea837254a6c (patch)
treef88eb7cca9bd084ea61d9eacb6f69e3cafbf383c
parent622de762b7b7c3695409062ab46028a9cd4d5e09 (diff)
downloadports-ab5ef1b273ca7d6c4120272e5a1d1ea837254a6c.tar.gz
ports-ab5ef1b273ca7d6c4120272e5a1d1ea837254a6c.zip
security/strongswan: Fix route installation
cherry-pick upstream commit a619356 to fix route installation on FreeBSD PR: 272841 Reported by: matteo@FreeBSD.org 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 45cfa6a6d2eb..3345a3a6bed9 100644
--- a/security/strongswan/Makefile
+++ b/security/strongswan/Makefile
@@ -1,8 +1,11 @@
PORTNAME= strongswan
DISTVERSION= 5.9.11
+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= a619356b5f21bfe3c13f1576eb1d16c015532ceb.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 f7d114aaabd1..1cccf5380f46 100644
--- a/security/strongswan/distinfo
+++ b/security/strongswan/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1690394763
+TIMESTAMP = 1690493412
SHA256 (strongswan-5.9.11.tar.bz2) = ddf53f1f26ad26979d5f55e8da95bd389552f5de3682e35593f9a70b2584ed2d
SIZE (strongswan-5.9.11.tar.bz2) = 4786552
+SHA256 (a619356b5f21bfe3c13f1576eb1d16c015532ceb.patch) = 31ba77932b88b611f1f1d54478b7d3a024f40e0bcea0b3249f2d62274e1df19f
+SIZE (a619356b5f21bfe3c13f1576eb1d16c015532ceb.patch) = 3344