[SCM] GNU gnutls branch, master, updated. gnutls_3_0_10-8-gc7f54f4

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
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=c7f54f41d0aef87776d8c816e2e841cb94e2fc4a

The branch, master has been updated
       via  c7f54f41d0aef87776d8c816e2e841cb94e2fc4a (commit)
       via  10267466bde4b80af1c5c7cff8129ce92da99179 (commit)
       via  543a98568b1c020444060da8279f0c2fcae1836d (commit)
      from  92c407a6981318948e68f731d3201c51fb35d013 (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 c7f54f41d0aef87776d8c816e2e841cb94e2fc4a
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Fri Jan 6 20:32:17 2012 +0100

    updated changelog and news for release

commit 10267466bde4b80af1c5c7cff8129ce92da99179
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Fri Jan 6 20:25:51 2012 +0100

    corrected typo

commit 543a98568b1c020444060da8279f0c2fcae1836d
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Fri Jan 6 20:11:13 2012 +0100

    bumped version

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

Summary of changes:
 ChangeLog           |   30 ++++++++++++++++++++++++++++++
 NEWS                |    5 ++++-
 configure.ac        |    2 +-
 lib/gnutls_cipher.c |    2 +-
 m4/hooks.m4         |    2 +-
 5 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 12c3a8d..a06a672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2012-01-06  Nikos Mavrogiannopoulos <[email protected]>
+
+	* NEWS, configure.ac, m4/hooks.m4: bumped version
+
+2012-01-06  Nikos Mavrogiannopoulos <[email protected]>
+
+	* lib/gnutls_buffers.c: Corrected functionality of
+	gnutls_record_get_direction(). Reported by Philip Allison.
+
+2012-01-06  Nikos Mavrogiannopoulos <[email protected]>
+
+	* NEWS, lib/gnutls_cipher.c: provide less timing information when
+	decoding packets. Patch by Nadhem Alfardan.
+
+2012-01-04  Nikos Mavrogiannopoulos <[email protected]>
+
+	* src/serv.c: use AI_ADDRCONFIG if available.
+
+2012-01-04  Nikos Mavrogiannopoulos <[email protected]>
+
+	* configure.ac: prevent building of crywrap in windows
+
+2012-01-04  Nikos Mavrogiannopoulos <[email protected]>
+
+	* cross.mk: updated
+
+2012-01-04  Nikos Mavrogiannopoulos <[email protected]>
+
+	* ChangeLog: updated
+
 2012-01-04  Nikos Mavrogiannopoulos <[email protected]>
 
 	* lib/extras/Makefile.am: added missing file
diff --git a/NEWS b/NEWS
index 49372ad..fb87906 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,10 @@ GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
 Copyright (C) 2000-2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.0.11 (unreleased)
+* Version 3.0.11 (released 2012-01-06)
+
+** libgnutls: Corrected functionality of 
+gnutls_record_get_direction(). Reported by Philip Allison.
 
 ** libgnutls: Provide less timing information when decoding
 TLS/DTLS record packets. Patch by Nadhem Alfardan.
diff --git a/configure.ac b/configure.ac
index 78ab6ad..78eb975 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.10], [[email protected]])
+AC_INIT([GnuTLS], [3.0.11], [[email protected]])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
index e593cfe..bd8b14a 100644
--- a/lib/gnutls_cipher.c
+++ b/lib/gnutls_cipher.c
@@ -564,7 +564,7 @@ ciphertext_to_compressed (gnutls_session_t session,
           /* Setting a proper length to prevent timing differences in
            * processing of records with invalid encryption.
            */
-          length = ciphertext.size - tag_size;
+          length = ciphertext->size - tag_size;
         }
 
       /* Pass the type, version, length and compressed through
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index e38f5c5..bd964bf 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 33)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 5)
 
   AC_SUBST(LT_SSL_CURRENT, 27)


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.