pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Apr 30 15:21:06 UTC 2019

Modified Files:
        pkgsrc/mail/dovecot2: Makefile.common PLIST distinfo

Log Message:
mail/dovecot2: update to 2.3.6

Update dovecot2 and dovecot-{gssapi,ldap,mysql,pgsql,sqlite} to 2.3.6.

v2.3.6 2019-04-30  Aki Tuomi <aki.tuomi%open-xchange.com@localhost>

        * CVE-2019-11494: Submission-login crashed with signal 11 due to null
          pointer access when authentication was aborted by disconnecting.
        * CVE-2019-11499: Submission-login crashed when authentication was
          started over TLS secured channel and invalid authentication message
          was sent.
        * auth: Support password grant with passdb oauth2.
        + Use system default CAs for outbound TLS connections.
        + Simplify array handling with new helper macros.
        + fts_solr: Enable configuring batch_size and soft_commit features.
        - lmtp/submission: Fixed various bugs in XCLIENT handling, including a
          hang when XCLIENT commands were sent infinitely to the remote server.
        - lmtp/submission: Forwarded multi-line replies were erroneously sent
          as two replies to the client.
        - lib-smtp: client: Message was not guaranteed to contain CRLF
          consistently when CHUNKING was used.
        - fts_solr: Plugin was no longer compatible with Solr 7.
        - Make it possible to disable certificate checking without
          setting ssl_client_ca_* settings.
        - pop3c: SSL support was broken.
        - mysql: Closing connection twice lead to crash on some systems.
        - auth: Multiple oauth2 passdbs crashed auth process on deinit.
        - HTTP client connection errors infrequently triggered a segmentation
          fault when the connection was idle and not used for a particular
          client instance.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/dovecot2/Makefile.common
cvs rdiff -u -r1.64 -r1.65 pkgsrc/mail/dovecot2/PLIST
cvs rdiff -u -r1.91 -r1.92 pkgsrc/mail/dovecot2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/dovecot2/Makefile.common
diff -u pkgsrc/mail/dovecot2/Makefile.common:1.27 pkgsrc/mail/dovecot2/Makefile.common:1.28
--- pkgsrc/mail/dovecot2/Makefile.common:1.27   Fri Apr 19 05:35:03 2019
+++ pkgsrc/mail/dovecot2/Makefile.common        Tue Apr 30 15:21:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2019/04/19 05:35:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2019/04/30 15:21:05 taca Exp $
 #
 # when updating to a new release, update ABI depends in
 # the buildlink3.mk file as well, since the plugins' version
@@ -11,9 +11,9 @@
 # used by mail/dovecot2-pgsql/Makefile
 # used by mail/dovecot2-sqlite/Makefile
 
-DISTNAME=      dovecot-2.3.5.2
+DISTNAME=      dovecot-2.3.6
 CATEGORIES=    mail
-MASTER_SITES=  https://www.dovecot.org/releases/${PKGVERSION_NOREV:R:R}/
+MASTER_SITES=  https://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.dovecot.org/

Index: pkgsrc/mail/dovecot2/PLIST
diff -u pkgsrc/mail/dovecot2/PLIST:1.64 pkgsrc/mail/dovecot2/PLIST:1.65
--- pkgsrc/mail/dovecot2/PLIST:1.64     Tue Mar  5 16:51:03 2019
+++ pkgsrc/mail/dovecot2/PLIST  Tue Apr 30 15:21:05 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.64 2019/03/05 16:51:03 hauke Exp $
+@comment $NetBSD: PLIST,v 1.65 2019/04/30 15:21:05 taca Exp $
 bin/doveadm
 bin/doveconf
 bin/dsync
@@ -729,6 +729,8 @@ share/doc/dovecot/documentation.txt
 share/doc/dovecot/dovecot-openssl.cnf
 share/doc/dovecot/mkcert.sh
 share/doc/dovecot/securecoding.txt
+share/doc/dovecot/solr-config-7.7.0.xml
+share/doc/dovecot/solr-schema-7.7.0.xml
 share/doc/dovecot/solr-schema.xml
 share/doc/dovecot/thread-refs.txt
 share/doc/dovecot/wiki/ACL.txt

Index: pkgsrc/mail/dovecot2/distinfo
diff -u pkgsrc/mail/dovecot2/distinfo:1.91 pkgsrc/mail/dovecot2/distinfo:1.92
--- pkgsrc/mail/dovecot2/distinfo:1.91  Fri Apr 19 05:35:04 2019
+++ pkgsrc/mail/dovecot2/distinfo       Tue Apr 30 15:21:06 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.91 2019/04/19 05:35:04 adam Exp $
+$NetBSD: distinfo,v 1.92 2019/04/30 15:21:06 taca Exp $
 
-SHA1 (dovecot-2.3.5.2.tar.gz) = 501740dd5e3d299115cdc04798efb546c33b3d9d
-RMD160 (dovecot-2.3.5.2.tar.gz) = 30af7bb381740968ac515915c77e4dd804f0febe
-SHA512 (dovecot-2.3.5.2.tar.gz) = 041ec1c33c6accb5c89d96d7ab2f7dd59795f496c17faea1906e7977983e4a387aa855a238376515c09532731634d9d42e6d6be22659062855241847ea0213d5
-Size (dovecot-2.3.5.2.tar.gz) = 6953228 bytes
+SHA1 (dovecot-2.3.6.tar.gz) = 7b939bb83bca6d2bbc932d33d5b450bd66d9d124
+RMD160 (dovecot-2.3.6.tar.gz) = 584e72ed6d8901960aa2ba48c0d3716db4222e95
+SHA512 (dovecot-2.3.6.tar.gz) = ec28af2efcbd4ab534298c3342709251074dcdb0f0f4bcad0d24b996b273387e2ce557d7ab54abafb69be3ed7dd61f25c82b9710d78156932e2eff7f941c9eb2
+Size (dovecot-2.3.6.tar.gz) = 6980135 bytes
 SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666
 SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e
 SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b



Home | Main Index | Thread Index | Old Index