summaryrefslogtreecommitdiff
path: root/net-misc/sstp-client/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-23 18:08:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-23 18:08:08 +0100
commit622b78d0d832282505f685f2f442c34ea0e8a7b1 (patch)
tree6c8da6dc24185f6abeac5388572b48fd1db79e04 /net-misc/sstp-client/files
parent57dda344760f34c8c8f93c3c161ab10e55dc3860 (diff)
gentoo auto-resync : 23:04:2023 - 18:08:08
Diffstat (limited to 'net-misc/sstp-client/files')
-rw-r--r--net-misc/sstp-client/files/sstp-client-1.0.18-sstp-mppe.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/sstp-client/files/sstp-client-1.0.18-sstp-mppe.patch b/net-misc/sstp-client/files/sstp-client-1.0.18-sstp-mppe.patch
new file mode 100644
index 000000000000..a9842f6f23dd
--- /dev/null
+++ b/net-misc/sstp-client/files/sstp-client-1.0.18-sstp-mppe.patch
@@ -0,0 +1,30 @@
+https://bugs.gentoo.org/904874
+https://gitlab.com/sstp-project/sstp-client/-/merge_requests/11
+
+From e902ce947eaccdbd0399c42371934e16d3737f35 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert <floppym@gentoo.org>
+Date: Sun, 23 Apr 2023 12:14:21 -0400
+Subject: [PATCH] Replace sstp-mppe.h with sstp-pppd-compat.h
+
+Fixes: 3f7835df9ac5e84729903ca536cf65e4a7b04c6c
+Signed-off-by: Mike Gilbert <floppym@gentoo.org>
+---
+ src/pppd-plugin/sstp-mppe.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/pppd-plugin/sstp-mppe.c b/src/pppd-plugin/sstp-mppe.c
+index 7c7c7c2..207e283 100644
+--- a/src/pppd-plugin/sstp-mppe.c
++++ b/src/pppd-plugin/sstp-mppe.c
+@@ -27,7 +27,7 @@
+ #include <string.h>
+ #include <stdarg.h>
+ #include <pppd/pppd.h>
+-#include <sstp-mppe.h>
++#include <sstp-pppd-compat.h>
+
+ #ifndef HAVE_MPPE_KEYS_FUNCTIONS
+
+--
+GitLab
+