aboutsummaryrefslogtreecommitdiff
path: root/lang/luasec
Commit message (Collapse)AuthorAge
* luasec: fix build with OPENSSL_NO_COMPJo-Philipp Wich2016-08-09
| | | | | | | | | | | | | | | | | | | | | Currently luasec fails to build if OpenSSL was built without compression support due to an undefined COMP_METHOD type: ssl.c: In function 'meth_compression': ssl.c:404:9: error: unknown type name 'COMP_METHOD' const COMP_METHOD *comp; ^ <builtin>: recipe for target 'ssl.o' failed make[6]: *** [ssl.o] Error 1 Add a local patch to stub the `meth_compression()` function if there is no compression support available in the OpenSSL library in order to allow luasec to build. A similar fix has been added upstream with https://github.com/brunoos/luasec/pull/30 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* luasec: update to 0.5.1W. Michael Petullo2015-12-30
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* luasec: update to 0.5 to fix memory leak hit by prosodyStefan Hellermann2014-12-08
| | | | | | | | | | | Noted in luasec 0.4.1 Changelog: Activate SSL_MODE_RELEASE_BUFFERS by default if it is available (thanks Prosody project) Update to latest 0.5 to fix a few other leaks. luasec moved to github, so update URL and license info. Move package maintainer to correct place in Makefile, hope he is okay with it. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* luasec: update URL, as it previously pointed into a redirectW. Michael Petullo2014-07-21
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy luasec package from old repositoryW. Michael Petullo2014-07-21
Signed-off-by: W. Michael Petullo <mike@flyn.org>