-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eec19d1
commit 254d63f
Showing
5 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
depends/common/gnutls/02-patch-out-connectx-for-osx-as-less-than-10.11.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -ur gnutls/lib/system/fastopen.c gnutls-patch/lib/system/fastopen.c | ||
--- gnutls/lib/system/fastopen.c 2020-01-27 20:24:23.000000000 +0000 | ||
+++ gnutls-patch/lib/system/fastopen.c 2020-01-28 07:52:10.000000000 +0000 | ||
@@ -38,7 +38,7 @@ | ||
|
||
/* TCP Fast Open on OSX behaves differently from Linux, so define these helpers */ | ||
#if defined __APPLE__ && defined __MACH__ && defined CONNECT_DATA_IDEMPOTENT && defined CONNECT_RESUME_ON_READ_WRITE | ||
-# define TCP_FASTOPEN_OSX | ||
+# define TCP_FASTOPEN_OSX_DISABLED // This patch simply disables fastopen on osx as we want to be able to run on osx versions < 10.11 | ||
#elif defined TCP_FASTOPEN && defined MSG_FASTOPEN | ||
# define TCP_FASTOPEN_LINUX | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
af443e86ba538d4d3e37c4732c00101a492fe4b56a55f4112ff0ab39dbe6579d | ||
fbba12f3db9a55dbf027e14111755817ec44b57eabec3e8089aac8ac6f533cf8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
gnutls http://mirrors.kodi.tv/build-deps/sources/gnutls-3.5.10.tar.xz | ||
gnutls http://mirrors.kodi.tv/build-deps/sources/gnutls-3.6.11.1.tar.xz |