diff options
author | ghen <ghen@pkgsrc.org> | 2007-04-13 12:24:04 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-04-13 12:24:04 +0000 |
commit | ad8c3c09934b9592d4a50def00c02357b11b4951 (patch) | |
tree | f700c991c81de0be07ba64aa3d2f3787d845d8a3 /mail/dovecot | |
parent | 646c05db6b51f1868550a48af244317956d91456 (diff) | |
download | pkgsrc-ad8c3c09934b9592d4a50def00c02357b11b4951.tar.gz |
Update to dovecot-1.0.0. This release is identical to 1.0rc32 (which has not
been in pkgsrc) except for the version number, so here is the announcement of
1.0rc32:
Pretty late for changes if v1.0 is supposed to come out tomorrow, but I
can't really leave these LDAP bugs unfixed. They shouldn't anyway break
anything, so here's one more day for you people to find out about any
bugs.
One thing that I'm a bit concerned about is the addition of #define
LDAP_DEPRECATED. I know it fixes crashes with OpenLDAP 2.3 + 64bit
systems, but I hope it doesn't break compiling with some old versions or
non-OpenLDAP libraries..
- LDAP, auth_bind=no: Don't crash if doing non-plaintext ldap passdb
lookup for unknown user. This also broke deliver when userdb static
was used.
- LDAP, auth_bind=yes and userdb ldap: We didn't wait until bind was
finished before sending the userdb request, which could have caused
problems.
- LDAP: Don't break when compiling with OpenLDAP v2.3 library
- Convert plugin: Don't create "maildirfolder" file to Maildir root.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 6 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 20bfdac4246..86bd243e2b6 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2007/04/08 10:48:07 ghen Exp $ +# $NetBSD: Makefile,v 1.94 2007/04/13 12:24:04 ghen Exp $ -DISTNAME= dovecot-1.0.rc31 -PKGNAME= ${DISTNAME:S/.rc/rc/} +DISTNAME= dovecot-1.0.0 +#PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 2930fb5983c..2d3771dd0d2 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.65 2007/04/08 10:48:07 ghen Exp $ +$NetBSD: distinfo,v 1.66 2007/04/13 12:24:05 ghen Exp $ -SHA1 (dovecot-1.0.rc31.tar.gz) = cb753f8f2a8557f7481303e1428110004b36f525 -RMD160 (dovecot-1.0.rc31.tar.gz) = c4d3f1d3df231de8bea1bd2c148dbe7be154099d -Size (dovecot-1.0.rc31.tar.gz) = 1672213 bytes +SHA1 (dovecot-1.0.0.tar.gz) = 69054e9d3d10425bba5b13d092fa2cfeab382dce +RMD160 (dovecot-1.0.0.tar.gz) = e750eb726fc7cf04d8dbd97604f01aa5ce4e3d19 +Size (dovecot-1.0.0.tar.gz) = 1674299 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 51faa52bc035a2c7ef96a3166191166e47c03876 SHA1 (patch-ac) = 0f1d45ba606736a437892c7cb141d02396744db5 |