Port details |
- libscrypt C library for the scrypt key derivation function
- 1.22 security =3 1.22Version of this port present on the latest quarterly branch.
- Maintainer: dbaio@FreeBSD.org
- Port Added: 2013-07-28 16:52:09
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-scrypt
- License: BSD2CLAUSE
- WWW:
- http://www.lolware.net/libscrypt.html
- Description:
- Although the creator of scrypt has written an "example implementation", it
doesn't satisfy the "simple library" requirement that prompts developers to
implement it. Therefore, I've written my adaptation, which quite simply pulls
the relevant parts from the original implementation, then adds a number of
harnesses and simplified interfaces. The hope is that through this, any
developer can utilise scrypt.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libscrypt>0:security/libscrypt
- To install the port:
- cd /usr/ports/security/libscrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libscrypt
- pkg install libscrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libscrypt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1647728020
SHA256 (technion-libscrypt-v1.22_GH0.tar.gz) = a2d30ea16e6d288772791de68be56153965fe4fd4bcd787777618b8048708936
SIZE (technion-libscrypt-v1.22_GH0.tar.gz) = 19495
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- security/kc
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libscrypt-1.22:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_libscrypt
- 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 |
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.22 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.22 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.22 19 Mar 2022 23:12:44 |
Danilo G. Baio (dbaio) |
security/libscrypt: Update to 1.22 |
1.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.21 08 May 2017 17:21:49 |
dbaio |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
1.21 10 Jan 2017 11:42:38 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
- Switch to options helpers
Approved by: portmgr blanket |
1.21 11 Dec 2016 20:37:32 |
arved |
Update to 1.21.
Pass Maintainership to submitter
PR: 215229
Submitted by: dbaio@bsd.com.br |
1.20 28 Jun 2016 09:11:31 |
rakuco |
Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).
Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.
Differential Revision: https://reviews.freebsd.org/D5980 |
1.20 26 May 2015 23:47:19 |
amdmi3 |
- Update to upstream version 1.20
- Quote variable in MAKE_ARGS
- Remove STACKPROTECTOR and STACKPROTECTORALL from OPTIONS
- Use tag instead of commit hash in GH_TAGNAME
- While here, add LICENSE_FILE
PR: 200412
Submitted by: horia@racoviceanu.com (maintainer) |
1.19 07 May 2015 17:41:24 |
mat |
Update ports in the s* categores to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.19 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
1.19 12 May 2014 07:32:44 |
nemysis |
- Update to 1.19, Announce message:
Code safety cleanups. Now running Coverity.
PR: ports/189693
Submitted by: Horia Racoviceanu <horia@racoviceanu.com (maintainer) |
1.18_1 18 Mar 2014 13:24:55 |
swills |
- Simulate SSP_NEED_NONSHARED for gcc
- Add stack-protector-all to Options
- Move CC and LIBDIR from REINPLACE to MAKE_ARGS
- Remove duplicate -02 CFLAGS
- Change strcpy() to strlcpy(), patch from OpenBSD
- Move STRIP_CMD before installing DOCS
- Bump PORTREVISION
PR: ports/187667
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) |
1.18 13 Mar 2014 16:07:38 |
swills |
- Version update to 1.18
- Remove STATIC lib
- Change REINPLACE for CC, CFLAGS, LDFLAGS and LIBDIR
- Remove CFLAGS, now in REINPLACE
- Strip library
PR: ports/187513
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) |
1.14_1 16 Dec 2013 16:49:59 |
nemysis |
- Bump PORTREVISION
- Change license BSD --> BSD2CLAUSE
- Add USES compiler
- Add DOCS and Option
- Change REINPLACE_CMD
- Fix build, tabs
- Support STAGEDIR
PR: ports/184723
Submitted by: Reed Loefgren <rloefgren@forethought.net>
Approved by: wg (mentor) |
1.14 09 Nov 2013 21:30:28 |
jpaetzel |
Update to 1.14
PR: ports/181286
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> |
1.1_1 26 Sep 2013 14:53:12 |
bdrewery |
- Partial revert of r328226: These ports are not stage safe as they
install absolute symlinks pointing to the stagedir! Poudriere has
been improved to check for this issue now.
With hat: portmgr
Reported by: madpilot, jpaetzel |
1.1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
1.1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.1 28 Jul 2013 16:51:54 |
vanilla |
Add libscrypt 1.1, c library for the scrypt key derivation function.
PR: ports/180903
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> |