1.1 --- a/gnupg/gnupg.patch Fri Oct 22 23:04:26 2010 +0200 1.2 +++ b/gnupg/gnupg.patch Fri Oct 22 23:20:14 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 Index: agent/genkey.c 1.5 ---- agent/genkey.c.orig 2007-11-19 16:11:31 +0100 1.6 -+++ agent/genkey.c 2007-12-21 09:17:46 +0100 1.7 -@@ -188,11 +188,9 @@ 1.8 +--- agent/genkey.c.orig 2009-06-29 08:20:15 +0200 1.9 ++++ agent/genkey.c 2009-09-06 22:59:18 +0200 1.10 +@@ -190,11 +190,9 @@ 1.11 return gpg_error (GPG_ERR_INV_PASSPHRASE); 1.12 1.13 desc = xtryasprintf 1.14 @@ -16,24 +16,24 @@ 1.15 return gpg_error_from_syserror (); 1.16 err = take_this_one_anyway (ctrl, desc); 1.17 Index: configure 1.18 ---- configure.orig 2007-12-20 09:40:04 +0100 1.19 -+++ configure 2007-12-21 09:08:55 +0100 1.20 -@@ -6909,13 +6909,13 @@ 1.21 +--- configure.orig 2009-09-04 18:09:14 +0200 1.22 ++++ configure 2009-09-06 23:05:29 +0200 1.23 +@@ -7992,13 +7992,13 @@ 1.24 # Check wether it is necessary to link against libdl. 1.25 # 1.26 gnupg_dlopen_save_libs="$LIBS" 1.27 -LIBS="" 1.28 - { echo "$as_me:$LINENO: checking for library containing dlopen" >&5 1.29 - echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; } 1.30 - if test "${ac_cv_search_dlopen+set}" = set; then 1.31 - echo $ECHO_N "(cached) $ECHO_C" >&6 1.32 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 1.33 + $as_echo_n "checking for library containing dlopen... " >&6; } 1.34 + if test "${ac_cv_search_dlopen+set}" = set; then : 1.35 + $as_echo_n "(cached) " >&6 1.36 else 1.37 ac_func_search_save_LIBS=$LIBS 1.38 + LIBS="" 1.39 - cat >conftest.$ac_ext <<_ACEOF 1.40 - /* confdefs.h. */ 1.41 - _ACEOF 1.42 -Index: configure 1.43 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.44 + /* end confdefs.h. */ 1.45 + 1.46 +Index: g10/seckey-cert.c 1.47 --- g10/seckey-cert.c.orig 2008-03-18 17:46:32.000000000 +0100 1.48 +++ g10/seckey-cert.c 2009-02-18 21:25:25.508715635 +0100 1.49 @@ -209,6 +209,11 @@