[git] GCRYPT - branch, master, updated. libgcrypt-1.7.3-88-gc65f955

by Werner Koch cvs at cvs.gnupg.org
Tue May 30 15:35:56 CEST 2017


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 "The GNU crypto library".

The branch, master has been updated
       via  c65f9558f12ffa2810538ef616e71b4052dacb81 (commit)
       via  87e481137debabb7f989d7fa9b1c21c336e10c98 (commit)
      from  d764c9894013727ff82eb194da6030209c273528 (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 c65f9558f12ffa2810538ef616e71b4052dacb81
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 30 15:27:47 2017 +0200

    mpi: Distribute asm files for aarch64 and asm
    
    * mpi/aarch64/distfiles: New.
    * mpi/arm/distfiles: New.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/mpi/aarch64/distfiles b/mpi/aarch64/distfiles
new file mode 100644
index 0000000..1327bd4
--- /dev/null
+++ b/mpi/aarch64/distfiles
@@ -0,0 +1,6 @@
+mpih-add1.S
+mpih-mul1.S
+mpih-mul2.S
+mpih-mul3.S
+mpih-sub1.S
+mpi-asm-defs.h
diff --git a/mpi/arm/distfiles b/mpi/arm/distfiles
new file mode 100644
index 0000000..27a2ca5
--- /dev/null
+++ b/mpi/arm/distfiles
@@ -0,0 +1,6 @@
+mpi-asm-defs.h
+mpih-add1.S
+mpih-mul1.S
+mpih-mul2.S
+mpih-mul3.S
+mpih-sub1.S

commit 87e481137debabb7f989d7fa9b1c21c336e10c98
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 30 15:23:45 2017 +0200

    mpi: Distribute asm definitions for amd64
    
    * mpi/amd64/distfiles: Add mpi-asm-defs.h.
    --
    
    The problem exhibits itself only on Windows64 where
    sizeof(long) == sizeof(int).
    For other platforms the definition from
    generic/mpi-asm-defs.h works also for amd64.
    
    GnuPG-bug-id: 3184
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/mpi/amd64/distfiles b/mpi/amd64/distfiles
index e7f92c8..44aad5f 100644
--- a/mpi/amd64/distfiles
+++ b/mpi/amd64/distfiles
@@ -6,3 +6,4 @@ mpih-mul2.S
 mpih-mul3.S
 mpih-rshift.S
 mpih-sub1.S
+mpi-asm-defs.h

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

Summary of changes:
 mpi/{pentium4/sse2 => aarch64}/distfiles | 1 +
 mpi/amd64/distfiles                      | 1 +
 mpi/{pentium4/sse2 => arm}/distfiles     | 1 +
 3 files changed, 3 insertions(+)
 copy mpi/{pentium4/sse2 => aarch64}/distfiles (80%)
 copy mpi/{pentium4/sse2 => arm}/distfiles (80%)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list