diff options
author | obache <obache@pkgsrc.org> | 2012-01-08 00:00:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-08 00:00:09 +0000 |
commit | d41dcddece22ddb661ed046defeeaf4cca65228a (patch) | |
tree | e31ff5c144363e35d14d565b1de10681a1a25861 /mail | |
parent | 92c46cf2c5b2315fea1b48f2135b9929e9aa2ffb (diff) | |
download | pkgsrc-d41dcddece22ddb661ed046defeeaf4cca65228a.tar.gz |
Update msmtp to 1.4.27.
contains fixes for PR#45785.
Version 1.4.27:
- Always use the internal MD5 functions for the built-in CRAM-MD5
implementation; never use the ones from OpenSSL. This fixes problems with
configurations that use OpenSSL and do not use GNU SASL. Thanks to Gleydson
Soares and Moritz Wilhelmy for providing information and for testing the fix.
- Fix a compiler warning with current OpenSSL versions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 10 | ||||
-rw-r--r-- | mail/msmtp/patches/patch-src_Makefile.in | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 626c0510253..3b120be409e 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2011/12/02 12:33:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2012/01/08 00:00:09 obache Exp $ -DISTNAME= msmtp-1.4.26 +DISTNAME= msmtp-1.4.27 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 557a6b3fc27..bc00ce375e4 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2011/12/02 12:33:53 ryoon Exp $ +$NetBSD: distinfo,v 1.23 2012/01/08 00:00:09 obache Exp $ -SHA1 (msmtp-1.4.26.tar.bz2) = 0ce5352447b01dc21970b7a00cf13b8a3e7172c9 -RMD160 (msmtp-1.4.26.tar.bz2) = 9e552483193129589510f589f3d11ed4ed0c0abb -Size (msmtp-1.4.26.tar.bz2) = 301686 bytes -SHA1 (patch-src_Makefile.in) = 0af62b9cee833f3b23e2d504462a380bb97953cc +SHA1 (msmtp-1.4.27.tar.bz2) = e335745133b4729fe84c49f836b4d2fa9281e040 +RMD160 (msmtp-1.4.27.tar.bz2) = f648e9cee802f54872294b847f275ed9f8a236b0 +Size (msmtp-1.4.27.tar.bz2) = 301918 bytes +SHA1 (patch-src_Makefile.in) = 373e20c6c683f8a0ef243f8ee9a75ec9838cd495 diff --git a/mail/msmtp/patches/patch-src_Makefile.in b/mail/msmtp/patches/patch-src_Makefile.in index 4ac2e757319..77baf7d37ff 100644 --- a/mail/msmtp/patches/patch-src_Makefile.in +++ b/mail/msmtp/patches/patch-src_Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-src_Makefile.in,v 1.1 2011/04/29 22:45:36 ryoon Exp $ +$NetBSD: patch-src_Makefile.in,v 1.2 2012/01/08 00:00:09 obache Exp $ * Fix build ---- src/Makefile.in.orig 2011-04-23 09:27:53.000000000 +0000 +--- src/Makefile.in.orig 2012-01-05 14:48:58.000000000 +0000 +++ src/Makefile.in -@@ -127,7 +127,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ +@@ -128,7 +128,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ |