gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-270-g70b3d23


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-270-g70b3d23
Date: Thu, 10 Mar 2011 16:10:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=70b3d238c4f3c409780e751f2a0bbef48bb457c1

The branch, master has been updated
       via  70b3d238c4f3c409780e751f2a0bbef48bb457c1 (commit)
      from  b6b52f6c19ef13337892be120d29f62526fbb15d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 70b3d238c4f3c409780e751f2a0bbef48bb457c1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Mar 10 17:07:03 2011 +0100

    increased the so version of libgnutls-openssl.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                 |    3 +++
 lib/m4/hooks.m4      |    4 ++++
 libextra/Makefile.am |    2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index ae47f2d..94f31db 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ See the end for copying conditions.
 
 * Version 2.99.0 (unreleased)
 
+** libgnutls-openssl: modified to use modern gnutls' functions.
+This introduces an ABI incompatibility with previous versions.
+
 ** libgnutls: Corrected signature generation and verification
 in the Certificate Verify message when in TLS 1.2. Reported
 by Todd A. Ouska.
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index ba7ec9b..c3defde 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -30,6 +30,10 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   AC_SUBST(LT_REVISION, 0)
   AC_SUBST(LT_AGE, 0)
 
+  AC_SUBST(LT_SSL_CURRENT, 27)
+  AC_SUBST(LT_SSL_REVISION, 0)
+  AC_SUBST(LT_SSL_AGE, 0)
+
   AC_SUBST(CXX_LT_CURRENT, 28)
   AC_SUBST(CXX_LT_REVISION, 0)
   AC_SUBST(CXX_LT_AGE, 0)
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 665d0ec..996c7e2 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -64,7 +64,7 @@ libgnutls_openssl_la_SOURCES = gnutls_openssl.c 
openssl_compat.h      \
 libgnutls_openssl_la_LIBADD = ../lib/gl/liblgnu.la $(LIBSOCKET) \
        ../lib/libgnutls.la
 
-libgnutls_openssl_la_LDFLAGS += -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libgnutls_openssl_la_LDFLAGS += -version-info 
$(LT_SSL_CURRENT):$(LT_SSL_REVISION):$(LT_SSL_AGE)
 
 if ENABLE_MINITASN1
 libgnutls_openssl_la_LIBADD += ../lib/minitasn1/libminitasn1.la


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]