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_14a-7-g85ec


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_14a-7-g85ec930
Date: Fri, 06 Jan 2012 20:35:26 +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=85ec93038ff3bdfc21b721c73ece53c4bdd38022

The branch, gnutls_2_12_x has been updated
       via  85ec93038ff3bdfc21b721c73ece53c4bdd38022 (commit)
       via  13ba0c78ddaf01946fa4824f1ce45da3cf9ab09c (commit)
       via  1615f28e976d5a52e5d528a50f6d8af203b5eae5 (commit)
      from  8ae99fccea4c651cd2388b22806eef1d25d3793a (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 85ec93038ff3bdfc21b721c73ece53c4bdd38022
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jan 6 21:35:00 2012 +0100

    updated news

commit 13ba0c78ddaf01946fa4824f1ce45da3cf9ab09c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jan 6 21:18:47 2012 +0100

    corrected rnd generation for w.

commit 1615f28e976d5a52e5d528a50f6d8af203b5eae5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jan 6 19:22:29 2012 +0100

    bumped version.

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

Summary of changes:
 NEWS                  |    4 ++--
 configure.ac          |    2 +-
 lib/configure.ac      |    2 +-
 lib/m4/hooks.m4       |    2 +-
 lib/nettle/mpi.c      |    2 +-
 libextra/configure.ac |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 0638a51..eb34775 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,10 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-Version 2.12.15 (unreleased)
+Version 2.12.15 (released 2011-01-06)
 
 ** libgnutls: Disable signature algorithms that are not supported
-for client certificate verification.
+for client certificate verification. Reported by Florian Weimer.
 
 ** libgnutls: Optimized DH generation process (ported from 3.0.x)
 
diff --git a/configure.ac b/configure.ac
index 30f34e9..16fc2e1 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.14], address@hidden)
+AC_INIT([GnuTLS], [2.12.15], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/configure.ac b/lib/configure.ac
index 74cf620..3f5b2ec 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.14], address@hidden)
+AC_INIT([libgnutls], [2.12.15], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index eae8d83..df31163 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, 47)
-  AC_SUBST(LT_REVISION, 8)
+  AC_SUBST(LT_REVISION, 9)
   AC_SUBST(LT_AGE, 21)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index 5c5e973..b880e15 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -465,7 +465,7 @@ gen_group (mpz_t * prime, mpz_t * generator, unsigned int 
nbits)
    */
   for (;;)
     {
-      ret = _gnutls_rnd (GNUTLS_RND_RANDOM, buffer, q_bytes);
+      ret = _gnutls_rnd (GNUTLS_RND_RANDOM, buffer, w_bytes);
       if (ret < 0)
         {
           gnutls_assert ();
diff --git a/libextra/configure.ac b/libextra/configure.ac
index e4924eb..89752c8 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.14], address@hidden)
+AC_INIT([libgnutls-extra], [2.12.15], 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]