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_7-5-g16049f6


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_7-5-g16049f6
Date: Tue, 08 Nov 2011 19:10:33 +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=16049f6d71b3fe16058edc8bb88b9f82caa38d1f

The branch, master has been updated
       via  16049f6d71b3fe16058edc8bb88b9f82caa38d1f (commit)
       via  d2bf3a57f79a89a4bbc1c49a2912d55046eea4a8 (commit)
       via  1cc41ac9719b04ab71f826968bb59c803f1db2ee (commit)
      from  fbb48833fcadfa00034de511cca897ef698edff1 (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 16049f6d71b3fe16058edc8bb88b9f82caa38d1f
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 8 20:10:19 2011 +0100

    Include examples.h to get verify_certificate_callback prototype.

commit d2bf3a57f79a89a4bbc1c49a2912d55046eea4a8
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 8 20:09:40 2011 +0100

    Improve header ignoring.

commit 1cc41ac9719b04ab71f826968bb59c803f1db2ee
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 8 19:43:38 2011 +0100

    Use gettext 0.18 to avoid build error.

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

Summary of changes:
 configure.ac              |    2 +-
 doc/examples/verify.c     |    2 ++
 doc/reference/Makefile.am |    8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2f6ee4a..65a947a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,7 @@ LIBGNUTLS_EXTRA_HOOKS
 
 GTK_DOC_CHECK(1.1)
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
 
 AC_C_BIGENDIAN
 
diff --git a/doc/examples/verify.c b/doc/examples/verify.c
index da7f4f7..d02440a 100644
--- a/doc/examples/verify.c
+++ b/doc/examples/verify.c
@@ -8,6 +8,8 @@
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
+#include "examples.h"
+
 int verify_certificate_callback (gnutls_session_t session)
 {
   unsigned int status;
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index d8e7bae..aa8212e 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -70,11 +70,10 @@ IGNORE_HFILES=
 IGNORE_HFILES += \
        abstract_int.h \
        accelerated.h \
+       aes-padlock.h \
        aes-x86.h \
        algorithms.h \
        anon.h \
-       arg-nonnull.h \
-       c++defs.h \
        cert.h \
        cert_type.h \
        common.h \
@@ -121,6 +120,7 @@ IGNORE_HFILES += \
        gnutls_sig.h \
        gnutls_srp.h \
        gnutls_state.h \
+       gnutls_str_array.h \
        gnutls_str.h \
        gnutls_supplemental.h \
        gnutls_v2_compat.h \
@@ -146,6 +146,7 @@ IGNORE_HFILES += \
        safe_renegotiation.h \
        server_name.h \
        session_ticket.h \
+       sha-padlock.h \
        signature.h \
        srp.h \
        srp_passwd.h \
@@ -153,12 +154,11 @@ IGNORE_HFILES += \
        structure.h \
        system.h \
        types.h \
-       warn-on-use.h \
        x509_b64.h \
        x509_int.h \
        x86.h
 
-# find libextra -name \*.h -exec basename {} \; | grep -v -e extra.h -e 
openssl.h | sort | uniq | sed -e 's/^/\t/' -e 's/$/ \\/'
+# find extra -name \*.h -exec basename {} \; | grep -v -e extra.h -e openssl.h 
| sort | uniq | sed -e 's/^/\t/' -e 's/$/ \\/'
 IGNORE_HFILES += \
        openssl_compat.h
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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