ports/78190: maintainer-update of mail/mutt-devel
Udo Schweigert
udo.schweigert at siemens.com
Mon Feb 28 12:30:12 UTC 2005
>Number: 78190
>Category: ports
>Synopsis: maintainer-update of mail/mutt-devel
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 28 12:30:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Udo Schweigert
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
>Description:
Maintainer update of mail/mutt-devel:
- Fix S/MIME handling when a recipient certificate has to be selected
interactively.
committer: cvs add files/patch-smime-find-keys
>How-To-Repeat:
>Fix:
diff -ru /usr/ports/mail/mutt-devel/files/patch-smime-find-keys ./files/patch-smime-find-keys
--- /usr/ports/mail/mutt-devel/files/patch-smime-find-keys Thu Jan 1 01:00:00 1970
+++ ./files/patch-smime-find-keys Tue Feb 22 08:12:01 2005
@@ -0,0 +1,13 @@
+--- smime.c.orig2 Sat Feb 19 13:49:51 2005
++++ smime.c Sun Feb 20 08:58:35 2005
+@@ -464,8 +464,8 @@
+ }
+ }
+ if (hash) {
+- fname = safe_malloc(14); /* Hash + '.' + Suffix + \n + \0 */
+- sprintf(fname, "%.8x.%i\n", Table[cur].hash, Table[cur].suffix);
++ fname = safe_malloc(13); /* Hash + '.' + Suffix + \0 */
++ sprintf(fname, "%.8x.%i", Table[cur].hash, Table[cur].suffix);
+ }
+ else fname = NULL;
+
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list