summaryrefslogtreecommitdiff
path: root/mail/msmtp/patches
diff options
context:
space:
mode:
authorobache <obache>2012-01-08 00:00:09 +0000
committerobache <obache>2012-01-08 00:00:09 +0000
commit8bc815be44927592d31315859c3a62558b1c53c9 (patch)
treee31ff5c144363e35d14d565b1de10681a1a25861 /mail/msmtp/patches
parent81d4a0b2c80321468961a962486d950c0885e535 (diff)
downloadpkgsrc-8bc815be44927592d31315859c3a62558b1c53c9.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/msmtp/patches')
-rw-r--r--mail/msmtp/patches/patch-src_Makefile.in6
1 files changed, 3 insertions, 3 deletions
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@