gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_5-2-g02c18f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_5-2-g02c18f9
Date: Mon, 16 May 2011 20:21:00 +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=02c18f999126d6ee268b5374bfe53e543879fa37

The branch, gnutls_2_12_x has been updated
       via  02c18f999126d6ee268b5374bfe53e543879fa37 (commit)
       via  d5bc914c431806fb31d8ba7cbaccb6deb6f9d8c9 (commit)
      from  442301a6c03cc141ee223d8b644038f148257ec1 (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 02c18f999126d6ee268b5374bfe53e543879fa37
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon May 16 00:17:25 2011 +0200

    reduce the repetitions for rabin-miller to a sensible value.

commit d5bc914c431806fb31d8ba7cbaccb6deb6f9d8c9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat May 14 11:26:29 2011 +0200

    updated

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

Summary of changes:
 cfg.mk           |    6 +++---
 lib/nettle/mpi.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index d7d193e..20d6dd7 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -118,9 +118,9 @@ prepare:
 upload:
        git push
        git push --tags
-       build-aux/gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.bz2
-       scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig 
igloo.linux.gr:~ftp/pub/gnutls/devel/
-       ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > 
CHECKSUMS'
+       build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.bz2
+       scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig 
igloo.linux.gr:~ftp/pub/gnutls/
+       ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > 
CHECKSUMS'
        cp $(distdir).tar.bz2 $(distdir).tar.bz2.sig ../releases/$(PACKAGE)/
 
 web:
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index 0f9b183..c76705c 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -390,7 +390,7 @@ wrap_nettle_mpi_mul_ui (bigint_t w, const bigint_t a, 
unsigned long b)
 
 }
 
-#define PRIME_CHECK_PARAM 18
+#define PRIME_CHECK_PARAM 8
 static int
 wrap_nettle_prime_check (bigint_t pp)
 {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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