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:
parent
e271fb5d9f
commit
3e0f3a3764
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237758
@ -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
25
security/luasec/Makefile
Normal 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
3
security/luasec/distinfo
Normal 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
|
6
security/luasec/pkg-descr
Normal file
6
security/luasec/pkg-descr
Normal 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/
|
2
security/luasec/pkg-plist
Normal file
2
security/luasec/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%LUA_MODLIBDIR%%/ssl.so
|
||||
%%LUA_MODSHAREDIR%%/ssl.lua
|
Loading…
x
Reference in New Issue
Block a user