diff options
author | ryoon <ryoon> | 2011-02-02 11:18:29 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-02-02 11:18:29 +0000 |
commit | e8da246a556d3357c34bd76798f7e6d2fa1274b4 (patch) | |
tree | 0b59786d2559f58f20ca3b914ad8769d7c161fb9 /mail | |
parent | 3b8a2083204056925a5857598f5c1fbb58f3c690 (diff) | |
download | pkgsrc-e8da246a556d3357c34bd76798f7e6d2fa1274b4.tar.gz |
Update to 1.4.23.
Changelog:
Version 1.4.23:
- Fix SCRAM-SHA-1 authentication via libgsasl. Reported and analyzed by
Steffen Lehmann for mpop.
Version 1.4.22:
- Update gnulib to 2010-12-23.
- Avoid different account selection behaviour in --pretend mode, and print more
informational messages about account selection in --pretend and --debug mode.
Suggested by Adam Spiers.
- Add a new passwordeval command and --passwordeval option, to set the password
from the output of a command. Written by Martin Stenberg.
- A few documentation improvements, suggested by Andries E. Brouwer.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 5 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 0de5cec5c87..974e65f444c 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2011/01/13 13:53:28 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2011/02/02 11:18:29 ryoon Exp $ -DISTNAME= msmtp-1.4.21 -PKGREVISION= 3 +DISTNAME= msmtp-1.4.23 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 5ca6b4d3122..067254c41f9 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2010/07/06 07:33:43 obache Exp $ +$NetBSD: distinfo,v 1.19 2011/02/02 11:18:29 ryoon Exp $ -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 +SHA1 (msmtp-1.4.23.tar.bz2) = 8a07e7edf752c888252bc32e0f77ad573d0a8bdb +RMD160 (msmtp-1.4.23.tar.bz2) = c0e27e985dd9e4dbf2fee5d2ce547ddc4f10296a +Size (msmtp-1.4.23.tar.bz2) = 942443 bytes |