lua-openssl: Introduce new package
authorAmnon Paz <redacted>
Thu, 6 Oct 2016 08:47:50 +0000 (11:47 +0300)
committerAmnon Paz <redacted>
Mon, 10 Oct 2016 13:02:48 +0000 (16:02 +0300)
commitb69cf8e6388b1eab391c3b2085a0ff2e871b426c
tree966075d392c55d55f4291255845ac7698282eb41
parent4e672a134e8f52e4979b6349c1638e2fe3277749
lua-openssl: Introduce new package

Add a Lua wrapper library for openssl.

Add patches for:
1. Revise the makefile, so the package can be built under openwrt
2. Remove "lua_isinteger" implementation from the package's "compat"
   code in order to avoid linkage issues - An implementation already
   exists in the target's Lua package.
3. Support OPENSSL_NO_SSL3_METHOD & OPENSSL_NO_COMP

Signed-off-by: Amnon Paz <redacted>
lang/lua-openssl/Makefile [new file with mode: 0644]
lang/lua-openssl/patches/0001-Revise-Makefile.patch [new file with mode: 0644]
lang/lua-openssl/patches/0010-Fix-Linkage.patch [new file with mode: 0644]
lang/lua-openssl/patches/0020-support-OPENSSL_NO_SSL3_METHOD.patch [new file with mode: 0644]
lang/lua-openssl/patches/0030-support-OPENSSL_NO_COMP.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT