diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-01-08 19:58:16 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-01-08 19:58:16 +0000 |
commit | 371dbaab812fb26c2161cba19e7403d5fdbbb4cb (patch) | |
tree | afc13e17adf2ad51520e91763911607bed4364f7 /mail/dovecot/patches/patch-aa | |
parent | a803ed79fc1a2a1dffcf95f327112b2f73deb62e (diff) | |
download | pkgsrc-371dbaab812fb26c2161cba19e7403d5fdbbb4cb.tar.gz |
Update to 0.99.13. From the changelog:
* GNUTLS support hasn't been working for a while, so it's not even
tried to be used anymore unless explicitly wanted.
+ Added CRAM-MD5 authentication mechanism. Patch by Joshua Goodall
+ Added SMD5 and LDAP-MD5 password schemes and changed MD5 scheme to
use LDAP-MD5 if the password isn't in MD5crypt format. Patch by
Joshua Goodall
+ Workaround for some POP3 client bugs: if message doesn't contain the
"end of headers" empty line, add it automatically.
+ vpopmail supports now all password schemes, most importantly
MD5crypt works now without support from libc's crypt()
- SQL and LDAP authentication was broken
- SEARCH UNKEYWORD wasn't working
pkgsrc changes:
* Disable GNU TLS support for the time being.
* Move the workaround for the gcc2 sparc64 ICE into hacks.mk.
* Format DESCR.
Diffstat (limited to 'mail/dovecot/patches/patch-aa')
-rw-r--r-- | mail/dovecot/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/patches/patch-aa b/mail/dovecot/patches/patch-aa index e2978eaae75..ee0c5d67550 100644 --- a/mail/dovecot/patches/patch-aa +++ b/mail/dovecot/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2004/08/01 05:17:19 schmonz Exp $ +$NetBSD: patch-aa,v 1.4 2005/01/08 19:58:16 schmonz Exp $ ---- Makefile.in.orig 2004-07-30 20:04:57.000000000 -0400 +--- Makefile.in.orig 2005-01-06 13:28:47.000000000 -0500 +++ Makefile.in @@ -101,7 +101,7 @@ ssldir = @ssldir@ SUBDIRS = src doc confdir = $(sysconfdir) -conf_DATA = dovecot-example.conf -+conf_DATA = ++conf_DATA = EXTRA_DIST = config.rpath dovecot.spec dovecot.spec.in COPYING.LGPL $(conf_DATA) |