[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_3-8-g7455ac2
From: |
Simon Josefsson |
Subject: |
[SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_3-8-g7455ac2 |
Date: |
Fri, 18 Sep 2009 07:40:54 +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=7455ac2e54e05ebb79e35c0ccc9c8f400dbb6355
The branch, gnutls_2_8_x has been updated
via 7455ac2e54e05ebb79e35c0ccc9c8f400dbb6355 (commit)
from 8f63fa1accc58504938e11901b58be7d2d7e10e9 (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 7455ac2e54e05ebb79e35c0ccc9c8f400dbb6355
Author: Simon Josefsson <address@hidden>
Date: Fri Sep 18 09:40:49 2009 +0200
Enable Camellia by default.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 ++
lib/m4/hooks.m4 | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index b4f6665..7de313b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ See the end for copying conditions.
* Version 2.8.4 (unreleased)
+** libgnutls: Enable Camellia ciphers by default.
+
** libgnutls: Make OpenPGP hostname checking work again.
The patch to resolve the X.509 CN/SAN issue accidentally broken
OpenPGP hostname comparison.
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index 33427b0..bf73296 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -176,7 +176,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Allow disabling Camellia
AC_ARG_ENABLE(camellia,
AS_HELP_STRING([--disable-camellia], [disable Camellia cipher]),
- enable_camellia=$enableval, enable_camellia=no)
+ enable_camellia=$enableval, enable_camellia=yes)
AC_MSG_CHECKING([whether to disable Camellia cipher])
if test "$enable_camellia" != "no"; then
AC_MSG_RESULT([no])
hooks/post-receive
--
GNU gnutls
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_3-8-g7455ac2,
Simon Josefsson <=