[Pkg-ocaml-maint-commits] [ocaml-ssl] 02/06: Imported Upstream version 0.5.1

Stéphane Glondu glondu at moszumanska.debian.org
Wed Oct 14 09:29:23 UTC 2015


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

glondu pushed a commit to branch master
in repository ocaml-ssl.

commit ec6dc4ca7a8042082ab903703e586dcca5384578
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Oct 14 11:21:43 2015 +0200

    Imported Upstream version 0.5.1
---
 CHANGES      |  6 ++++++
 configure    | 18 +++++++++---------
 configure.ac |  2 +-
 src/META.in  |  2 +-
 4 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/CHANGES b/CHANGES
index 72090f1..a170c75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+0.5.1 (2015-05-27)
+=====
+
+* Fix META file for versions of OCaml older than 4.02.0 (thanks Anil
+  Madhavapeddy, closes #20).
+
 0.5.0 (2015-05-18)
 =====
 * Allow to honor server cipher preferences (thanks mfp, closes #18).
diff --git a/configure b/configure
index dedcd73..6973fb3 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ocaml-ssl 0.5.0.
+# Generated by GNU Autoconf 2.69 for ocaml-ssl 0.5.1.
 #
 # Report bugs to <savonet-users at lists.sourceforge.net>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ocaml-ssl'
 PACKAGE_TARNAME='ocaml-ssl'
-PACKAGE_VERSION='0.5.0'
-PACKAGE_STRING='ocaml-ssl 0.5.0'
+PACKAGE_VERSION='0.5.1'
+PACKAGE_STRING='ocaml-ssl 0.5.1'
 PACKAGE_BUGREPORT='savonet-users at lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ocaml-ssl 0.5.0 to adapt to many kinds of systems.
+\`configure' configures ocaml-ssl 0.5.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1310,7 +1310,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ocaml-ssl 0.5.0:";;
+     short | recursive ) echo "Configuration of ocaml-ssl 0.5.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1399,7 +1399,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ocaml-ssl configure 0.5.0
+ocaml-ssl configure 0.5.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1747,7 +1747,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ocaml-ssl $as_me 0.5.0, which was
+It was created by ocaml-ssl $as_me 0.5.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -5343,7 +5343,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ocaml-ssl $as_me 0.5.0, which was
+This file was extended by ocaml-ssl $as_me 0.5.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5396,7 +5396,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ocaml-ssl config.status 0.5.0
+ocaml-ssl config.status 0.5.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index b6e4416..8a6b709 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([ocaml-ssl],[0.5.0],[savonet-users at lists.sourceforge.net])
+AC_INIT([ocaml-ssl],[0.5.1],[savonet-users at lists.sourceforge.net])
 
 VERSION=$PACKAGE_VERSION
 AC_MSG_RESULT([configuring $PACKAGE_STRING])
diff --git a/src/META.in b/src/META.in
index 5c46a2b..afbd88e 100644
--- a/src/META.in
+++ b/src/META.in
@@ -1,7 +1,7 @@
 name="Ssl"
 version="@VERSION@"
 description="OCaml bindings to libssl"
-requires="unix"
+requires="unix bytes"
 archive(byte) = "ssl.cma"
 archive(native) = "ssl.cmxa"
 archive(mt,byte) = "ssl_threads.cma"

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



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