[git] GCRYPT - branch, LIBGCRYPT-1-6-BRANCH, updated. libgcrypt-1.6.3-6-g842535b

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Jun 11 09:30:51 CEST 2015


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, LIBGCRYPT-1-6-BRANCH has been updated
       via  842535b7ea0a9811405e0feae0e9ffb349ee5360 (commit)
      from  5ffa73d10594a2c335b149a2bc83ab70775c3567 (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 842535b7ea0a9811405e0feae0e9ffb349ee5360
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Jun 11 16:19:49 2015 +0900

    mpi: Support FreeBSD 10 or later.
    
    * mpi/config.links: Include FreeBSD 10 to 29.
    
    --
    
    (backported from master commit
     54489bb2a7f4a044e8cc28ea8777009c4767939d)
    
    Thanks to Yuta SATOH.
    
    GnuPG-bug-id: 1936, 1974

diff --git a/mpi/config.links b/mpi/config.links
index f44299d..9500f08 100644
--- a/mpi/config.links
+++ b/mpi/config.links
@@ -50,11 +50,12 @@ case "${host}" in
        path=""
        mpi_cpu_arch="x86"
        ;;
-    i[3467]86*-*-openbsd*      | \
-    i[3467]86*-*-freebsd*-elf  | \
-    i[3467]86*-*-freebsd[3-9]* | \
-    i[3467]86*-*-freebsdelf*   | \
-    i[3467]86*-*-netbsd*       | \
+    i[3467]86*-*-openbsd*         | \
+    i[3467]86*-*-freebsd*-elf     | \
+    i[3467]86*-*-freebsd[3-9]*    | \
+    i[3467]86*-*-freebsd[12][0-9]*| \
+    i[3467]86*-*-freebsdelf*      | \
+    i[3467]86*-*-netbsd*          | \
     i[3467]86*-*-k*bsd*)
        echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
        cat  $srcdir/mpi/i386/syntax.h	   >>./mpi/asm-syntax.h
@@ -64,6 +65,7 @@ case "${host}" in
     i586*-*-openbsd*         | \
     i586*-*-freebsd*-elf     | \
     i586*-*-freebsd[3-9]*    | \
+    i586*-*-freebsd[12][0-9]*| \
     i586*-*-freebsdelf*      | \
     i586*-*-netbsd*	     | \
     i586*-*-k*bsd*	     | \

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

Summary of changes:
 mpi/config.links | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


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




More information about the Gnupg-commits mailing list