[Pkg-ocaml-maint-commits] [cryptokit] branch master updated (60b7c62 -> 69327c7)
Stéphane Glondu
glondu at moszumanska.debian.org
Sat May 2 14:15:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
glondu pushed a change to branch master
in repository cryptokit.
from 60b7c62 Prepare upload to unstable
new c7b32b5 Imported Upstream version 1.10
new 8d743fe Merge tag 'upstream/1.10'
new 91d0531 New upstream release
new bdf95c1 Fix debian/copyright
new 03d3be0 Bump Standards-Version to 3.9.6 (no changes)
new 69327c7 Update changelog and prepare upload to unstable
The 6 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 +-
debian/changelog | 7 +
debian/control | 2 +-
debian/copyright | 2 +-
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 ++-
26 files changed, 2360 insertions(+), 708 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