[Pkg-ocaml-maint-commits] [cryptokit] branch master updated (69327c7 -> 676dac4)

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jul 14 12:43:20 UTC 2017


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

glondu pushed a change to branch master
in repository cryptokit.

      from  69327c7   Update changelog and prepare upload to unstable
       new  8d70a45   Change upstream website to github
       new  764a507   New upstream version 1.11
       new  2c74fd5   Updated version 1.11 from 'upstream/1.11'
       new  3d0fe19   New upstream release
       new  f6836d4   Add ocamlbuild and zarith to Build-Depends
       new  7ca032a   Update libcryptokit-ocaml-dev.install.in
       new  a86d14d   Update Vcs-*
       new  0694593   Bump debhelper compat to 10
       new  8fd0951   Remove another reference to the old website
       new  3fd0377   Bump Standards-Version to 4.0.0
       new  676dac4   Update changelog and prepare upload to unstable

The 11 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:
 Changes                                  |   19 +
 INSTALL.txt                              |    3 +-
 Makefile                                 |   19 -
 README.txt                               |  122 +---
 _oasis                                   |   24 +-
 _tags                                    |   72 +-
 debian/changelog                         |   11 +
 debian/compat                            |    2 +-
 debian/control                           |   12 +-
 debian/copyright                         |    3 +-
 debian/libcryptokit-ocaml-dev.install.in |    2 +
 debian/watch                             |    3 +-
 myocamlbuild.ml                          |  307 +++++---
 setup.ml                                 |  295 +++++---
 src/META                                 |    6 +-
 src/aesni.c                              |  316 +++++++++
 src/aesni.h                              |   40 ++
 src/api-cryptokit.odocl                  |    3 +-
 src/arcfour.c                            |    2 +-
 src/arcfour.h                            |    2 +-
 src/cryptokit.ml                         | 1118 +++++++++---------------------
 src/cryptokit.mldylib                    |    5 +
 src/cryptokit.mli                        |  100 +--
 src/cryptokit.mllib                      |    3 +-
 src/cryptokitBignum.ml                   |  117 ++++
 src/cryptokitBignum.mli                  |   41 ++
 src/cryptokitBignumOld.ml                |  479 +++++++++++++
 src/cryptokitBignumOld.mli               |   41 ++
 src/keccak.c                             |    2 +-
 src/libcryptokit_stubs.clib              |    3 +-
 src/ripemd160.c                          |    2 +-
 src/ripemd160.h                          |    2 +-
 src/sha1.c                               |    2 +-
 src/sha1.h                               |    2 +-
 src/sha256.c                             |    2 +-
 src/sha256.h                             |    2 +-
 src/stubs-aes.c                          |   61 +-
 src/stubs-arcfour.c                      |    2 +-
 src/stubs-blowfish.c                     |    2 +-
 src/stubs-des.c                          |    2 +-
 src/stubs-md5.c                          |    2 +-
 src/stubs-misc.c                         |   11 +-
 src/stubs-ripemd160.c                    |    2 +-
 src/stubs-rng.c                          |   64 +-
 src/stubs-sha1.c                         |    2 +-
 src/stubs-sha256.c                       |    2 +-
 src/stubs-zlib.c                         |    2 +-
 test/speedtest.ml                        |  119 ++--
 test/test.ml                             |  201 ++++--
 49 files changed, 2281 insertions(+), 1375 deletions(-)
 create mode 100644 src/aesni.c
 create mode 100644 src/aesni.h
 create mode 100644 src/cryptokit.mldylib
 create mode 100644 src/cryptokitBignum.ml
 create mode 100644 src/cryptokitBignum.mli
 create mode 100644 src/cryptokitBignumOld.ml
 create mode 100644 src/cryptokitBignumOld.mli

-- 
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