View | Details | Raw Unified | Return to bug 275660
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	strongswan
1
PORTNAME=	strongswan
2
DISTVERSION=	5.9.11
2
DISTVERSION=	5.9.11
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	security net-vpn
4
CATEGORIES=	security net-vpn
5
MASTER_SITES=	https://download.strongswan.org/ \
5
MASTER_SITES=	https://download.strongswan.org/ \
6
		https://download2.strongswan.org/
6
		https://download2.strongswan.org/
(-)files/patch-src_ipsec___ipsec.8.in (+22 lines)
Added Link Here
1
--- src/ipsec/_ipsec.8.in.orig	2023-12-09 17:49:16 UTC
2
+++ src/ipsec/_ipsec.8.in
3
@@ -277,15 +277,15 @@ returns the version in the form of
4
 .TP
5
 .B "\-\-version"
6
 returns the version in the form of
7
-.B Linux strongSwan U<strongSwan userland version>/K<Linux kernel version>
8
-if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is
9
+.B FreeBSD strongSwan U<strongSwan userland version>/K<FreeBSD kernel version>
10
+if strongSwan uses the native NETKEY IPsec stack of the FreeBSD kernel it is
11
 running on.
12
 .
13
 .TP
14
 .B "\-\-versioncode"
15
 returns the version number in the form of
16
-.B U<strongSwan userland version>/K<Linux kernel version>
17
-if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is
18
+.B U<strongSwan userland version>/K<FreeBSD kernel version>
19
+if strongSwan uses the native NETKEY IPsec stack of the FreeBSD kernel it is
20
 running on.
21
 .
22
 .TP

Return to bug 275660