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_2-65-gd740738


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_2-65-gd740738
Date: Sun, 18 Sep 2011 21:54:08 +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=d74073847cbee94d70971ab8f1660f7cf268fc3c

The branch, master has been updated
       via  d74073847cbee94d70971ab8f1660f7cf268fc3c (commit)
       via  54048279a5465144f618feadd670bbfd9adbcff9 (commit)
       via  2b6b780ad45ba6543879563eb50b6632eb3b769b (commit)
       via  af3d410cbe204d803a7cde2510bf7f19e480497d (commit)
      from  184ca77fda801d08a56d92f760c13e9212695284 (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 d74073847cbee94d70971ab8f1660f7cf268fc3c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 18 23:52:00 2011 +0200

    released 3.0.3

commit 54048279a5465144f618feadd670bbfd9adbcff9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 18 23:47:30 2011 +0200

    Added missing file.

commit 2b6b780ad45ba6543879563eb50b6632eb3b769b
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 18 23:38:43 2011 +0200

    doc fixes

commit af3d410cbe204d803a7cde2510bf7f19e480497d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 18 23:14:09 2011 +0200

    VIA is disabled by default.

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

Summary of changes:
 NEWS                                |    6 +++++-
 doc/gnutls.texi                     |    3 ++-
 doc/latex/Makefile.am               |   10 +++++++---
 lib/accelerated/intel/Makefile.am   |    4 ++--
 lib/accelerated/intel/aes-padlock.c |    6 +++++-
 5 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index eedee7b..cc468b7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes.                
-*- outline -*-
 Copyright (C) 2000-2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.0.3 (unreleased)
+* Version 3.0.3 (released 2011-09-18)
 
 ** libgnutls: Added gnutls_record_get_discarded() to return the
 number of discarded records in a DTLS session.
@@ -24,6 +24,7 @@ Reported by Jonathan Nieder <address@hidden> in
 <http://bugs.debian.org/640639>.
 
 ** libgnutls: Added support for VIA padlock AES optimizations.
+(disabled by default)
 
 ** libgnutls: Added support for elliptic curves in
 PKCS #11.
@@ -35,6 +36,9 @@ to allow generating a key in a token.
 generate-ecc options to allow generating private
 keys in the token.
 
+** libgnutls: gnutls_transport_set_lowat dummy macro was 
+removed.
+
 ** API and ABI modifications:
 gnutls_pkcs11_privkey_generate: Added
 gnutls_pubkey_import_ecc_raw: Added
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 044aee8..23367ef 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -132,11 +132,12 @@ Documentation License''.
 @end itemize
 @end macro
 
address@hidden showenumdesc{ref}
address@hidden showenumdesc{ref,cap}
 @float Table,\ref\
 @itemize
 @item @code{\ref\}
 @end itemize
address@hidden
 @end float
 @end macro
 
diff --git a/doc/latex/Makefile.am b/doc/latex/Makefile.am
index 6fffa40..841def2 100644
--- a/doc/latex/Makefile.am
+++ b/doc/latex/Makefile.am
@@ -44,15 +44,18 @@ cha-errors.tex: ../cha-errors.texi
 cha-ciphersuites.tex: ../cha-ciphersuites.texi
        ../scripts/mytexi2latex $< > $@
 
-error_codes.tex: $(top_srcdir)/lib/gnutls_errors.c $(srcdir)/../errcodes
+error_codes.tex: $(top_srcdir)/lib/gnutls_errors.c
+       $(MAKE) -C .. errcodes printlist alert-printlist
        $(builddir)/../errcodes --latex > address@hidden
        mv -f address@hidden $@
 
-algorithms.tex: ../printlist
+algorithms.tex:
+       $(MAKE) -C .. errcodes printlist alert-printlist
        $(builddir)/../printlist --latex > address@hidden
        mv -f address@hidden $@
 
-alerts.tex: ../alert-printlist
+alerts.tex:
+       $(MAKE) -C .. errcodes printlist alert-printlist
        $(builddir)/../alert-printlist --latex > address@hidden
        mv -f address@hidden $@
 
@@ -117,6 +120,7 @@ extra-api.tex: $(srcdir)/../../libextra/gnutls_extra.c
 SOURCE_GEN_FILES =  extra-api.tex pgp-api.tex x509-api.tex gnutls-api.tex 
gnutls-enums.tex
 
 gnutls.pdf: $(SOURCE_GEN_FILES) $(TEX_OBJECTS) $(GEN_TEX_OBJECTS)
+       $(MAKE) -C .. errcodes printlist alert-printlist
        -pdflatex gnutls.tex
        -bibtex gnutls
        -makeindex gnutls.idx
diff --git a/lib/accelerated/intel/Makefile.am 
b/lib/accelerated/intel/Makefile.am
index 996c0d5..0882929 100644
--- a/lib/accelerated/intel/Makefile.am
+++ b/lib/accelerated/intel/Makefile.am
@@ -30,11 +30,11 @@ if ENABLE_MINITASN1
 AM_CPPFLAGS += -I$(srcdir)/../../minitasn1
 endif
 
-EXTRA_DIST = aes-x86.h README license.txt
+EXTRA_DIST = README license.txt
 
 noinst_LTLIBRARIES = libintel.la
 
-libintel_la_SOURCES = aes-x86.c aes-padlock.c aes-gcm-padlock.c
+libintel_la_SOURCES = aes-x86.c aes-padlock.c aes-gcm-padlock.c aes-padlock.h 
aes-x86.h
 
 if ASM_X86_64
 AM_CPPFLAGS += -DASM_X86_64
diff --git a/lib/accelerated/intel/aes-padlock.c 
b/lib/accelerated/intel/aes-padlock.c
index 59f33bc..c71d667 100644
--- a/lib/accelerated/intel/aes-padlock.c
+++ b/lib/accelerated/intel/aes-padlock.c
@@ -187,8 +187,12 @@ void register_padlock_crypto(void)
     /* Only enable the 32-bit padlock variant, until
      * the 64-bit code is tested.
      */
-    if (sizeof(unsigned int) != 4 || check_via() == 0)
+#ifndef ENABLE_VIA
+    return;
+#else
+    if (check_via() == 0)
         return;
+#endif
 
     if (check_padlock()) {
         _gnutls_debug_log("Padlock AES accelerator was detected\n");


hooks/post-receive
-- 
GNU gnutls



reply via email to

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