Port details |
- lua-bcrypt Library providing OpenBSD's bcrypt hash function for Lua
- 2.3.1 security
=2 2.3.1Version of this port present on the latest quarterly branch. - Maintainer: mdw@FreeBSD.org
 - Port Added: 2019-05-23 18:36:33
- Last Update: 2022-12-10 08:54:54
- Commit Hash: f11a130
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://github.com/mikejsavage/lua-bcrypt/
- Description:
- Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the Lua
programming language.
¦ ¦ ¦ ¦ 
- 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-bcrypt>0:security/lua-bcrypt
- To install the port:
- cd /usr/ports/security/lua-bcrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/lua-bcrypt
- pkg install lua54-bcrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-bcrypt
- Package flavors (<flavor>: <package>)
- lua54: lua54-bcrypt
- lua53: lua53-bcrypt
- lua52: lua52-bcrypt
- lua51: lua51-bcrypt
- distinfo:
- TIMESTAMP = 1669752623
SHA256 (mikejsavage-lua-bcrypt-v2.3-1_GH0.tar.gz) = 09a2086be58c0a422aa3f28de82c3bc4e2c7f641b8b7382195e38abc75e71b37
SIZE (mikejsavage-lua-bcrypt-v2.3-1_GH0.tar.gz) = 17767
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- luarocks54 : devel/lua-luarocks@lua54
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_lua-bcrypt
- USES:
- lua:module
- 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 |
2.3.1 10 Dec 2022 08:54:54
    |
Tobias C. Berner (tcberner)  |
security/lua-bcrypt: depend on flavored luarocks
PR: 220281 |
2.3.1 29 Nov 2022 23:55:37
    |
Muhammad Moinur Rahman (bofh)  Author: Manuel Wiesinger |
security/lua-bcrypt: 2.1-4=>2.3-1
- uses luarocks instead of gmake
- supports pre-c99 compilers
PR: 268067
Tested by: bofh
Approved by: mdw (Submitter is MAINTAINER)
Relnotes: https://github.com/mikejsavage/lua-bcrypt/releases/tag/v2.3-1 |
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) |
2.1.4_2 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 ) |
2.1.4_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.4_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.4_2 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 |
2.1.4_1 13 Feb 2020 14:27:46
  |
sunpoet  |
Update MAINTAINER: use @FreeBSD.org |
2.1.4_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.1.4 20 Jun 2019 07:12:41
  |
mat  |
Regular USE_GITHUB cleanup. |
2.1.4 08 Jun 2019 15:00:08
  |
krion  |
Upgrade to 2.1.4
PR: 238325
Submitted by: maintainer |
2.1 04 Jun 2019 16:13:13
  |
pkubaj  |
security/lua-bcrypt: fix build
Add USES=compiler:c11 to fix build:
compat/safebfuns.c:25:4: error: #error "require gcc >= 4.4"
compat/safebfuns.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'NOINLINE'
compat/safebfuns.c:41: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'NOINLINE'
Approved by: mentors (implicit approval) |
2.1 23 May 2019 18:36:22
  |
decke  |
Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the Lua
programming language.
WWW: https://github.com/mikejsavage/lua-bcrypt/
PR: 237606
Submitted by: Manuel Wiesinger <mdw@FreeBSD.org> |