From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 3 04:30:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 858BF1065675 for ; Fri, 3 Jul 2009 04:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BA478FC17 for ; Fri, 3 Jul 2009 04:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n634U5Np099437 for ; Fri, 3 Jul 2009 04:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n634U5Cm099436; Fri, 3 Jul 2009 04:30:05 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jul 2009 04:30:05 GMT Resent-Message-Id: <200907030430.n634U5Cm099436@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 433531065670 for ; Fri, 3 Jul 2009 04:22:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 16E058FC0A for ; Fri, 3 Jul 2009 04:22:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n634MkK4010254 for ; Fri, 3 Jul 2009 04:22:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n634Mkk4010253; Fri, 3 Jul 2009 04:22:46 GMT (envelope-from nobody) Message-Id: <200907030422.n634Mkk4010253@www.freebsd.org> Date: Fri, 3 Jul 2009 04:22:46 GMT From: Andrew Lewis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136266: New port: security/luasec Lua bindings for OpenSSL library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 04:30:05 -0000 >Number: 136266 >Category: ports >Synopsis: New port: security/luasec Lua bindings for OpenSSL library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 03 04:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrew Lewis >Release: 7.1-RELEASE-p6 >Organization: Private >Environment: FreeBSD foo.bar 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #4: Wed Jun 24 14:25:56 UTC 2009 toor@foo.bar:/usr/obj/usr/src/sys/ADAMANTIUM71 i386 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg-descr # ./pkg-plist # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: luasec X# Date created: 25 June 2009 X# Whom: Andrew Lewis X# X# $FreeBSD$ X# X XPORTNAME= luasec XPORTVERSION= 0.3.2 XCATEGORIES= security XMASTER_SITES= http://luaforge.net/frs/download.php/4059/ XPKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} X XMAINTAINER= dru@silenceisdefeat.net XCOMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication X XALL_TARGET= bsd XLIBDIR= -L${LUA_LIBDIR} XMAKE_ENV+= INCDIR=-I${LUA_INCDIR} XUSE_LUA= 5.1 XWANT_LUA_VER= 5.1 XRUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket X X.include 464ef7c6571951809b23e262cbe26e19 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XLuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This Xversion delegates to LuaSocket the TCP connection establishment between the Xclient and server. Then LuaSec uses this connection to start a secure TLS/SSL Xsession. X XWWW: http://www.inf.puc-rio.br/~brunoos/luasec/ 0e313719ff012ceaf97a028d51caa8f5 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' X%%LUA_MODLIBDIR%%/ssl.so X%%LUA_MODSHAREDIR%%/ssl.lua ef3e7f63841ae908ba397c2bef1fbad6 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XMD5 (luasec-0.3.2.tar.gz) = ee74c2578a1eb594b889eeba7a3b57f0 XSHA256 (luasec-0.3.2.tar.gz) = 1a2f677aa94f42a886da31538f7f7e60b126fcf624663e4b06eaa03a7e428ef5 XSIZE (luasec-0.3.2.tar.gz) = 26467 aec8793adfd5b7c3f00e62ae41a09ac2 exit >Release-Note: >Audit-Trail: >Unformatted: