gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_18-9-g33b4f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_18-9-g33b4f44
Date: Wed, 25 Apr 2012 08:36:07 +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=33b4f44c4218e36691b02c59c4fb94d25087f9f7

The branch, gnutls_2_12_x has been updated
       via  33b4f44c4218e36691b02c59c4fb94d25087f9f7 (commit)
       via  c1e039411342dcaf817f25a8249d09803d997cb9 (commit)
      from  5b2da615d9d82bc78a742b47fec9aef7540bc98e (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 33b4f44c4218e36691b02c59c4fb94d25087f9f7
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Apr 25 10:19:16 2012 +0200

    corrected bug in scan_nz()

commit c1e039411342dcaf817f25a8249d09803d997cb9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Apr 22 18:05:50 2012 +0200

    bumped version.

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

Summary of changes:
 configure.ac          |    2 +-
 lib/configure.ac      |    2 +-
 lib/gnutls_mpi.c      |    2 +-
 lib/m4/hooks.m4       |    2 +-
 libextra/configure.ac |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 16d4465..6d44bee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.12.18], address@hidden)
+AC_INIT([GnuTLS], [2.12.19], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/configure.ac b/lib/configure.ac
index 3fc4f56..25f68d7 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # MA 02110-1301, USA
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.12.18], address@hidden)
+AC_INIT([libgnutls], [2.12.19], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index b42a95e..eb85625 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.c
@@ -154,7 +154,7 @@ _gnutls_mpi_scan_nz (bigint_t * ret_mpi, const void 
*buffer, size_t nbytes)
 
   /* MPIs with 0 bits are illegal
    */
-  if (_gnutls_mpi_get_nbits (*ret_mpi) == 0)
+  if (_gnutls_mpi_cmp_ui (*ret_mpi, 0) == 0)
     {
       _gnutls_mpi_release (ret_mpi);
       return GNUTLS_E_MPI_SCAN_FAILED;
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index d0c24fc..cb225c9 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 48)
-  AC_SUBST(LT_REVISION, 1)
+  AC_SUBST(LT_REVISION, 2)
   AC_SUBST(LT_AGE, 22)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
diff --git a/libextra/configure.ac b/libextra/configure.ac
index af69573..c293507 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.12.18], address@hidden)
+AC_INIT([libgnutls-extra], [2.12.19], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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