From: <abe...@us...> - 2015-01-05 14:11:27
|
Revision: 6905 http://sourceforge.net/p/astlinux/code/6905 Author: abelbeck Date: 2015-01-05 14:11:17 +0000 (Mon, 05 Jan 2015) Log Message: ----------- msmtp, version bump to 1.6.1 Modified Paths: -------------- branches/1.0/package/msmtp/msmtp.mk Removed Paths: ------------- branches/1.0/package/msmtp/msmtp-ignore-AI_IDN.patch Deleted: branches/1.0/package/msmtp/msmtp-ignore-AI_IDN.patch =================================================================== --- branches/1.0/package/msmtp/msmtp-ignore-AI_IDN.patch 2015-01-05 05:26:01 UTC (rev 6904) +++ branches/1.0/package/msmtp/msmtp-ignore-AI_IDN.patch 2015-01-05 14:11:17 UTC (rev 6905) @@ -1,11 +0,0 @@ ---- msmtp-1.6.0/src/net.c.orig 2015-01-01 08:15:57.000000000 -0600 -+++ msmtp-1.6.0/src/net.c 2015-01-01 08:17:22.000000000 -0600 -@@ -620,7 +620,7 @@ - hints.ai_addr = NULL; - hints.ai_next = NULL; - port_string = xasprintf("%d", port); --#ifdef AI_IDN -+#if 0 && defined(AI_IDN) - hints.ai_flags |= AI_IDN; - #elif defined(HAVE_LIBIDN) - idna_to_ascii_lz(hostname, &idn_hostname, 0); Modified: branches/1.0/package/msmtp/msmtp.mk =================================================================== --- branches/1.0/package/msmtp/msmtp.mk 2015-01-05 05:26:01 UTC (rev 6904) +++ branches/1.0/package/msmtp/msmtp.mk 2015-01-05 14:11:17 UTC (rev 6905) @@ -4,16 +4,17 @@ # ############################################################# -MSMTP_VERSION = 1.6.0 +MSMTP_VERSION = 1.6.1 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION) MSMTP_DEPENDENCIES = openssl MSMTP_CONF_OPT += \ - --with-ssl=openssl \ + --with-tls=openssl \ --without-libgsasl \ --without-libidn \ --without-libsecret \ + --disable-gai-idn \ --sysconfdir=/etc define MSMTP_INSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |