Port details |
- luasec Lua binding for the OpenSSL library to provide TLS/SSL communication
- 1.3.2 security =6 1.3.2Version of this port present on the latest quarterly branch.
- Maintainer: thomas@beingboiled.info
- Port Added: 2009-07-14 06:08:10
- Last Update: 2023-09-05 10:54:58
- Commit Hash: 824c5be
- People watching this port, also watch:: rsync, git, wget, libxml2, openssl
- License: MIT
- WWW:
- https://github.com/brunoos/luasec
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- lua54-luasec>0:security/luasec
- To install the port:
- cd /usr/ports/security/luasec/ && make install clean
- To add the package, run one of these commands:
- pkg install security/luasec
- pkg install lua54-luasec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-luasec
- Package flavors (<flavor>: <package>)
- lua54: lua54-luasec
- lua53: lua53-luasec
- lua52: lua52-luasec
- lua51: lua51-luasec
- distinfo:
- TIMESTAMP = 1693818360
SHA256 (brunoos-luasec-v1.3.2_GH0.tar.gz) = 97293092ba385ab390decb6678bc8cbeffd5899bfbc49eb7ef4aa00f5e31c3d4
SIZE (brunoos-luasec-v1.3.2_GH0.tar.gz) = 54925
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- This port is required by:
- for Run
-
- net-im/prosody
Configuration Options:
- No options to configure
- Options name:
- security_luasec
- USES:
- lua:module ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.2 05 Sep 2023 10:54:58 |
Li-Wen Hsu (lwhsu) Author: Thomas Morper |
security/luasec: Update to 1.3.2
ChangeLog: https://github.com/brunoos/luasec/blob/v1.3.2/CHANGELOG
PR: 273558 |
1.3.1 21 Mar 2023 07:42:23 |
Fernando Apesteguía (fernape) Author: Thomas Morper |
security/luasec: update to 1.3.1
ChangeLog: https://github.com/brunoos/luasec/blob/v1.3.1/CHANGELOG
PR: 270343 270328
Reported by: thomas@beingboiled.info (maintainer) |
1.3.0 15 Mar 2023 17:31:59 |
Fernando Apesteguía (fernape) Author: Thomas Morper |
security/luasec: update to 1.3.0
ChangeLog: https://github.com/brunoos/luasec/blob/v1.3.0/CHANGELOG
* Add :getlocalchain() + :getlocalcertificate() to mirror the peer methods
* Add Pre-Shared Key (PSK) support
PR: 270216
Reported by: thomas@beingboiled.info (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 31 Jul 2022 22:55:52 |
Nuno Teixeira (eduardo) Author: Thomas Morper |
security/luasec: Update to 1.2.0
ChangeLog: https://github.com/brunoos/luasec/blob/v1.2.0/CHANGELOG
PR: 265547 |
1.1.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.0 20 Apr 2022 13:48:31 |
Mikael Urankar (mikael) Author: Thomas Morper |
security/luasec: update to 1.1.0
Changes: https://github.com/brunoos/luasec/blob/v1.1.0/CHANGELOG
PR: 263305 |
1.0.2 16 Aug 2021 09:10:11 |
Guangyuan Yang (ygy) Author: Thomas Morper |
security/luasec: Update to 1.0.2
Changelog: https://github.com/brunoos/luasec/blob/v1.0.2/CHANGELOG
PR: 257846
MFH: 2021Q3 (bugfix release) |
1.0.1 03 May 2021 01:44:31 |
David Thiel (lx) |
Update to 1.0.1 and change maintainer.
PR: 224540
Reported by: Thomas Morper |
0.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_1 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
0.9 28 Feb 2020 18:56:52 |
kevans |
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 |
0.8 26 Aug 2019 19:58:14 |
lx |
Fix building with openssl from ports
PR: 236741
Submitted by: Dirk Meyer |
0.8 13 Aug 2019 23:21:18 |
lx |
Update to 0.8. |
0.7 13 Dec 2018 22:27:09 |
lx |
Update to 0.7.
PR: 233870
Submitted by: Daniel Austin |
0.6 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
0.6 17 Feb 2018 12:00:58 |
sunpoet |
Use BROKEN_SSL
Approved by: portmgr (blanket) |
0.6 18 Feb 2017 02:58:46 |
bdrewery |
Fix security/luasec-51 to have the proper PKGNAMEPREFIX of lua51- after r434315. |
0.6 13 Feb 2017 20:37:35 |
lx |
Update to 0.6.
PR: 210462
Submitted by: Piotr Kubaj |
0.5.1 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
0.5.1 11 Sep 2016 02:22:35 |
marino |
lang/luasec: Add SLL flags and fix builds on LibreSSL
Approved by: SSL blanket |
0.5.1 20 Jul 2016 15:33:20 |
mat |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
0.5.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.5.1 17 May 2016 22:18:33 |
lx |
Update to 0.5.1, remove SSLv3 support
PR: 206857
Submitted by: Keith Gaughan |
0.5_1 17 May 2016 22:15:32 |
lx |
Don't use ld directly.
PR: 207131
Submitted by: mikael.urankar@gmail.com
Reported by: Daniel <code@daniel.priv.no> |
0.5 20 May 2015 01:19:39 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.5 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.5 16 Oct 2014 08:55:30 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911 |
0.5 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
0.5 07 Feb 2014 21:46:26 |
lx |
Update and take maintainership. Remove dependency on luasocket.
PR: ports/186533
Submitted by: Benjamin Podszun <dar@darklajid.de> |
0.4 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.4 20 Sep 2013 04:48:08 |
tabthorpe |
- Reassign to the heap at maintainer's request |
0.4 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.4 24 Nov 2011 15:55:53 |
miwi |
- Respect CC/CFLAGS
PR: 162533
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer
Feature safe: yes |
0.4 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.4 23 Aug 2010 08:22:52 |
jadawin |
- Update to 0.4
PR: ports/149034
Submitted by: Frederic Culot <frederic _AT_ culot.org>
Approved by: maintainer |
0.3.3 31 Jul 2009 01:26:12 |
vanilla |
1: Upgrade to 0.3.3.
2: remove all patches.
3: change MAINTAINER.
PR: ports/137277
Submitted by: maintainer. |
0.3.2_1 20 Jul 2009 16:53:17 |
amdmi3 |
- Respect CC/CFLAGS
- Use openssl from ports for older FreeBSD versions
- Add a patch to handle openssl errors properly
- While here, fix building with custom PREFIX/LOCALBASE
PR: 136793
Submitted by: Andrew Lewis <freeghb@gmail.com> (maintainer) |
0.3.2 14 Jul 2009 06:36:53 |
pgollucci |
- Update maintainer e-mail address
Requested by: private e-mail |
0.3.2 14 Jul 2009 06:07:51 |
pgollucci |
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> |