X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=contrib%2Ft-prot-r1.227-gpg126.diff;fp=contrib%2Ft-prot-r1.227-gpg126.diff;h=7d1e6abe472015aea682952e352322f5df5be856;hb=930803001074c64094176e2219dbef7da2b423f9;hp=0000000000000000000000000000000000000000;hpb=a79f6c17d0eb6d18dbbdb087868050426027bebb;p=pkg%2Ft-prot.git diff --git a/contrib/t-prot-r1.227-gpg126.diff b/contrib/t-prot-r1.227-gpg126.diff new file mode 100644 index 0000000..7d1e6ab --- /dev/null +++ b/contrib/t-prot-r1.227-gpg126.diff @@ -0,0 +1,22 @@ +--- t-prot Tue Mar 1 16:20:49 2005 ++++ t-prot-G126 Tue Mar 1 16:21:49 2005 +@@ -968,16 +968,16 @@ + Locale::gettext::gettext("Can't check signature: %s\n") =~ + m/^([^%]*)/o; + ($gpg_aka) = +- Locale::gettext::gettext((' 'x16).'aka "%s"') =~ ++ Locale::gettext::gettext((' 'x16).'aka "') =~ + m/^(.*?)["«%]/o; + ($gpg_bad) = +- Locale::gettext::gettext('BAD signature from "%s"') =~ ++ Locale::gettext::gettext('BAD signature from "') =~ + m/^(.*?)["«%]/o; + ($gpg_expired) = + Locale::gettext::gettext("Note: This key has expired!\n") =~ + m/^(.*?)\n/mo; + ($gpg_good) = +- Locale::gettext::gettext('Good signature from "%s"') =~ ++ Locale::gettext::gettext('Good signature from "') =~ + m/^(.*?)["«%]/o; + ($gpg_bug) = + Locale::gettext::gettext("... this is a bug (%s:%d:%s)\n") =~