X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=contrib%2Ft-prot-r1.222-gpg126.diff;fp=contrib%2Ft-prot-r1.222-gpg126.diff;h=1d05254d57d491da2833455c44664d820c19af8a;hb=8e56a4fc26c4f805286ad5c62157cafbe37acc58;hp=0000000000000000000000000000000000000000;hpb=a6c12e50628dd71ecc46e1724d1912689540f359;p=pkg%2Ft-prot.git diff --git a/contrib/t-prot-r1.222-gpg126.diff b/contrib/t-prot-r1.222-gpg126.diff new file mode 100644 index 0000000..1d05254 --- /dev/null +++ b/contrib/t-prot-r1.222-gpg126.diff @@ -0,0 +1,22 @@ +--- t-prot Mon Feb 14 15:17:19 2005 ++++ t-prot-G126 Mon Feb 14 15:15:30 2005 +@@ -972,16 +972,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") =~