summaryrefslogtreecommitdiff
path: root/mail/msmtp/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-06-20 21:05:02 +0000
committerxtraeme <xtraeme>2004-06-20 21:05:02 +0000
commit6f7b4a9bda054113d5b6e16e6738cef114ea424b (patch)
tree071a10f7936db651fcb4c346a8094eae41aa8de3 /mail/msmtp/patches
parentfd2977dcb151fd56464ce2f6211cdaae80435152 (diff)
downloadpkgsrc-6f7b4a9bda054113d5b6e16e6738cef114ea424b.tar.gz
Update mail/msmtp to 1.0.0, sent by Sergio Jimenez <TripleDES at
eslack dot org> in private email. Changes: Version 1.0.0: - New feature: tilde expansion for filenames in the configuration file Version 0.7.2: - This version adds native support for Windows 9x/ME/NT/2000/XP/2003 (with MinGW) and DOS (with DJGPP and the Watt32 library). Version 0.7.1: - New command: 'domain' - New options: --pretend and --debug Version 0.7.0: - Support for DSN (Delivery Status Notifications) was added via the new commands 'dsn_notify' and 'dsn_return'. - The 'tls_nocertcheck' command was added. It disables all server certificate checks. Use it if you get certificate check errors but still want to use the SMTP server with TLS/SSL. - The 'nostarttls' command is now called 'tls_nostarttls'. Please update your configuration file. Version 0.6.5: - License clarification: msmtp is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. - If you want to use GnuTLS instead of OpenSSL, you will now need GnuTLS >= 1.0.0 and libgcrypt >= 1.1.90! - msmtp now works on systems that lack IPv6 support - msmtp now accepts arbitrary long lines in mails Version 0.6.4: - fixed configuration file code Version 0.6.3: - portability fix for Mac OS X (Randolph Fritz) - fixed --disable-gsasl configure option - man page improvements Version 0.6.2: - use GNU Autotools (Christophe Nowicki) - fixed wildcard support in server certificate's Common Name field Version 0.6.1: - improved certificate check/verification with OpenSSL - code cleanups Version 0.6.0: - Added sanity checks of server certificate when using TLS - Strict server certificate verification with tls_trust_file command - Possibility to send client certificate if requested (tls_key_file and tls_cert_file commands) - Optional support for GnuTLS instead of OpenSSL - Optional support for GSASL (adds DIGEST-MD5 and NTLM authentication methods) - Arguments in the configuration file may now contain blanks - Removed the possibility to choose the TLS version with the tls command - Proper recognition of server capabilities (EHLO response)
Diffstat (limited to 'mail/msmtp/patches')
-rw-r--r--mail/msmtp/patches/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/msmtp/patches/patch-aa b/mail/msmtp/patches/patch-aa
deleted file mode 100644
index 5f22780338f..00000000000
--- a/mail/msmtp/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/19 09:24:29 wiz Exp $
---- Makefile Wed Sep 17 23:53:37 2003
-+++ Makefile.new Wed Sep 17 23:54:06 2003
-@@ -3,15 +3,15 @@
- #
-
- # GNU/Linux and GNU/Hurd
--CC = gcc
--CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -D_GNU_SOURCE -Wall -O2
--LFLAGS = -lssl -lcrypto -s
--EXTRAOBJS =
-+#CC = gcc
-+#CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -D_GNU_SOURCE -Wall -O2
-+#LFLAGS = -lssl -lcrypto -s
-+#EXTRAOBJS =
-
- # FreeBSD, NetBSD, OpenBSD
- #CC = gcc
--#CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -Wall -O2
--#LFLAGS = -lssl -lcrypto -s
-+CFLAGS += -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -Wall
-+LFLAGS = -lssl -lcrypto -s
- #EXTRAOBJS =
-
- # SunOS