diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
commit | 7b666d29c84d5cad788815a1c9133a5c38c5f410 (patch) | |
tree | 7e0e9f567ea66bc0c2629499454d07545f6d674b /community/prosody | |
parent | c10f2d9b183c51fddfcb61024d01a5bd21197694 (diff) | |
download | aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.bz2 aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.xz |
Remove stale patches in community/
Diffstat (limited to 'community/prosody')
-rw-r--r-- | community/prosody/luasec-0.6-fix.patch | 14 | ||||
-rw-r--r-- | community/prosody/mallinfo.patch | 13 | ||||
-rw-r--r-- | community/prosody/prosodyctl.patch | 11 |
3 files changed, 0 insertions, 38 deletions
diff --git a/community/prosody/luasec-0.6-fix.patch b/community/prosody/luasec-0.6-fix.patch deleted file mode 100644 index c8e37d0915..0000000000 --- a/community/prosody/luasec-0.6-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/util/dependencies.lua b/util/dependencies.lua -index 4d50cf6..9ea211d 100644 ---- a/util/dependencies.lua -+++ b/util/dependencies.lua -@@ -99,6 +99,9 @@ function check_dependencies() - ["luarocks"] = "luarocks install luasec"; - ["Source"] = "http://www.inf.puc-rio.br/~brunoos/luasec/"; - }, "SSL/TLS support will not be available"); -+ elseif not _G.ssl then -+ _G.ssl = ssl; -+ _G.ssl.context = require "ssl.context"; - end - - local encodings, err = softreq "util.encodings" diff --git a/community/prosody/mallinfo.patch b/community/prosody/mallinfo.patch deleted file mode 100644 index 4f9247c9bc..0000000000 --- a/community/prosody/mallinfo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/util-src/pposix.c b/util-src/pposix.c -index e70a9d7..b9729ab 100644 ---- a/util-src/pposix.c -+++ b/util-src/pposix.c -@@ -52,7 +52,7 @@ - #include <linux/falloc.h> - #endif - --#if !defined(WITHOUT_MALLINFO) && defined(__linux__) -+#ifdef __GLIBC__ - #include <malloc.h> - #define WITH_MALLINFO - #endif diff --git a/community/prosody/prosodyctl.patch b/community/prosody/prosodyctl.patch deleted file mode 100644 index 18333dd524..0000000000 --- a/community/prosody/prosodyctl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- prosody-0.9.10.q/prosodyctl -+++ prosody-0.9.10/prosodyctl -@@ -244,7 +244,7 @@ - local modulemanager = require "core.modulemanager" - - local prosodyctl = require "util.prosodyctl" --require "socket" -+local socket = require "socket" - ----------------------- - - -- FIXME: Duplicate code waiting for util.startup |