Bugzilla – Bug 87130
VUL-0: CVE-2005-2023: S/Mime signing broken?
Last modified: 2021-11-04 16:12:51 UTC
S/Mime signing broken on 9.3 From: G Davies <gdavies@anothercrap.com> Date: Saturday 04 Jun 2005 13:43:39 Groups: novell.support.suse.linux.professional no references This is more of a heads up than a question, after spending most of a day trying to get S/Mime signing to work on Suse 9.3 I came across a thread (http://lists.gnupg.org/pipermail/gpa-dev/2005-June/002291.html) on the gpa-dev mailing list that appears to have pinpointed the problem. Basically, the gpg2 version Novell/Suse used (1.9.14) had a silly bug in it that broke things, unfortunately there's no updated package (mainline or supplementary) that I know of so you will need to install gpg2 from source (oh what fun, all those broken dependencies), roll your own RPM, or wait for someone else to produce an RPM (PackMan maybe?). Hope this is useful to someone, I wasted a lot of time before finding this. Gayle
reassigned to maintainer.
That's gpg2! Wrong maintainer chosen, reassigning bug.
fix: diff -urpP gnupg-1.9.14/common/asshelp.c gnupg-1.9.15/common/asshelp.c --- gnupg-1.9.14/common/asshelp.c 2004-12-18 09:35:31.000000000 +0000 +++ gnupg-1.9.15/common/asshelp.c 2005-01-03 11:23:48.000000000 +0000 @@ -150,7 +150,7 @@ send_pinentry_environment (assuan_contex #endif if (opt_lc_messages || (dft_ttyname && dft_lc)) { - err = send_one_option (ctx, errsource, "display", + err = send_one_option (ctx, errsource, "lc-messages", opt_lc_messages ? opt_lc_messages : dft_lc); } #if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)
Can I make YOU for package gpg2 in SL9.3?
SM-Tracker-1499
Created attachment 38862 [details] patchinfo-box.gpg2
Assigning to postadal@suse.de
fixed and submited with patchinfo.
updated packages for 9.3 approved.
CAN-2005-2023
CVE-2005-2023: CVSS v2 Base Score: 10.0 (AV:N/AC:L/Au:N/C:C/I:C/A:C)