From d5bf5358df3bfbbd7a2b3f56700c15768b39f1a7 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sun, 18 May 2025 17:08:47 +0200 Subject: [PATCH] lua-openssl: bump to 0.10.0-0 Update lua-openssl to 0.10.0-0 fix compilation. Signed-off-by: Robert Marko --- lang/lua-openssl/Makefile | 4 ++-- lang/lua-openssl/patches/010-no-luajit.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/lua-openssl/Makefile b/lang/lua-openssl/Makefile index b0f0e8281e..ddacdefab7 100644 --- a/lang/lua-openssl/Makefile +++ b/lang/lua-openssl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-openssl -PKG_SOURCE_VERSION:=0.8.5-1 +PKG_SOURCE_VERSION:=0.10.0-0 PKG_VERSION:=$(subst -,.,$(PKG_SOURCE_VERSION)) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/zhaozg/lua-openssl.git -PKG_MIRROR_HASH:=415decabf303095a487f3882fd1f835b20e57c7c08e86a14d124c21131524f50 +PKG_MIRROR_HASH:=e3c6173321132e2ce69cdedd8638acdc970a3fb1c0c3677d4edd9fe39e84853f PKG_MAINTAINER:=Amnon Paz PKG_LICENSE:=MIT diff --git a/lang/lua-openssl/patches/010-no-luajit.patch b/lang/lua-openssl/patches/010-no-luajit.patch index 4530cde4e9..5530968551 100644 --- a/lang/lua-openssl/patches/010-no-luajit.patch +++ b/lang/lua-openssl/patches/010-no-luajit.patch @@ -1,6 +1,6 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -8,10 +8,7 @@ option(BUILD_SHARED_LUA_OPENSSL "Shared +@@ -12,10 +12,7 @@ endif() include(GNUInstallDirs)