[git] GPG-ERROR - branch, master, updated. libgpg-error-1.26-21-g77626a6

by Werner Koch cvs at cvs.gnupg.org
Tue Feb 28 13:19:54 CET 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  77626a6519bd3fe3fa74e539d9854e722c9d76ba (commit)
       via  012f1bdc87e9969131c72c5575af0851484a2196 (commit)
      from  f141fdee4015d36aec2122853ef55f3ae42197da (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 77626a6519bd3fe3fa74e539d9854e722c9d76ba
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Feb 28 12:47:51 2017 +0100

    po: Update German translation
    
    --
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/po/de.po b/po/de.po
index 1a8ebcc..b2b1e9a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libgpg-error-1.19\n"
 "Report-Msgid-Bugs-To: translations at gnupg.org\n"
-"PO-Revision-Date: 2016-11-14 17:12+0100\n"
+"PO-Revision-Date: 2017-02-28 12:47+0100\n"
 "Last-Translator: Werner Koch <wk at gnupg.org>\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -301,7 +301,7 @@ msgid "Invalid cipher mode"
 msgstr "Ungültiger Verschlüsselungsmodus"
 
 msgid "Invalid flag"
-msgstr "Ungültiges Flag"
+msgstr "Ungültige Flagge"
 
 msgid "Invalid handle"
 msgstr "Ungültiger Handle"
@@ -951,6 +951,51 @@ msgstr "Objekt zu jung"
 msgid "Object is too old"
 msgstr "Objekt zu alt"
 
+msgid "Unknown flag"
+msgstr "Unbekannte Flagge"
+
+msgid "Invalid execution order"
+msgstr "Ungültige Verarbeitungsreihenfolge"
+
+msgid "Already fetched"
+msgstr "Bereits geholt"
+
+msgid "Try again later"
+msgstr "Später erneut versuchen"
+
+msgid "Wrong name"
+msgstr "Falscher Name"
+
+msgid "System bug detected"
+msgstr "Fehler im System entdeckt"
+
+msgid "Unknown DNS error"
+msgstr "Unbekannter DNS Fehler"
+
+msgid "Invalid DNS section"
+msgstr "Ungültige DNS \"Section\""
+
+msgid "Invalid textual address form"
+msgstr "Ungültige Textadressenformat"
+
+# "in der Kette" ist part of the message because many users know about
+# certificate chains and thus that keyword might give them a good hint
+# what might be wrong.
+msgid "Missing DNS query packet"
+msgstr "Fehlendes DNS Anfragepaket"
+
+msgid "Missing DNS answer packet"
+msgstr "Fehlendes DNS Antwortpaket"
+
+msgid "Connection closed in DNS"
+msgstr "Verbindung im DNS geschlossen"
+
+msgid "Verification failed in DNS"
+msgstr "Prüfung im DNS fehlgeschlagen"
+
+msgid "DNS Timeout"
+msgstr "DNS Zeitüberschreitung"
+
 msgid "General LDAP error"
 msgstr "Allgemeiner LDAP Fehler"
 
@@ -1268,9 +1313,6 @@ msgstr "%s: Warnung: %s konnte nicht erkannt werden\n"
 #~ msgid "LCUP Invalid data"
 #~ msgstr "LCUP Ungültige Daten"
 
-#~ msgid "Assertion failed in lDAP"
-#~ msgstr "\"Assertion\" in LDAP fehlgeschlagen"
-
 #~ msgid "LDAP Other general error"
 #~ msgstr "Sonstiger allgemeiner LDAP Fehler"
 

commit 012f1bdc87e9969131c72c5575af0851484a2196
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Feb 28 12:29:41 2017 +0100

    New public header gpgrt.h as alias for gpg-error.h
    
    * src/gpg-error.h.in (GPGRT_H): New double include protection.
    * src/Makefile.am (nodist_include_HEADERS): Add gpgrt.h.
    (BUILT_SOURCES): Ditto.
    (CLEANFILES): Ditto.
    (gpgrt.h): New rule.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/Makefile.am b/src/Makefile.am
index 06ba1cd..4c77521 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -80,7 +80,7 @@ lock_obj_pub = \
 
 
 lib_LTLIBRARIES = libgpg-error.la
-nodist_include_HEADERS = gpg-error.h
+nodist_include_HEADERS = gpg-error.h gpgrt.h
 bin_SCRIPTS = gpg-error-config
 m4datadir = $(datadir)/aclocal
 m4data_DATA = gpg-error.m4
@@ -95,13 +95,14 @@ EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
 	$(lock_obj_pub)
 
 BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
-	err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
+	err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h gpgrt.h \
 	gpg-error.def mkw32errmap.map.c
 
 tmp_files = _mkerrcodes.h _gpg-error.def.h mkw32errmap.tab.h mkw32errmap.map.c
 
 CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
-	gpg-error.h mkerrcodes mkerrcodes.h gpg-error.def mkw32errmap.tab.h \
+	gpg-error.h gpgrt.h \
+        mkerrcodes mkerrcodes.h gpg-error.def mkw32errmap.tab.h \
 	mkw32errmap.map.c err-sources-sym.h err-codes-sym.h errnos-sym.h \
 	gpg-extra/errno.h mkheader $(tmp_files) lock-obj-pub.native.h
 
@@ -305,6 +306,8 @@ gpg-error.h: Makefile mkheader $(parts_of_gpg_error_h) \
 	./mkheader $(host_os) $(host_triplet)  $(srcdir)/gpg-error.h.in \
                    ../config.h $(PACKAGE_VERSION) $(VERSION_NUMBER) >$@
 
+gpgrt.h: gpg-error.h
+	cp gpg-error.h gpgrt.h
 
 install-data-local:
 if HAVE_W32CE_SYSTEM
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 19bdeed..4c7ac45 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1,4 +1,4 @@
-/* gpg-error.h - Public interface to libgpg-error.               -*- c -*-
+/* gpg-error.h or gpgrt.h - Public interface to libgpg-error.   -*- c -*-
  * Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH
  *
  * This file is part of libgpg-error.
@@ -21,6 +21,8 @@
 
 #ifndef GPG_ERROR_H
 #define GPG_ERROR_H 1
+#ifndef GPGRT_H
+#define GPGRT_H 1
 
 #include <stddef.h>
 #include <stdio.h>
@@ -867,4 +869,5 @@ gpg_error_t gpgrt_b64dec_finish (gpgrt_b64state_t state);
 #ifdef __cplusplus
 }
 #endif
+#endif	/* GPGRT_H */
 #endif	/* GPG_ERROR_H */

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

Summary of changes:
 po/de.po           | 52 +++++++++++++++++++++++++++++++++++++++++++++++-----
 src/Makefile.am    |  9 ++++++---
 src/gpg-error.h.in |  5 ++++-
 3 files changed, 57 insertions(+), 9 deletions(-)


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




More information about the Gnupg-commits mailing list