Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 06:21:37 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab5ef1b273ca - main - security/strongswan: Fix route installation
Message-ID:  <202308030621.3736LbkF022448@gitrepo.freebsd.org>

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

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

commit ab5ef1b273ca7d6c4120272e5a1d1ea837254a6c
Author:     Matteo Riondato <matteo@FreeBSD.org>
AuthorDate: 2023-08-02 07:53:23 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-08-03 06:21:21 +0000

    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)
---
 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 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



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