[Pkg-ocaml-maint-commits] [cryptokit] branch upstream updated (d27833b -> c7b32b5)

Stéphane Glondu glondu at moszumanska.debian.org
Sat May 2 14:15:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository cryptokit.

      from  d27833b   Imported Upstream version 1.9
       new  c7b32b5   Imported Upstream version 1.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS.txt                            |    9 +-
 Changes                                |    7 +
 INSTALL.txt                            |    8 +-
 Makefile                               |   11 +-
 README.txt                             |   26 +-
 _oasis                                 |    7 +-
 _tags                                  |   66 +-
 configure                              |    4 +-
 myocamlbuild.ml                        |  327 ++++--
 setup.ml                               | 1746 ++++++++++++++++++++++++--------
 src/META                               |    4 +-
 src/cryptokit.ml                       |  128 ++-
 src/cryptokit.mli                      |   73 +-
 src/libcryptokit_stubs.clib            |    4 +-
 src/sha256.c                           |   52 +-
 src/sha256.h                           |   12 +-
 src/sha512.c                           |  302 ++++++
 src/{sha256.h => sha512.h}             |   28 +-
 src/stubs-md5.c                        |   13 +-
 src/stubs-sha256.c                     |   24 +-
 src/{stubs-sha256.c => stubs-sha512.c} |   39 +-
 src/stubs-zlib.c                       |   10 +-
 test/test.ml                           |  157 ++-
 23 files changed, 2351 insertions(+), 706 deletions(-)
 create mode 100644 src/sha512.c
 copy src/{sha256.h => sha512.h} (63%)
 copy src/{stubs-sha256.c => stubs-sha512.c} (55%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/cryptokit.git



More information about the Pkg-ocaml-maint-commits mailing list