Subject: PR/32517 CVS commit: pkgsrc/mail/msmtp
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Ben Collver <ben@netbsd.org>
List: pkgsrc-bugs
Date: 01/14/2006 20:10:03
The following reply was made to PR pkg/32517; it has been noted by GNATS.

From: Ben Collver <ben@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32517 CVS commit: pkgsrc/mail/msmtp
Date: Sat, 14 Jan 2006 20:08:20 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	ben
 Date:		Sat Jan 14 20:08:20 UTC 2006
 
 Modified Files:
 	pkgsrc/mail/msmtp: Makefile PLIST distinfo
 
 Log Message:
 Update to msmtp-1.4.5.  This addresses PR/32517.  Notable changes include:
 - gnulib update.
 - adapted configure.ac for new pkg-config version
 - Use gnulib socklen module for socklen_t.
 - Lock the logfile.
 - W32/DJGPP: Use all files/streams in binary mode.
 - W32: Allow %HOME% to override default user configuration directory.
 - W32: Enable getpass and netrc functionality.
 - Use gnulib getpass module since it now works on Win32.
 - Shut down a GnuTLS TLS session with GNUTLS_SHUT_WR instead of
   GNUTLS_SHUT_RDWR. This prevents session hangs in certain situations.
   It is safe to do this because we never reuse a connection when TLS was shut
   down. Thanks to Jens Kammler for the problem report!
 - Do not rely on a failing malloc setting errno in xalloc_die()
 - Make the GnuTLS code accept old version 1 CA certificates when verifying
   certificates.
 - Renamed LOCK_(READ|WRITE) to OSENV_LOCK_(READ|WRITE) in os_env.[ch] to avoid
   name clashes with <fcntl.h>
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.13 -r1.14 pkgsrc/mail/msmtp/Makefile
 cvs rdiff -r1.3 -r1.4 pkgsrc/mail/msmtp/PLIST
 cvs rdiff -r1.12 -r1.13 pkgsrc/mail/msmtp/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.