]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
increased the so version of libgnutls-openssl.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Mar 2011 16:07:03 +0000 (17:07 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Mar 2011 16:10:13 +0000 (17:10 +0100)
NEWS
lib/m4/hooks.m4
libextra/Makefile.am

diff --git a/NEWS b/NEWS
index ae47f2d8c266892d25d5725c696b8962d6ba505c..94f31db30fd723258a7f4c6993be168d3713166e 100644 (file)
--- 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.
index ba7ec9b7d92a32b6b2f5c547abc640c44c323b11..c3defdea331e948aab6f779d399d78095804c3bf 100644 (file)
@@ -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)
index 665d0ec51f4661de165ea57c55b9991110fb8109..996c7e26e11c775dedfea2d4559e76ec31283098 100644 (file)
@@ -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