From c5bb25b1320af6cda4cc62ea9e15fbb03ee92026 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 21 Sep 2013 18:45:27 -0600 Subject: * Version 2.11.6 * Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a server to use different ways to connect using ssl, for example {server.com/tls1} will attempt to connect to server.com at the ssl imap port (port 993) and establish a connection using TLSv1. These flags can be used in conjunction with the /ssl flag, the ssl flag is redundant. Conversely, however, the /ssl flag does not imply any of these flags; the /ssl flag means SSLv3 or, if not available, SSLv2 in the SSL port. * WebAlpine: add _GNU_SOURCE to make pubcookie build. * On my way to make 'make dist' and 'make distcheck' actually work. --- regex/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'regex') diff --git a/regex/Makefile.in b/regex/Makefile.in index 0ee7efea..8a39b382 100644 --- a/regex/Makefile.in +++ b/regex/Makefile.in @@ -65,7 +65,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/include/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) -- cgit v1.2.3-54-g00ecf