Subject: CVS commit: pkgsrc/security/ocaml-cryptokit
From: Jaap Boender
Date: 2017-07-11 14:34:22
Message id: 20170711123423.145E0FACB@cvs.NetBSD.org

Log Message:
Updated package to latest version, 1.11 (plus distribution change). Changes
include:

Release 1.11:
- Adapt to "safe string" mode (OCaml 4.02 and later required).
  The API should remain backward-compatible for clients compiled
  in "unsafe string" mode.
- Update SHA-3 to the official NIST standard (different padding than
  in the Keccak submission).  (Closes: #1528)
- Fixed bounds checking in "add_substring" methods of hash functions
  and other functions that operate on a substring of a string.
  (Closes: #1480)
- Use hardware implementation of AES when available on x86 processors.
  (Faster than the software implementation and less sensitive to
   side channel attacks.)
- Use the Zarith library to implement RSA.
  (Faster than the previous implementation and less sensitive to
   side channel attacks.)
- Support the hardware random number generator present in recent
  x86 processors.
- Rebuilt generated files with Oasis 0.4.6 for OCaml 4.03 compatibility.

Files:
RevisionActionfile
1.16modifypkgsrc/security/ocaml-cryptokit/Makefile
1.5modifypkgsrc/security/ocaml-cryptokit/PLIST
1.10modifypkgsrc/security/ocaml-cryptokit/buildlink3.mk
1.6modifypkgsrc/security/ocaml-cryptokit/distinfo