Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2006 09:07:50 +0100 (CET)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93421: maintainer-update of mail/mutt-devel
Message-ID:  <200602160807.k1G87odF011041@alaska.cert.siemens.com>
Resent-Message-ID: <200602160810.k1G8A8vq016295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93421
>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:   Thu Feb 16 08:10:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt-devel:

	- Fix the "sign as" function for SMIME
	- Bump portrevision.

Committer: new file (cvs add) files/patch-smime.c
	This also fixes PR 93419, which then can be closed.

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt-devel/Makefile ./Makefile
--- /usr/ports/mail/mutt-devel/Makefile	Wed Feb  1 06:07:35 2006
+++ ./Makefile	Thu Feb 16 08:53:00 2006
@@ -98,6 +98,7 @@
 
 PORTNAME=	mutt-devel
 PORTVERSION=	1.5.11
+PORTREVISION=	1
 CATEGORIES+=	mail ipv6
 .if defined(WITH_MUTT_NNTP)
 CATEGORIES+=	news
diff -ru  /usr/ports/mail/mutt-devel/files/patch-smime.c ./files/patch-smime.c
--- /usr/ports/mail/mutt-devel/files/patch-smime.c	Thu Jan  1 01:00:00 1970
+++ ./files/patch-smime.c	Thu Feb 16 08:50:04 2006
@@ -0,0 +1,10 @@
+--- smime.c.orig	Sun Aug 14 14:33:37 2005
++++ smime.c	Thu Feb 16 08:49:37 2006
+@@ -1989,7 +1989,6 @@
+ 
+     if ((p = smime_ask_for_key (_("Sign as: "), NULL, 0))) 
+     {
+-      p[mutt_strlen (p)-1] = '\0';
+       mutt_str_replace (&SmimeDefaultKey, p);
+ 	
+       msg->security |= SIGN;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602160807.k1G87odF011041>