Port details |
- cryptlib Powerful security programming toolkit
- 3.4.7 security =5 3.4.7Version of this port present on the latest quarterly branch.
- Maintainer: ale@FreeBSD.org
- Port Added: 2003-06-21 06:12:24
- Last Update: 2024-10-22 15:33:29
- Commit Hash: 53b5822
- People watching this port, also watch:: t1lib, unzip, p5-libwww, stunnel, wget
- License: SLEEPYCAT
- WWW:
- http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
- Description:
- cryptlib is a powerful security toolkit which allows even inexperienced
crypto programmers to easily add encryption and authentication services to
their software. The high-level interface provides anyone with the ability to
add strong security capabilities to an application in as little as half an
hour, without needing to know any of the low-level details which make the
encryption or authentication work. Because of this, cryptlib dramatically
reduces the cost involved in adding security to new or existing applications.
cryptlib provides a standardised interface to a number of popular encryption
algorithms, as well as providing a high-level interface which hides most of
the implementation details and provides an operating-system-independent
encoding method which makes it easy to transfer secured data from one operating
environment to another.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cryptlib>0:security/cryptlib
- To install the port:
- cd /usr/ports/security/cryptlib/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cryptlib
- pkg install cryptlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cryptlib
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1729514079
SHA256 (cryptlib347.zip) = e3f617ea55b1c2c6ea1a27ccc7c8dd4972d3428dfbb0c8ba52a3e4a3ea98ada6
SIZE (cryptlib347.zip) = 7041396
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Patch dependencies:
-
- unzip : archivers/unzip
- This port is required by:
- for Libraries
-
- security/p5-PerlCryptLib
-
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 cryptlib-3.4.7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_cryptlib
- USES:
- cpe zip:infozip
- 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 |
3.4.7 22 Oct 2024 15:33:29 |
Alex Dupre (ale) |
security/cryptlib: update to 3.4.7 release.
PR: 282203
Submitted by: Alven <alster@vinterdalen.se>
Security: CVE-2024-0202 |
3.4.6 19 May 2023 00:47:33 |
Piotr Kubaj (pkubaj) |
security/cryptlib: fix build on powerpc*
Same as on armv7. |
3.4.6 20 Apr 2023 11:49:22 |
Robert Clausecker (fuz) |
security/cryptlib: fix build on armv6/armv7
The clang option -fsanitize=safe-stack is not supported on armv6/armv7.
Patch the option detection script to not enable it there.
Approved by: portmgr (build fix blanket) |
3.4.6 20 Mar 2023 10:53:05 |
Alex Dupre (ale) |
security/cryptlib: update to 3.4.6 release. |
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) |
3.4.3 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 ) |
3.4.3 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 ) |
3.4.3 01 Dec 2021 17:25:26 |
Piotr Kubaj (pkubaj) |
security/cryptlib: fix build on powerpc64le |
3.4.3 27 Nov 2021 12:54:49 |
Piotr Kubaj (pkubaj) |
security/cryptlib: enable on powerpc and powerpc64 |
3.4.3 31 Aug 2021 19:49:50 |
Bernhard Froehlich (decke) |
security/cryptlib: Add CPE information
Approved by: portmgr (blanket) |
3.4.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.3 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
3.4.3 26 Jun 2017 23:44:13 |
linimon |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.4.3 12 Jan 2017 09:16:11 |
ale |
Update to 3.4.3 release.
PR: 215983
Submitted by: Yuri Victorovich <yuri@rawbw.com> |
3.4.1 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
3.4.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
3.4.1 25 Mar 2015 08:30:28 |
marino |
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
3.4.1 19 Feb 2015 11:34:06 |
ale |
Add armv6 as supported arch.
PR: 197609
Submitted by: egypcio@googlemail.com |
3.4.1 11 Mar 2014 06:23:33 |
antoine |
Unbreak |
3.4.1 10 Mar 2014 17:01:37 |
bapt |
Convert s* to USES=zip |
3.4.1 22 Jan 2014 08:18:07 |
ale |
Use relative paths in symlinks.
Submitted by: danfe |
3.4.1 21 Jan 2014 16:33:27 |
ale |
Remove gmake dependency and stagify.
PR: ports/185404
Submitted by: Stephen Hurd <shurd@sasktel.net> |
3.4.1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
3.4.1 12 Jul 2013 16:26:50 |
bapt |
Mark jobs unsafe
Convert to USES=gmake |
3.4.1 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
3.4.1 10 Jan 2012 11:52:40 |
ale |
Update to 3.4.1 release. |
3.4.0 04 Mar 2011 14:43:50 |
ale |
Update to 3.4.0 release and add support for amd64. |
3.3.1 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
3.3.1 30 Mar 2007 12:53:22 |
ale |
Update to 3.3.1 release. |
3.3_1 13 Nov 2006 07:24:25 |
ale |
Fix build on 4.x. |
3.3_1 07 Oct 2006 08:02:56 |
ale |
Try to fix on 4.X. |
3.3_1 17 Sep 2006 08:40:34 |
ale |
The tarball has been rerolled with many post 3.3 release fixes,
so bump PORTREVISION, too. |
3.3 14 Sep 2006 18:36:53 |
ale |
Update to 3.3 release. |
3.2.3 14 Jul 2006 07:06:17 |
ale |
Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership |
3.2.2 24 Jan 2006 12:26:47 |
pav |
- Unbreak
PR: ports/92224
Submitted by: Johan van Selst <johans@stack.nl> |
3.2.2 22 Jan 2006 21:21:45 |
kris |
BROKEN: Hard-codes libc_r linkage |
3.2.2 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
3.2.2 16 Sep 2005 15:35:43 |
mnag |
Update to 3.2.2
Approved by: pav (mentor) |
3.2 24 Apr 2005 18:54:37 |
kris |
Update to 3.2 to fix fetching. |
3.1_2 06 Apr 2005 09:38:13 |
danfe |
- Unbreak. Distfile has changed. A diff between the contents of the
original distfile and the new one shows that the changes consist of
inconsequential whitespace, and ones that NUL-terminate couple of
strings (linebuffers). Hence PORTREVISION bump. [1]
- Improve on Makefile header (reindent, spaces -> tabs)
PR: ports/79591
Submitted by: Sam Lawrance <boris(at)brooknet.com.au> |
3.1_1 28 Feb 2005 04:24:54 |
kris |
BROKEN: Size mismatch |
3.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
3.1 30 Jan 2004 09:29:33 |
perky |
Update to 3.1 |
3.1.b5 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
3.1.b5 11 Aug 2003 02:15:56 |
foxfair |
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure. |
3.1.b4_1 18 Jul 2003 13:12:09 |
arved |
Build only on i386.
PR: 54455
Submitted by: Mark Linimon <linimon@lonesome.com> |
3.1.b4_1 18 Jul 2003 09:07:53 |
osa |
Fix build on -CURRENT
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
PR: 54605 |
3.1.b4_1 09 Jul 2003 18:20:26 |
arved |
- install cryptlib.h
- respect CFLAGS
PR: 54167[1]
Submitted by: John Engelhart <johne@zang.com> |
3.1.b4 22 Jun 2003 08:32:19 |
foxfair |
Change port name to cryptlib-3.1.b4 and satisfy naming rules in handbook. |
3.1_beta4 21 Jun 2003 06:11:50 |
foxfair |
Add cryptlib 3.1, a powerful security programming toolkit.
PR: 53397
Submitted by: me |