gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-84-g057d210


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-84-g057d210
Date: Wed, 25 Jan 2012 10:24:47 +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=057d21031a0c9e131ae8c40d5feb9a1b7c8261ac

The branch, master has been updated
       via  057d21031a0c9e131ae8c40d5feb9a1b7c8261ac (commit)
      from  d062f1058a2c75cd1261f22bd5447d23de94df68 (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 057d21031a0c9e131ae8c40d5feb9a1b7c8261ac
Author: Simon Josefsson <address@hidden>
Date:   Wed Jan 25 11:24:43 2012 +0100

    Fix syntax-check nits.

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

Summary of changes:
 cfg.mk                |   10 +++++-----
 doc/cha-programs.texi |   12 ++++++------
 src/cli-args.def.in   |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 208474e..876806c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,7 +23,7 @@ ADDFLAGS ?=
 CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf $(ADDFLAGS) $(WFLAGS)
 PACKAGE ?= gnutls
 
-INDENT_SOURCES = `find . -name \*.[ch] -o -name gnutls.h.in | grep -v -e 
^./build-aux/ -e ^./lib/minitasn1/ -e ^./lib/build-aux/ -e ^./gl/ -e 
^./src/cfg/ -e -gaa.[ch] -e asn1_tab.c -e ^./tests/suite/`
+INDENT_SOURCES = `find . -name \*.[ch] -o -name gnutls.h.in | grep -v -e 
^./build-aux/ -e ^./lib/minitasn1/ -e ^./lib/build-aux/ -e ^./gl/ -e 
^./src/libopts/ -e -gaa.[ch] -e asn1_tab.c -e ^./tests/suite/`
 
 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
 .DEFAULT_GOAL := bootstrap
@@ -38,9 +38,10 @@ local-checks-to-skip = sc_GPL_version sc_bindtextdomain      
                \
        sc_prohibit_have_config_h sc_prohibit_magic_number_exit         \
        sc_prohibit_strcmp sc_require_config_h                          \
        sc_require_config_h_first sc_texinfo_acronym sc_trailing_blank  \
-       sc_unmarked_diagnostics sc_useless_cpp_parens
+       sc_unmarked_diagnostics sc_useless_cpp_parens                   \
+       sc_two_space_separator_in_usage
 
-VC_LIST_ALWAYS_EXCLUDE_REGEX = 
^maint.mk|m4/pkg|doc/fdl-1.3.texi|(devel/perlasm/|lib/accelerated/x86/|build-aux/|gl/|src/cfg/|tests/suite/ecore/|doc/protocol/).*$$
+VC_LIST_ALWAYS_EXCLUDE_REGEX = 
^maint.mk|gtk-doc.make|m4/pkg|doc/fdl-1.3.texi|(devel/perlasm/|lib/accelerated/x86/|build-aux/|gl/|src/libopts/|tests/suite/ecore/|doc/protocol/).*$$
 update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
 
 # Explicit syntax-check exceptions.
@@ -49,8 +50,7 @@ exclude_file_name_regexp--sc_error_message_uppercase = 
^doc/examples/ex-cxx.cpp|
 exclude_file_name_regexp--sc_file_system = ^doc/doxygen/Doxyfile
 exclude_file_name_regexp--sc_prohibit_cvs_keyword = ^lib/nettle/.*$$
 exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = 
^tests/nist-pkits/gnutls-nist-tests.html$$
-exclude_file_name_regexp--sc_space_tab = 
^gtk-doc.make|doc/.*.(pdf|png)|tests/nist-pkits/|tests/suite/x509paths/.*$$
-exclude_file_name_regexp--sc_two_space_separator_in_usage = 
^doc/cha-programs.texi|doc/cha-cert-auth2.texi|tests/sha2/sha2|tests/sha2/sha2-dsa|tests/ecdsa/ecdsa
+exclude_file_name_regexp--sc_space_tab = 
^doc/.*.(pdf|png)|tests/nist-pkits/|tests/suite/x509paths/.*$$
 
 autoreconf:
        for f in $(PODIR)/*.po.in; do \
diff --git a/doc/cha-programs.texi b/doc/cha-programs.texi
index 02d0d49..bf08d29 100644
--- a/doc/cha-programs.texi
+++ b/doc/cha-programs.texi
@@ -107,12 +107,12 @@ the handshake.
 @example
 $ ./gnutls-cli --priority SECURE192 -l
 Cipher suites for SECURE192
-TLS_ECDHE_ECDSA_AES_256_CBC_SHA384                     0xc0, 0x24      TLS1.2
-TLS_ECDHE_ECDSA_AES_256_GCM_SHA384                     0xc0, 0x2e      TLS1.2
-TLS_ECDHE_RSA_AES_256_GCM_SHA384                       0xc0, 0x30      TLS1.2
-TLS_DHE_RSA_AES_256_CBC_SHA256                         0x00, 0x6b      TLS1.2
-TLS_DHE_DSS_AES_256_CBC_SHA256                         0x00, 0x6a      TLS1.2
-TLS_RSA_AES_256_CBC_SHA256                             0x00, 0x3d      TLS1.2
+TLS_ECDHE_ECDSA_AES_256_CBC_SHA384                0xc0, 0x24   TLS1.2
+TLS_ECDHE_ECDSA_AES_256_GCM_SHA384                0xc0, 0x2e   TLS1.2
+TLS_ECDHE_RSA_AES_256_GCM_SHA384                  0xc0, 0x30   TLS1.2
+TLS_DHE_RSA_AES_256_CBC_SHA256                    0x00, 0x6b   TLS1.2
+TLS_DHE_DSS_AES_256_CBC_SHA256                    0x00, 0x6a   TLS1.2
+TLS_RSA_AES_256_CBC_SHA256                        0x00, 0x3d   TLS1.2
 
 Certificate types: CTYPE-X.509
 Protocols: VERS-TLS1.2, VERS-TLS1.1, VERS-TLS1.0, VERS-SSL3.0, VERS-DTLS1.0
diff --git a/src/cli-args.def.in b/src/cli-args.def.in
index 6bbd604..a691c86 100644
--- a/src/cli-args.def.in
+++ b/src/cli-args.def.in
@@ -264,7 +264,7 @@ flag = {
     doc      = "Print a list of the supported algorithms and modes. If a 
priority string is given then only the enabled ciphersuites are shown.";
 };
 
-       
+
 
 doc-section = {
   ds-type   = 'SEE ALSO'; // or anything else


hooks/post-receive
-- 
GNU gnutls



reply via email to

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