summaryrefslogtreecommitdiffstats
path: root/package/softether/0003-use-fhs-install-directories.patch
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2019-02-05 05:47:52 -0600
committerPeter Korsgaard <peter@korsgaard.com>2019-02-05 17:03:26 +0100
commit797687ea10da1babf4621f1f76da2857cfb8580a (patch)
tree009b34563619d65a5b695d3d1ee32f26899aa315 /package/softether/0003-use-fhs-install-directories.patch
parent61f2d154b3c69e7cf09b610bb3be9b388cd668e1 (diff)
downloadbuildroot-797687ea10da1babf4621f1f76da2857cfb8580a.tar.gz
buildroot-797687ea10da1babf4621f1f76da2857cfb8580a.zip
package/softether: bump to v4.28-9669-beta
Source code is now compatible with OpenSSL 1.1.x. Fixes http://autobuild.buildroot.net/results/a6f/a6f1f326ce2525ee0f9d423f1b6d989a89e6b87e/build-end.log Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/softether/0003-use-fhs-install-directories.patch')
-rw-r--r--package/softether/0003-use-fhs-install-directories.patch19
1 files changed, 4 insertions, 15 deletions
diff --git a/package/softether/0003-use-fhs-install-directories.patch b/package/softether/0003-use-fhs-install-directories.patch
index c489cc1a6c..ba00d9b676 100644
--- a/package/softether/0003-use-fhs-install-directories.patch
+++ b/package/softether/0003-use-fhs-install-directories.patch
@@ -15,20 +15,22 @@ https://github.com/dajhorn/SoftEtherVPN/commit/b9420c3bfc2a8b9d35d0c8e5f6849007c
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+[Updated for 4.28 build 9669 beta - src/Mayaqua/Encrypt.c dropped IsXRevoked()
+Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
autotools/softether.am | 1 +
src/Cedar/Admin.c | 2 +-
src/Cedar/Command.c | 6 +++++-
src/Cedar/Logging.c | 2 +-
src/Cedar/Server.c | 4 ++--
- src/Mayaqua/Encrypt.c | 2 +-
src/Mayaqua/FileIO.c | 39 ++++++++++++++++++++++++++++++++++++---
src/Mayaqua/FileIO.h | 2 ++
src/Mayaqua/Mayaqua.c | 4 ++++
src/Mayaqua/Table.c | 6 +++++-
src/Mayaqua/Unix.c | 6 +++---
src/bin/hamcore/Makefile.am | 8 ++++++--
- 12 files changed, 67 insertions(+), 15 deletions(-)
+ 11 files changed, 66 insertions(+), 14 deletions(-)
Index: b/autotools/softether.am
===================================================================
@@ -115,19 +117,6 @@ Index: b/src/Cedar/Server.c
Format(dir_full_path, sizeof(dir_full_path), "%s/%s", exe_dir, dirname);
dir = EnumDir(dir_full_path);
-Index: b/src/Mayaqua/Encrypt.c
-===================================================================
---- a/src/Mayaqua/Encrypt.c
-+++ b/src/Mayaqua/Encrypt.c
-@@ -579,7 +579,7 @@
- return false;
- }
-
-- GetExeDir(dirname, sizeof(dirname));
-+ GetStateDir(dirname, sizeof(dirname));
-
- // Search the CRL file
- t = EnumDir(dirname);
Index: b/src/Mayaqua/FileIO.c
===================================================================
--- a/src/Mayaqua/FileIO.c
OpenPOWER on IntegriCloud