NetBSD Problem Report #43566

From ryo_on@yk.rim.or.jp  Sat Jul  3 22:42:16 2010
Return-Path: <ryo_on@yk.rim.or.jp>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id E93E163BA69
	for <gnats-bugs@gnats.netbsd.org>; Sat,  3 Jul 2010 22:42:15 +0000 (UTC)
Message-Id: <20100703224215.99AAF63B100@mail.netbsd.org>
Date: Sat,  3 Jul 2010 22:42:14 +0000 (UTC)
From: ryo_on@yk.rim.or.jp
Reply-To: ryo_on@yk.rim.or.jp
To: gnats-bugs@gnats.NetBSD.org
Subject: Please update msmtp to 1.4.21
X-Send-Pr-Version: 3.95

>Number:         43566
>Category:       pkg
>Synopsis:       Please update msmtp to 1.4.21
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    obache
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jul 03 22:45:00 +0000 2010
>Closed-Date:    Tue Jul 06 07:36:47 +0000 2010
>Last-Modified:  Tue Jul 06 07:36:47 +0000 2010
>Originator:     Ryo ONODERA
>Release:        NetBSD 5.99.34
>Organization:

>Environment:


System: NetBSD hydrogen.elements.tetera.org 5.99.34 NetBSD 5.99.34 (BRIGHTGIRL7) #31: Sat Jul 3 12:28:57 JST 2010 root@hydrogen.elements.tetera.org:/usr/obj/sys/arch/i386/compile/BRIGHTGIRL7 i386
Architecture: i386
Machine: i386
>Description:

Please update msmtp to 1.4.21.
patch-aa is no longer needed, I think.

freshmeat says,
This minor update fixes build problems with newer OpenSSL versions and with
disabled TLS/SSL support.


>How-To-Repeat:

>Fix:


$NetBSD$

--- Makefile.orig	2010-07-03 22:33:36.000000000 +0000
+++ Makefile
@@ -2,3 +2,3 @@

-DISTNAME=	msmtp-1.4.18
+DISTNAME=	msmtp-1.4.21
 CATEGORIES=	mail
@@ -17,3 +17,3 @@ USE_PKGLOCALEDIR=	yes

-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}

$NetBSD$

--- distinfo.orig	2010-07-03 22:33:44.000000000 +0000
+++ distinfo
@@ -2,5 +2,4 @@ $NetBSD: distinfo,v 1.17 2009/09/14 07:0

-SHA1 (msmtp-1.4.18.tar.bz2) = f7b42a2a6f4c9c21687dde86dfa827d728a08d76
-RMD160 (msmtp-1.4.18.tar.bz2) = 5157815713363e94b62e2de5fe6ba9dd0c330180
-Size (msmtp-1.4.18.tar.bz2) = 818691 bytes
-SHA1 (patch-ad) = e6a38d412fcd32ff6d807bacfeeb53ce8a2a4b09
+SHA1 (msmtp-1.4.21.tar.bz2) = 40aabe0c65b8f31d402b2429581178e15f8bfe90
+RMD160 (msmtp-1.4.21.tar.bz2) = 047605c85e0abe4ea8d3d01dc99cd75bbf33e3d0
+Size (msmtp-1.4.21.tar.bz2) = 947451 bytes


>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->obache
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Tue, 06 Jul 2010 07:23:34 +0000
Responsible-Changed-Why:
I'll take this.


From: OBATA Akio <obache@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/43566 CVS commit: pkgsrc/mail/msmtp
Date: Tue, 6 Jul 2010 07:33:43 +0000

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Tue Jul  6 07:33:43 UTC 2010

 Modified Files:
 	pkgsrc/mail/msmtp: Makefile PLIST distinfo options.mk
 Removed Files:
 	pkgsrc/mail/msmtp/patches: patch-ad

 Log Message:
 Update msmtp to 1.4.21.
 Based on PR#43566, with additional clean up, exactly enable/disable options.

 Version 1.4.21:
 - No significant changes.

 Version 1.4.20:
 - Added support for authentication mechanism SCRAM-SHA-1 via GNU SASL.
 - The new command tls_fingerprint allows one to trust one particular TLS
   certificate, in case tls_trust_file cannot be used for some reason.
 - The new script msmtp-gnome-tool.py manages Gnome Keyring passwords for msmtp.

 Version 1.4.19:
 - When using OpenSSL, msmtp now correctly handles NUL characters in the Common
   Name and Subject Alternative Name fields of certificates. This fixes a
   security problem. Note that msmtp is not affected by this problem if GnuTLS is
   used.


 To generate a diff of this commit:
 cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/msmtp/Makefile
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/msmtp/PLIST
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/msmtp/distinfo
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/msmtp/options.mk
 cvs rdiff -u -r1.3 -r0 pkgsrc/mail/msmtp/patches/patch-ad

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: obache@NetBSD.org
State-Changed-When: Tue, 06 Jul 2010 07:36:47 +0000
State-Changed-Why:
Updated with adding a missing PLIST entry.  Thanks!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.