Port details |
- libxcrypt Extended crypt library for descrypt, md5crypt, bcrypt, and others
- 4.4.36_2 security =3 4.4.36_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-11-11 17:03:05
- Last Update: 2024-03-21 17:10:19
- Commit Hash: 9f0167a
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- License: LGPL21
- WWW:
- https://github.com/besser82/libxcrypt
- Description:
- libxcrypt is a modern library for one-way hashing of passwords. It supports a
wide variety of both modern and historical hashing methods: yescrypt,
gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5,
sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt. It provides the traditional
Unix crypt and crypt_r interfaces, as well as a set of extended interfaces
pioneered by Openwall Linux, crypt_rn, crypt_ra, crypt_gensalt,
crypt_gensalt_rn, and crypt_gensalt_ra.
libxcrypt is intended to be used by login(1), passwd(1), and other similar
programs; that is, to hash a small number of passwords during an interactive
authentication dialogue with a human. It is not suitable for use in bulk
password-cracking applications, or in any other situation where speed is more
important than careful handling of sensitive data. However, it is intended to be
fast and lightweight enough for use in servers that must field thousands of
login attempts per minute.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libxcrypt>0:security/libxcrypt
- To install the port:
- cd /usr/ports/security/libxcrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libxcrypt
- pkg install libxcrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxcrypt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688627608
SHA256 (besser82-libxcrypt-v4.4.36_GH0.tar.gz) = b979838d5f1f238869d467484793b72b8bca64c4eae696fdbba0a9e0b6c28453
SIZE (besser82-libxcrypt-v4.4.36_GH0.tar.gz) = 528595
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:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_libxcrypt
- USES:
- autoreconf gmake libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 14
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.36_2 21 Mar 2024 17:10:19 |
Nuno Teixeira (eduardo) |
security/libxcrypt: Move man pages to share/man
Approved by: portmgr (blanket) |
4.4.36_1 21 Jan 2024 03:31:56 |
Yuri Victorovich (yuri) |
security/libxcrypt: Unbreak on 15
The project uses the *.map file with symbols that don't exist.
This was a warning on 14 and earlier systems, but it is
an error on 15.
Reported by: fallout |
4.4.36 06 Jul 2023 19:20:26 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.35 → 4.4.36
Reported by: portscout |
4.4.35 11 Jun 2023 07:55:52 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.34 → 4.4.35
Reported by: portscout |
4.4.34 03 Jun 2023 07:43:32 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.33 → 4.4.34
Reported by: portscout |
4.4.33 20 Nov 2022 00:10:50 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.31 -> 4.4.33
Reported by: portscout |
4.4.31 15 Nov 2022 05:49:00 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.30 -> 4.4.31
Reported by: portscout |
4.4.30 07 Nov 2022 21:58:34 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.28 -> 4.4.30
Reported by: portscout |
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) |
4.4.28 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 ) |
4.4.28 10 Feb 2022 17:45:15 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.27 -> 4.4.28
Reported by: portscout |
4.4.27 21 Dec 2021 09:03:57 |
Yuri Victorovich (yuri) |
security/libxcrypt: Update 4.4.26 -> 4.4.27
Reported by: portscout |
4.4.26_1 11 Nov 2021 18:43:02 |
Yuri Victorovich (yuri) Author: Daniel Engberg |
security/libxcrypt: Converted errors for gnu statement expressions to warnings,
do not build static library |
4.4.26 11 Nov 2021 17:02:21 |
Yuri Victorovich (yuri) |
security/libxcrypt: New port: Extended crypt library for descrypt, md5crypt,
bcrypt, and others |
Number of commits found: 14
|