[Pkg-ocaml-maint-commits] [ocaml-sha] branch master updated (c32fb17 -> b79edbc)

Eric Cooper ecc at cmu.edu
Sat Nov 2 16:52:41 UTC 2013


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

ecc-guest pushed a change to branch master
in repository ocaml-sha.

      from  c32fb17   changelog entry for version 1.7-2
       new  d0d62a6   Imported Upstream version 1.9
       new  24790bd   Merge tag 'upstream/1.9'
       new  a94d6d1   update debian/watch file for github
       new  5dcb7f6   update debian/copyright format
       new  48b9454   increase debhelper compatibility level to 9
       new  1bb86ea   update standards version
       new  ba56c58   patch stubs to include <string.h>
       new  3e15620   patch Makefile for building tests
       new  b79edbc   changelog entry for version 1.9-1

The 9 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:
 .gitignore                                         |    8 +++
 META                                               |    8 +--
 bitfn.h                                            |    5 ++
 debian/changelog                                   |   13 +++++
 debian/compat                                      |    2 +-
 debian/control                                     |   15 +++---
 debian/copyright                                   |    3 +-
 ...ring.h-in-C-stubs-to-silence-gcc-warnings.patch |   51 ++++++++++++++++++++
 ...-change-compiler-flags-for-building-tests.patch |   26 ++++++++++
 debian/patches/series                              |    2 +
 debian/watch                                       |    4 +-
 sha1.c                                             |   21 +++++---
 sha1.h                                             |    1 +
 sha1.ml                                            |   27 +++++++++--
 sha1.mli                                           |   35 ++++++++++++++
 sha1_stubs.c                                       |   46 ++++++++++++++++--
 sha256.c                                           |   11 ++++-
 sha256.h                                           |    1 +
 sha256.ml                                          |   28 +++++++++--
 sha256.mli                                         |   38 +++++++++++++++
 sha256_stubs.c                                     |   45 +++++++++++++++--
 sha512.c                                           |   10 +++-
 sha512.h                                           |    1 +
 sha512.ml                                          |   26 ++++++++--
 sha512.mli                                         |   38 +++++++++++++++
 sha512_stubs.c                                     |   45 +++++++++++++++--
 26 files changed, 462 insertions(+), 48 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 debian/patches/0005-include-string.h-in-C-stubs-to-silence-gcc-warnings.patch
 create mode 100644 debian/patches/0006-change-compiler-flags-for-building-tests.patch

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



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