diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-23 14:08:18 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-23 14:08:18 -0300 |
commit | 6858948658e532e79ebb719e3ce2dff9777d2ae7 (patch) | |
tree | 0708be21dee1666d6ee042034690be9133453976 /lang/luasec/Makefile | |
parent | d9e9b59159309449df7a7a6d4ab87980dc16eac2 (diff) |
luasec: added openssl 1.1.0 compatibility
This patch was a backport of 0.7alpha, without changing version 0.6
functionality.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'lang/luasec/Makefile')
-rw-r--r-- | lang/luasec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luasec/Makefile b/lang/luasec/Makefile index 4bf05acc9..307624d69 100644 --- a/lang/luasec/Makefile +++ b/lang/luasec/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luasec PKG_VERSION:=0.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/brunoos/luasec/archive/ |