1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This

version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.

WWW: http://www.inf.puc-rio.br/~brunoos/luasec/

PR:		ports/136266
Submitted by:	Andrew Lewis <dru at silenceisdefeat.net>
This commit is contained in:
Philip M. Gollucci 2009-07-14 06:07:51 +00:00
parent e271fb5d9f
commit 3e0f3a3764
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237758
5 changed files with 37 additions and 0 deletions

View File

@ -272,6 +272,7 @@
SUBDIR += lockdown
SUBDIR += logcheck
SUBDIR += lsh
SUBDIR += luasec
SUBDIR += lxnb
SUBDIR += lynis
SUBDIR += mac-robber

25
security/luasec/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: luasec
# Date created: 25 June 2009
# Whom: Andrew Lewis <dru@silenceisdefeat.net>
#
# $FreeBSD$
#
PORTNAME= luasec
PORTVERSION= 0.3.2
CATEGORIES= security
MASTER_SITES= http://luaforge.net/frs/download.php/4059/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
MAINTAINER= dru@silenceisdefeat.net
COMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication
RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket
ALL_TARGET= bsd
LIBDIR= -L${LUA_LIBDIR}
MAKE_ENV+= INCDIR=-I${LUA_INCDIR}
USE_LUA= 5.1
WANT_LUA_VER= 5.1
.include <bsd.port.mk>

3
security/luasec/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (luasec-0.3.2.tar.gz) = ee74c2578a1eb594b889eeba7a3b57f0
SHA256 (luasec-0.3.2.tar.gz) = 1a2f677aa94f42a886da31538f7f7e60b126fcf624663e4b06eaa03a7e428ef5
SIZE (luasec-0.3.2.tar.gz) = 26467

View File

@ -0,0 +1,6 @@
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.
WWW: http://www.inf.puc-rio.br/~brunoos/luasec/

View File

@ -0,0 +1,2 @@
%%LUA_MODLIBDIR%%/ssl.so
%%LUA_MODSHAREDIR%%/ssl.lua