[git] GPG-ERROR - branch, master, updated. libgpg-error-1.27-16-g0f5c3f6

by Werner Koch cvs at cvs.gnupg.org
Wed Jul 5 12:14:30 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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  0f5c3f67946fb5389df5b9963e6976b462bf5726 (commit)
       via  9de27cbabed8062bfb4eafffba9ff38108f5377e (commit)
      from  0148ea8d5acde2ad5d0376fb7eaa2221e88f258a (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 0f5c3f67946fb5389df5b9963e6976b462bf5726
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jul 5 12:08:26 2017 +0200

    syscfg: Add lock-obj-pub file for ia64-unknown-linux-gnu.
    
    * src/syscfg/lock-obj-pub.ia64-unknown-linux-gnu.h: new.
    * src/Makefile.am (lock_obj_pub): Add it.
    --
    
    GnuPG-bug-id: 3242
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/Makefile.am b/src/Makefile.am
index 398ec5e..e4ebb6a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -73,6 +73,7 @@ lock_obj_pub = \
         syscfg/lock-obj-pub.x86_64-pc-linux-gnux32.h        \
         syscfg/lock-obj-pub.x86_64-pc-linux-musl.h          \
 	syscfg/lock-obj-pub.tilegx-unknown-linux-gnu.h      \
+	syscfg/lock-obj-pub.ia64-unknown-linux-gnu.h        \
 	syscfg/lock-obj-pub.mingw32.h
 
 
diff --git a/src/syscfg/lock-obj-pub.ia64-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.ia64-unknown-linux-gnu.h
new file mode 100644
index 0000000..7cf980a
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.ia64-unknown-linux-gnu.h
@@ -0,0 +1,25 @@
+## lock-obj-pub.ia64-unknown-linux-gnu.h
+## File created by gen-posix-lock-obj - DO NOT EDIT
+## To be included by mkheader into gpg-error.h
+
+typedef struct
+{
+  long _vers;
+  union {
+    volatile char _priv[40];
+    long _x_align;
+    long *_xp_align;
+  } u;
+} gpgrt_lock_t;
+
+#define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0,0,0,0,0, \
+                                    0,0,0,0,0,0,0,0, \
+                                    0,0,0,0,0,0,0,0, \
+                                    0,0,0,0,0,0,0,0, \
+                                    0,0,0,0,0,0,0,0}}}
+##
+## Local Variables:
+## mode: c
+## buffer-read-only: t
+## End:
+##

commit 9de27cbabed8062bfb4eafffba9ff38108f5377e
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jul 5 10:18:53 2017 +0200

    yat2m: Change bug report address.
    
    --

diff --git a/doc/yat2m.c b/doc/yat2m.c
index 27db491..8c6319c 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1521,13 +1521,13 @@ main (int argc, char **argv)
                 "  -I DIR           also search in include DIR\n"
                 "  -D gpgone        the only usable define\n\n"
                 "With no FILE, or when FILE is -, read standard input.\n\n"
-                "Report bugs to <bugs at g10code.com>.");
+                "Report bugs to <https://bugs.gnupg.org>.");
           exit (0);
         }
       else if (!strcmp (*argv, "--version"))
         {
           puts (PGM " " VERSION "\n"
-               "Copyright (C) 2005 g10 Code GmbH\n"
+               "Copyright (C) 2005, 2017 g10 Code GmbH\n"
                "This program comes with ABSOLUTELY NO WARRANTY.\n"
                "This is free software, and you are welcome to redistribute it\n"
                 "under certain conditions. See the file COPYING for details.");

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

Summary of changes:
 doc/yat2m.c                                                           | 4 ++--
 src/Makefile.am                                                       | 1 +
 ...ub.s390x-ibm-linux-gnu.h => lock-obj-pub.ia64-unknown-linux-gnu.h} | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
 copy src/syscfg/{lock-obj-pub.s390x-ibm-linux-gnu.h => lock-obj-pub.ia64-unknown-linux-gnu.h} (93%)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list