diff -r cc49f73ee7de -r 3839a3a70f72 gnupg/gnupg.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnupg/gnupg.patch Wed Jan 07 22:13:49 2009 +0100 @@ -0,0 +1,35 @@ +Index: agent/genkey.c +--- agent/genkey.c.orig 2007-11-19 16:11:31 +0100 ++++ agent/genkey.c 2007-12-21 09:17:46 +0100 +@@ -188,11 +188,9 @@ + return gpg_error (GPG_ERR_INV_PASSPHRASE); + + desc = xtryasprintf +- ( ngettext ("Warning: You have entered an insecure passphrase.%%0A" ++ ( "Warning: You have entered an insecure passphrase.%%0A" + "A passphrase should be at least %u character long.", +- "Warning: You have entered an insecure passphrase.%%0A" +- "A passphrase should be at least %u characters long.", +- minlen), minlen ); ++ minlen); + if (!desc) + return gpg_error_from_syserror (); + err = take_this_one_anyway (ctrl, desc); +Index: configure +--- configure.orig 2007-12-20 09:40:04 +0100 ++++ configure 2007-12-21 09:08:55 +0100 +@@ -6909,13 +6909,13 @@ + # Check wether it is necessary to link against libdl. + # + gnupg_dlopen_save_libs="$LIBS" +-LIBS="" + { echo "$as_me:$LINENO: checking for library containing dlopen" >&5 + echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; } + if test "${ac_cv_search_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_func_search_save_LIBS=$LIBS ++ LIBS="" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF