Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10000

Modified Files:
        gpg-agent.info gpg-agent.patch 
Log Message:
Update to 1.9.20

Index: gpg-agent.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gpg-agent.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gpg-agent.patch     20 Jan 2006 20:16:56 -0000      1.1
+++ gpg-agent.patch     13 Mar 2006 00:08:22 -0000      1.2
@@ -1,12 +1,51 @@
-diff -ur gnupg-1.9.19.orig/tools/Makefile.in gnupg-1.9.19/tools/Makefile.in
---- gnupg-1.9.19.orig/tools/Makefile.in        2005-09-12 00:56:51.000000000 
-0700
-+++ gnupg-1.9.19/tools/Makefile.in     2005-09-17 16:25:26.000000000 -0700
-@@ -401,7 +401,7 @@
+Makefile.in: Add PTH_LIBS to gpg-connect-agent
+gpgparsemail.c: include config.h; don't redefine stpcpy.
+---
+ tools/Makefile.in    |    2 +-
+ tools/gpgparsemail.c |    6 +++++-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+Index: gnupg-1.9.20/tools/Makefile.in
+===================================================================
+--- gnupg-1.9.20.orig/tools/Makefile.in        2005-12-20 01:49:35.000000000 
-0800
++++ gnupg-1.9.20/tools/Makefile.in     2006-03-12 15:55:57.000000000 -0800
+@@ -406,7 +406,7 @@ watchgnupg_LDADD = $(NETLIBS)
  gpg_connect_agent_SOURCES = gpg-connect-agent.c no-libgcrypt.c
- gpg_connect_agent_LDADD = ../gl/libgnu.a ../jnlib/libjnlib.a \
-                           ../common/libcommon.a \
+ gpg_connect_agent_LDADD = ../jnlib/libjnlib.a \
+                           ../common/libcommon.a ../gl/libgnu.a \
 -                          $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL)
 +                          $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) 
$(PTH_LIBS)
  
  gpgkey2ssh_SOURCES = gpgkey2ssh.c
  gpgkey2ssh_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
+Index: gnupg-1.9.20/tools/gpgparsemail.c
+===================================================================
+--- gnupg-1.9.20.orig/tools/gpgparsemail.c     2005-12-14 02:45:28.000000000 
-0800
++++ gnupg-1.9.20/tools/gpgparsemail.c  2006-03-12 16:01:55.000000000 -0800
+@@ -24,6 +24,9 @@
+    for the content of the line.  Several options are available to
+    scrutinize the message.  S/MIME and OpenPGP support is included. */
+ 
++#ifdef HAVE_CONFIG_H
++# include "config.h"
++#endif /* HAVE_CONFIG_H */
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+@@ -145,6 +148,7 @@ xstrdup (const char *string)
+   return p;
+ }
+ 
++#ifndef HAVE_STPCPY
+ static char *
+ stpcpy (char *a,const char *b)
+ {
+@@ -154,7 +158,7 @@ stpcpy (char *a,const char *b)
+   
+   return (char*)a;
+ }
+-
++#endif /* HAVE_STPCPY */
+ 
+ static int
+ run_gnupg (int smime, int sig_fd, int data_fd, int *close_list)

Index: gpg-agent.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gpg-agent.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gpg-agent.info      20 Jan 2006 20:16:56 -0000      1.1
+++ gpg-agent.info      13 Mar 2006 00:08:22 -0000      1.2
@@ -1,8 +1,8 @@
 Package: gpg-agent
-Version: 1.9.19
+Version: 1.9.20
 Revision: 1
 Source: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%v.tar.bz2
-Source-MD5: 8084256a61aa90e0173d436bf1e6f82b
+Source-MD5: 93899203fc0530f03e146d49b65c1e28
 Recommends: pinentry-gtk2 | pinentry
 Depends: libgpg-error-shlibs, libgcrypt-shlibs, pth2-shlibs
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to