[git] GnuPG - branch, master, updated. gnupg-2.1.11-75-g9a1778a

by Justus Winter cvs at cvs.gnupg.org
Tue Mar 1 16:11:21 CET 2016


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 Privacy Guard".

The branch, master has been updated
       via  9a1778abcae0a7afe33be8e02b6d9a909463cd54 (commit)
       via  3a1d142f9b71721a631cf2037665e9def60aa384 (commit)
      from  2de0d41219a522e01f050d475b3ddecb9173fc7d (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 9a1778abcae0a7afe33be8e02b6d9a909463cd54
Author: Justus Winter <justus at g10code.com>
Date:   Tue Mar 1 15:07:29 2016 +0100

    dirmngr: Add missing CFLAGS.
    
    * dirmngr/Makefile.am (t_ldap_parse_uri_CFLAGS): Add
    'GPG_ERROR_CFLAGS'.
    (t_dns_stuff_CFLAGS): Likewise.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index 1c74d10..1e32990 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -140,10 +140,12 @@ t_ldap_parse_uri_SOURCES = \
 	t-ldap-parse-uri.c ldap-parse-uri.c ldap-parse-uri.h \
         http.c dns-stuff.c \
         $(ldap_url) $(t_common_src)
-t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1
+t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 \
+			  $(GPG_ERROR_CFLAGS)
 t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS)
 
-t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1
+t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 \
+		     $(GPG_ERROR_CFLAGS)
 t_dns_stuff_SOURCES = t-dns-stuff.c dns-stuff.c
 t_dns_stuff_LDADD   = $(t_common_ldadd) $(DNSLIBS)
 

commit 3a1d142f9b71721a631cf2037665e9def60aa384
Author: Justus Winter <justus at g10code.com>
Date:   Tue Mar 1 14:51:35 2016 +0100

    tools: Drop superfluous include.
    
    * tools/gpgtar.c: Do not include unused 'npth.h'.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tools/gpgtar.c b/tools/gpgtar.c
index 46d06bd..416f514 100644
--- a/tools/gpgtar.c
+++ b/tools/gpgtar.c
@@ -29,7 +29,6 @@
 #include <config.h>
 #include <ctype.h>
 #include <errno.h>
-#include <npth.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

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

Summary of changes:
 dirmngr/Makefile.am | 6 ++++--
 tools/gpgtar.c      | 1 -
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list