7493 FreshPorts -- security/ocaml-cryptokit
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ocaml-cryptokit 1.6 security on this many watch lists=16 search for ports that depend on this port
Variety of cryptographic primitives for Objective Caml
Maintained by: jaapb@kerguelen.org search for ports maintained by this maintainer
Port Added: 09 Jan 2003 06:02:21
License: not specified in port


[ excerpt from developer's www site ]

The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives provided
include:

Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB,
CBC, CFB and OFB modes. Public-key cryptography: RSA encryption and
signature; Diffie-Hellman key agreement. Hash functions and MACs:
SHA-1, MD5, and MACs based on AES and DES. Random number generation.
Encodings and compression: base 64, hexadecimal, Zlib compression.

Additional ciphers and hashes can easily be used in conjunction
with the library. In particular, basic mechanisms such as chaining
modes, output buffering, and padding are provided by generic classes
that can easily be composed with user-provided ciphers. More
generally, the library promotes a "Lego"-like style of constructing
and composing transformations over character streams.

WWW: http://cristal.inria.fr/~xleroy/software.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/ocaml
  2. devel/ocaml-findlib
Required To Run:
  1. lang/ocaml
  2. devel/ocaml-findlib

This port is required by:

for Build for Run

To install the port: cd /usr/ports/security/ocaml-cryptokit/ && make install clean
To add the package: pkg_add -r ocaml-cryptokit


Configuration Options
===> The following configuration options are available for ocaml-cryptokit-1.6:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://forge.ocamlcore.org/frs/download.php/891/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 19:33:42
Original commit files touched by this commit  1.6
cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
01 Jul 2012 10:13:53
Original commit files touched by this commit  1.6
jase search for other commits by this committer
- Update to 1.6 [1]
- Convert to optionsNG and add DOCS option

PR:             ports/169290 [1]
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Approved by:    jaapb@kerguelen.org (maintainer), culot (mentor)
01 Feb 2012 20:06:30
Original commit files touched by this commit  1.5
jgh search for other commits by this committer
- Update to 1.5
- support for oasis and findlib
- added blowfish and MAC support along with bugfixes
- plist is removed in favor of generation via findlib
- remove META from FILESDIR, as it is now distributed
- maintainer address update

PR:     ports/164661
Submitted by: maintainer, Jaap.Boender at pps.jussieu.fr
Approved by:    crees (mentor)
05 Apr 2011 22:23:33
Original commit files touched by this commit  1.3_4
stas search for other commits by this committer
- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:             ports/156195
Suggested by:   mandree
02 Mar 2011 06:26:38
Original commit files touched by this commit  1.3_3
wen search for other commits by this committer
- Installing of libraries in ${OCAML_SITELIBDIR)/stublibs, which is not
searched;
- Creation of an install directory before the privilege switch.

PR:             ports/155171
Submitted by:   Jaap Boender <jaapb@kerguelen.org> (maintainer)
26 Mar 2009 03:32:57
Original commit files touched by this commit  1.3_2
lioux search for other commits by this committer
Mark MAKE_JOBS_SAFE for SMP compilation
18 Dec 2008 06:54:41
Original commit files touched by this commit  1.3_2
linimon search for other commits by this committer
Add META file for use with ocaml-findlib.

PR:     ports/122848
18 Dec 2008 06:53:22
Original commit files touched by this commit  1.3_2
linimon search for other commits by this committer
Update to 1.3 and assign maintainership.  Also, move the install files
to lib/ocaml/cryptokit/ to correspond with other ocaml ports.

Based on:       PR/122848
Submitted by:   Jaap Boender (new maintainer)
30 Nov 2008 04:20:05
Original commit files touched by this commit  1.3_1
lioux search for other commits by this committer
Drop maintainership.
19 May 2007 20:32:57
Original commit files touched by this commit  1.3_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
13 May 2006 04:15:53
Original commit files touched by this commit  1.3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
22 Jan 2006 02:50:55
Original commit files touched by this commit  1.3
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Nov 2005 06:06:17
Original commit files touched by this commit  1.3
lioux search for other commits by this committer
Add SHA256 checksum
28 Aug 2005 18:14:19
Original commit files touched by this commit  1.3
lioux search for other commits by this committer
Update to 1.3
25 Dec 2004 11:43:58
Original commit files touched by this commit  1.2
lioux search for other commits by this committer
Remove deprecated USE_SIZE
13 Mar 2004 10:26:12
Original commit files touched by this commit  1.2
lioux search for other commits by this committer
Update to 1.2
08 Feb 2004 01:14:05
Original commit files touched by this commit  1.1
lioux search for other commits by this committer
USE_SIZEify
23 Feb 2003 19:58:35
Original commit files touched by this commit  1.1
lioux search for other commits by this committer
De-pkg-comment
09 Jan 2003 06:01:56
Original commit files touched by this commit  1.1
lioux search for other commits by this committer
New port ocaml-cryptokit version 1.1: A variety of cryptographic
primitives for Objective Caml

Number of commits found: 19

2846
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0