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-22-gfe0a92d


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_7-22-gfe0a92d
Date: Tue, 08 Nov 2011 23:32:10 +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=fe0a92df94869abd48a8e7a576f9b81867a9c420

The branch, master has been updated
       via  fe0a92df94869abd48a8e7a576f9b81867a9c420 (commit)
       via  454256c1972ba5c5b487a0acdf7c782e24f8b2a3 (commit)
       via  2762b06c1a0bf8f2756b981f583e796e0610f07c (commit)
       via  447be72912b43e89b9f6bbd3bd84fb12f1bbb439 (commit)
      from  8f8cea0a5359a4734f55ae13c18326f33db3912b (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 fe0a92df94869abd48a8e7a576f9b81867a9c420
Author: Simon Josefsson <address@hidden>
Date:   Wed Nov 9 00:28:01 2011 +0100

    Cleanup and fix authorship notice (I didn't write this file).

commit 454256c1972ba5c5b487a0acdf7c782e24f8b2a3
Author: Simon Josefsson <address@hidden>
Date:   Wed Nov 9 00:21:48 2011 +0100

    Fix srcdir!=builddir builds.

commit 2762b06c1a0bf8f2756b981f583e796e0610f07c
Author: Simon Josefsson <address@hidden>
Date:   Wed Nov 9 00:16:36 2011 +0100

    Allow distcheck to work, the suppressions.valgrind file caused problems.

commit 447be72912b43e89b9f6bbd3bd84fb12f1bbb439
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 8 23:39:32 2011 +0100

    enums.texi: Look in builddir too for gnutls.h.

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

Summary of changes:
 Makefile.am                   |    5 +--
 doc/Makefile.am               |    2 +-
 tests/dsa/testdsa             |    4 +-
 tests/openpgp-certs/testcerts |    4 +-
 tests/suite/Makefile.am       |   71 ++++++++++++++++++++++++-----------------
 tests/suite/testcompat-main   |    4 +-
 tests/suite/testsrn           |    4 +-
 7 files changed, 53 insertions(+), 41 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 117d21b..14c2642 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010  Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -20,7 +19,7 @@
 # along with this file; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-valgrind-tests
 
 SUBDIRS = gl lib extra po src doc tests
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f0e87e1..1625209 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -158,7 +158,7 @@ alerts.texi: alert-printlist
        $(builddir)/alert-printlist > address@hidden
        mv -f address@hidden $@
 
-enums.texi: $(srcdir)/../lib/includes/gnutls/*.h
+enums.texi: $(srcdir)/../lib/includes/gnutls/*.h 
$(builddir)/../lib/includes/gnutls/*.h
        echo "" > address@hidden
        for i in $^; do \
                echo -n "Creating documentation for file $$i... " && \
diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa
index 3d6a2f0..dc485ec 100755
--- a/tests/dsa/testdsa
+++ b/tests/dsa/testdsa
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -31,7 +31,7 @@ if test "${WINDIR}" != "";then
   exit 77
 fi 
 
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
 
 echo "Checking various DSA key sizes"
 
diff --git a/tests/openpgp-certs/testcerts b/tests/openpgp-certs/testcerts
index 3a3afad..d9cb2f6 100755
--- a/tests/openpgp-certs/testcerts
+++ b/tests/openpgp-certs/testcerts
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -31,7 +31,7 @@ if test "${WINDIR}" != "";then
   exit 77
 fi 
 
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
 
 echo "Checking OpenPGP certificate verification"
 
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am
index 8cfd73f..a88abc6 100644
--- a/tests/suite/Makefile.am
+++ b/tests/suite/Makefile.am
@@ -1,8 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
-#
-# Author: Simon Josefsson
+# Copyright (C) 2004-2011 Free Software Foundation, Inc.
 #
 # This file is part of GnuTLS.
 #
@@ -40,32 +37,49 @@ LDADD = ../../lib/libgnutls.la \
        $(LTLIBGCRYPT)  \
        $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB)
 
-noinst_LTLIBRARIES = libecore.la                                               
                                                                                
                                                                                
                   
+noinst_LTLIBRARIES = libecore.la
+
+libecore_la_CPPFLAGS = -I$(top_srcdir)/tests/suite/ecore/              \
+       -I$(top_srcdir)/tests/suite/ecore/src/include                   \
+       -I$(top_srcdir)/tests/suite/ecore/src/lib -DHAVE_CONFIG_H       \
+       -D__UNUSED__= -DVMAJ=1 -D VMIC=0 -DVMIN=0 -DVREV=0              \
+       -DEFL_HAVE_POSIX_THREADS=1 -DEFL_HAVE_POSIX_THREADS_SPINLOCK=1  \
+       -DEFL_HAVE_THREADS=1 -DEINA_BUILD_CHAINED_POOL=1                \
+       -DEINA_STATIC_BUILD_CHAINED_POOL=1 -DHAVE_CLOCK_GETTIME         \
+       -DHAVE_GETTIMEOFDAY -DPACKAGE_LIB_DIR=\"/usr/lib\"              \
+       -DMODULE_ARCH=\"unix\" -DSHARED_LIB_SUFFIX=\".so\"
 
-libecore_la_CPPFLAGS = -I$(top_srcdir)/tests/suite/ecore/ 
-I$(top_srcdir)/tests/suite/ecore/src/include \
-       -I$(top_srcdir)/tests/suite/ecore/src/lib -DHAVE_CONFIG_H -D__UNUSED__= 
-DVMAJ=1 \
-       -D VMIC=0 -DVMIN=0 -DVREV=0 -DEFL_HAVE_POSIX_THREADS=1 
-DEFL_HAVE_POSIX_THREADS_SPINLOCK=1 \
-       -DEFL_HAVE_THREADS=1 -DEINA_BUILD_CHAINED_POOL=1 
-DEINA_STATIC_BUILD_CHAINED_POOL=1 \
-       -DHAVE_CLOCK_GETTIME -DHAVE_GETTIMEOFDAY -DPACKAGE_LIB_DIR=\"/usr/lib\" 
-DMODULE_ARCH=\"unix\" \
-       -DSHARED_LIB_SUFFIX=\".so\"
 libecore_la_CFLAGS = -w
-nodist_libecore_la_SOURCES = ecore/src/lib/ecore_anim.c 
ecore/src/lib/ecore_app.c \
-       ecore/src/lib/ecore.c ecore/src/lib/ecore_events.c 
ecore/src/lib/ecore_exe.c \
-       ecore/src/lib/ecore_getopt.c ecore/src/lib/ecore_glib.c 
ecore/src/lib/ecore_idle_enterer.c \
-       ecore/src/lib/ecore_idle_exiter.c ecore/src/lib/ecore_idler.c 
ecore/src/lib/ecore_job.c \
-       ecore/src/lib/ecore_main.c ecore/src/lib/ecore_pipe.c 
ecore/src/lib/ecore_poll.c \
-       ecore/src/lib/ecore_signal.c ecore/src/lib/ecore_thread.c 
ecore/src/lib/ecore_time.c \
-       ecore/src/lib/ecore_timer.c ecore/src/lib/eina_accessor.c 
ecore/src/lib/eina_array.c \
-       ecore/src/lib/eina_benchmark.c ecore/src/lib/eina_binshare.c 
ecore/src/lib/eina_chained_mempool.c \
-       ecore/src/lib/eina_convert.c ecore/src/lib/eina_counter.c 
ecore/src/lib/eina_cpu.c ecore/src/lib/eina_error.c \
-       ecore/src/lib/eina_file.c ecore/src/lib/eina_fp.c 
ecore/src/lib/eina_hamster.c ecore/src/lib/eina_hash.c \
-       ecore/src/lib/eina_inlist.c ecore/src/lib/eina_iterator.c 
ecore/src/lib/eina_lalloc.c ecore/src/lib/eina_list.c \
-       ecore/src/lib/eina_log.c ecore/src/lib/eina_magic.c 
ecore/src/lib/eina_main.c ecore/src/lib/eina_matrixsparse.c \
-       ecore/src/lib/eina_mempool.c ecore/src/lib/eina_module.c 
ecore/src/lib/eina_quadtree.c ecore/src/lib/eina_rbtree.c \
-       ecore/src/lib/eina_rectangle.c ecore/src/lib/eina_safety_checks.c 
ecore/src/lib/eina_sched.c ecore/src/lib/eina_share_common.c \
-       ecore/src/lib/eina_strbuf.c ecore/src/lib/eina_strbuf_common.c 
ecore/src/lib/eina_str.c \
-       ecore/src/lib/eina_stringshare.c ecore/src/lib/eina_tiler.c 
ecore/src/lib/eina_unicode.c \
-       ecore/src/lib/eina_ustrbuf.c ecore/src/lib/eina_ustringshare.c 
ecore/src/lib/eina_value.c
+nodist_libecore_la_SOURCES = ecore/src/lib/ecore_anim.c                        
\
+       ecore/src/lib/ecore_app.c ecore/src/lib/ecore.c                 \
+       ecore/src/lib/ecore_events.c ecore/src/lib/ecore_exe.c          \
+       ecore/src/lib/ecore_getopt.c ecore/src/lib/ecore_glib.c         \
+       ecore/src/lib/ecore_idle_enterer.c                              \
+       ecore/src/lib/ecore_idle_exiter.c ecore/src/lib/ecore_idler.c   \
+       ecore/src/lib/ecore_job.c ecore/src/lib/ecore_main.c            \
+       ecore/src/lib/ecore_pipe.c ecore/src/lib/ecore_poll.c           \
+       ecore/src/lib/ecore_signal.c ecore/src/lib/ecore_thread.c       \
+       ecore/src/lib/ecore_time.c ecore/src/lib/ecore_timer.c          \
+       ecore/src/lib/eina_accessor.c ecore/src/lib/eina_array.c        \
+       ecore/src/lib/eina_benchmark.c ecore/src/lib/eina_binshare.c    \
+       ecore/src/lib/eina_chained_mempool.c                            \
+       ecore/src/lib/eina_convert.c ecore/src/lib/eina_counter.c       \
+       ecore/src/lib/eina_cpu.c ecore/src/lib/eina_error.c             \
+       ecore/src/lib/eina_file.c ecore/src/lib/eina_fp.c               \
+       ecore/src/lib/eina_hamster.c ecore/src/lib/eina_hash.c          \
+       ecore/src/lib/eina_inlist.c ecore/src/lib/eina_iterator.c       \
+       ecore/src/lib/eina_lalloc.c ecore/src/lib/eina_list.c           \
+       ecore/src/lib/eina_log.c ecore/src/lib/eina_magic.c             \
+       ecore/src/lib/eina_main.c ecore/src/lib/eina_matrixsparse.c     \
+       ecore/src/lib/eina_mempool.c ecore/src/lib/eina_module.c        \
+       ecore/src/lib/eina_quadtree.c ecore/src/lib/eina_rbtree.c       \
+       ecore/src/lib/eina_rectangle.c                                  \
+       ecore/src/lib/eina_safety_checks.c ecore/src/lib/eina_sched.c   \
+       ecore/src/lib/eina_share_common.c ecore/src/lib/eina_strbuf.c   \
+       ecore/src/lib/eina_strbuf_common.c ecore/src/lib/eina_str.c     \
+       ecore/src/lib/eina_stringshare.c ecore/src/lib/eina_tiler.c     \
+       ecore/src/lib/eina_unicode.c ecore/src/lib/eina_ustrbuf.c       \
+       ecore/src/lib/eina_ustringshare.c ecore/src/lib/eina_value.c
 
 eagain_cli_LDADD = $(LDADD) libecore.la -lrt -lm -ldl -lpthread
 nodist_eagain_cli_SOURCES = mini-eagain2.c
@@ -75,4 +89,3 @@ noinst_PROGRAMS = eagain-cli
 nodist_check_SCRIPTS = eagain testsrn testcompat chain
 
 TESTS = eagain testsrn testcompat chain
-
diff --git a/tests/suite/testcompat-main b/tests/suite/testcompat-main
index 2c72233..557a39a 100755
--- a/tests/suite/testcompat-main
+++ b/tests/suite/testcompat-main
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -29,7 +29,7 @@ if test "${WINDIR}" != "";then
   exit 77
 fi 
 
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
 
 SERV=openssl
 OPENSSL_CLI="openssl"
diff --git a/tests/suite/testsrn b/tests/suite/testsrn
index f11a89a..7409455 100755
--- a/tests/suite/testsrn
+++ b/tests/suite/testsrn
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -30,7 +30,7 @@ if test "${WINDIR}" != "";then
   exit 77
 fi 
 
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
 
 echo "Checking Safe renegotiation"
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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