From: Nikos Mavrogiannopoulos Date: Thu, 10 Mar 2011 16:07:03 +0000 (+0100) Subject: increased the so version of libgnutls-openssl. X-Git-Tag: gnutls_2_99_0~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70b3d238c4f3c409780e751f2a0bbef48bb457c1;p=thirdparty%2Fgnutls.git increased the so version of libgnutls-openssl. --- diff --git a/NEWS b/NEWS index ae47f2d8c2..94f31db30f 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 ba7ec9b7d9..c3defdea33 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 665d0ec51f..996c7e26e1 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