gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_4-14-g65c8d


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_4-14-g65c8d4d
Date: Mon, 28 Feb 2011 11:49:06 +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=65c8d4d228993dc7c6f36cdb8b11355bf4c7814e

The branch, gnutls_2_10_x has been updated
       via  65c8d4d228993dc7c6f36cdb8b11355bf4c7814e (commit)
       via  14ba569126ff23584f988032f8d4d5170668d670 (commit)
       via  6cf75db5f687ed6600d734b294fea8fdbcb40556 (commit)
      from  2b74041204e5b14b8aa41e7a9054a5f34ebe0fe5 (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 65c8d4d228993dc7c6f36cdb8b11355bf4c7814e
Author: Simon Josefsson <address@hidden>
Date:   Mon Feb 28 09:49:19 2011 +0100

    Generated.

commit 14ba569126ff23584f988032f8d4d5170668d670
Author: Simon Josefsson <address@hidden>
Date:   Mon Feb 28 09:37:28 2011 +0100

    Handle multi-word $GNUTLS_REQUIRES_PRIVATE's.

commit 6cf75db5f687ed6600d734b294fea8fdbcb40556
Author: Simon Josefsson <address@hidden>
Date:   Mon Feb 28 09:34:53 2011 +0100

    Version 2.10.5.

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

Summary of changes:
 ChangeLog        |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS             |    2 +-
 lib/configure.ac |    4 +-
 3 files changed, 67 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 43449b8..ef3bfa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2011-02-28  Simon Josefsson <address@hidden>
+
+       * lib/configure.ac: Handle multi-word $GNUTLS_REQUIRES_PRIVATE's.
+
+2011-02-28  Simon Josefsson <address@hidden>
+
+       * NEWS: Version 2.10.5.
+
+2011-02-27  Simon Josefsson <address@hidden>
+
+       * NEWS: Document pkg-config changes.
+
+2011-02-27  Nikos Mavrogiannopoulos <address@hidden>
+
+       * lib/gnutls_pk.c: SHA1 or better check fixed.
+
+2011-02-27  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS: documented fix.
+
+2011-02-27  Nikos Mavrogiannopoulos <address@hidden>
+
+       * lib/gnutls_handshake.c: corrected finished packet check.
+
+2011-02-12  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS, lib/gnutls_sig.c: Corrected signature generation and
+       verification in the Certificate Verify message when in TLS 1.2.
+       Reported by Todd A. Ouska.
+
+2010-02-28  Andreas Metzler <address@hidden>
+
+       * lib/configure.ac, lib/m4/hooks.m4: pkg-config: If gnutls is built
+       with zlib support list zlib in Requires.private.  Signed-off-by: Nikos 
Mavrogiannopoulos <address@hidden>
+
+2010-02-28  Andreas Metzler <address@hidden>
+
+       * lib/gnutls.pc.in: pkg-config: drop @LIBGNUTLS_LIBS@ from
+       Libs.private. This library only contains gnutls itself nowadays,
+       which is in Libs already.  Signed-off-by: Nikos Mavrogiannopoulos 
<address@hidden>
+
+2010-02-28  Andreas Metzler <address@hidden>
+
+       * lib/gnutls.pc.in, lib/m4/hooks.m4: pkg-config: Move libtasn1 from
+       Libs.private to Requires.private since libtasn1 provides a .pc file.  
Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>
+
+2010-02-28  Andreas Metzler <address@hidden>
+
+       * lib/gnutls.pc.in: adapt pkg-config file for switch from
+       AM_PATH_LIBGCRYPT to AC_LIB_HAVE_LINKFLAGS Signed-off-by: Nikos 
Mavrogiannopoulos <address@hidden>
+
+2010-12-06  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/configure.ac, lib/m4/hooks.m4,
+       libextra/configure.ac: Bump versions.
+
+2010-12-06  Simon Josefsson <address@hidden>
+
+       * doc/announce.txt: Update for 2.10.4.
+
+2010-12-06  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
 2010-12-06  Simon Josefsson <address@hidden>
 
        * NEWS: Version 2.10.4.
diff --git a/NEWS b/NEWS
index 5c59393..e84a83d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ 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.10.5 (unreleased)
+* Version 2.10.5 (released 2011-02-28)
 
 ** libgnutls: Corrected verification of finished messages.
 
diff --git a/lib/configure.ac b/lib/configure.ac
index 6b734c2..9f22ad1 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# 2009, 2010, 2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos, Simon Josefsson
 #
@@ -80,7 +80,7 @@ else
 fi
 
 if test x$ac_zlib != xno; then
-  if test x$GNUTLS_REQUIRES_PRIVATE = x; then
+  if test "$GNUTLS_REQUIRES_PRIVATE" = ""; then
     GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib"
   else
     GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib"


hooks/post-receive
-- 
GNU gnutls



reply via email to

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