diff options
Diffstat (limited to 'security/softether-devel/files')
4 files changed, 7 insertions, 1 deletions
diff --git a/security/softether-devel/files/patch-increase-nat-sessions b/security/softether-devel/files/patch-increase-nat-sessions index d4113bd6d54a..bf68cc98424b 100644 --- a/security/softether-devel/files/patch-increase-nat-sessions +++ b/security/softether-devel/files/patch-increase-nat-sessions @@ -1,3 +1,5 @@ +# Copyright (c) 2019, Koichiro Iwao <meta@FreeBSD.org> (https://github.com/metalefty) +# SPDX-License-Identifier: Apache-2.0 --- src/Cedar/Cedar.h.orig2 2020-07-25 22:58:57.344813000 +0900 +++ src/Cedar/Cedar.h 2020-07-25 23:00:25.740997000 +0900 @@ -208,7 +208,7 @@ diff --git a/security/softether-devel/files/patch-log-db-pid-dir b/security/softether-devel/files/patch-log-db-pid-dir index 8538d16572b0..b3486d46c9a7 100644 --- a/security/softether-devel/files/patch-log-db-pid-dir +++ b/security/softether-devel/files/patch-log-db-pid-dir @@ -1,3 +1,5 @@ +# Copyright (c) 2019, Koichiro Iwao <meta@FreeBSD.org> (https://github.com/metalefty) +# SPDX-License-Identifier: Apache-2.0 --- src/Cedar/Admin.c.orig 2019-09-18 01:40:24 UTC +++ src/Cedar/Admin.c @@ -11482,7 +11482,7 @@ void SiReadLocalLogFile(SERVER *s, char *filepath, UIN diff --git a/security/softether-devel/files/patch-unrestrict-enterprise-functions b/security/softether-devel/files/patch-unrestrict-enterprise-functions index 72ab925376c1..382e914446ee 100644 --- a/security/softether-devel/files/patch-unrestrict-enterprise-functions +++ b/security/softether-devel/files/patch-unrestrict-enterprise-functions @@ -1,3 +1,5 @@ +# Copyright (c) 2019, Koichiro Iwao <meta@FreeBSD.org> (https://github.com/metalefty) +# SPDX-License-Identifier: Apache-2.0 --- src/Cedar/Server.c.orig 2016-04-24 14:49:31 UTC +++ src/Cedar/Server.c @@ -10822,23 +10822,7 @@ bool SiCheckCurrentRegion(CEDAR *c, char diff --git a/security/softether-devel/files/vpncmd.in b/security/softether-devel/files/vpncmd.in index 28216eaec721..d0f97f1b3bea 100644 --- a/security/softether-devel/files/vpncmd.in +++ b/security/softether-devel/files/vpncmd.in @@ -1,6 +1,6 @@ #!/bin/sh # # wrapper script for vpncmd, the configuration binary for -# SoftEther vpn +# SoftEther VPN # %%PREFIX%%/libexec/softether/vpncmd ${1+"$@"} |