diff options
author | ben <ben> | 2006-01-14 20:08:20 +0000 |
---|---|---|
committer | ben <ben> | 2006-01-14 20:08:20 +0000 |
commit | 8be4e574377bfbe76523ceb38c712a35698787c1 (patch) | |
tree | f7f9df38b8cd13c22e7613138db72dd6b1ee2b17 /mail/msmtp/PLIST | |
parent | beebc82f3963d5dccb0545b6f5f5b0dc31ccb91b (diff) | |
download | pkgsrc-8be4e574377bfbe76523ceb38c712a35698787c1.tar.gz |
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>
Diffstat (limited to 'mail/msmtp/PLIST')
-rw-r--r-- | mail/msmtp/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/msmtp/PLIST b/mail/msmtp/PLIST index 09a03170ff5..ccff680a27d 100644 --- a/mail/msmtp/PLIST +++ b/mail/msmtp/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2005/04/04 08:45:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/01/14 20:08:20 ben Exp $ bin/msmtp man/man1/msmtp.1 -share/examples/msmtp/msmtprc-system.example share/examples/msmtp/msmtprc-user.example @dirrm share/examples/msmtp |