1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/security/luasec/pkg-descr
Kyle Evans d9a7418f32 security/luasec: update to 0.9
- change DISTVERSIONPREFIX due to GitHub naming
- reorder variable assignment to make portlint more happy
- update MAKE_ENV to no longer depend on post-patch and do-install
- update broken WWW link

Changelog: https://github.com/brunoos/luasec/blob/v0.9/CHANGELOG

PR:		243919
Approved by:	koobs (mentor), bapt (mentor)
Approved by:	portmgr (maintainer timeout: > 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D23823
2020-02-28 18:56:52 +00:00

7 lines
282 B
Plaintext

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: https://github.com/brunoos/luasec