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:   hauke
Date:           Tue Mar  5 16:51:04 UTC 2019

Modified Files:
        pkgsrc/mail/dovecot2: Makefile.common PLIST distinfo
Removed Files:
        pkgsrc/mail/dovecot2/patches: patch-src_lib-master_test-event-stats.c

Log Message:
Update mail/dovecot2 to v2.3.5.

>From the upstream release-note:

NEWS:

+ Lua push notification driver: mail keywords and flags are provided
in MessageNew and MessageAppend events.
+ submission: Implement support for plugins.
+ auth: When auth_policy_log_only=yes, only log what the policy server
response would do without actually doing it.
+ auth: Always log policy server decisions with auth_verbose=yes
- v2.3.[34]: doveadm log errors: Output was missing user/session
- lda: Debug log lines could have shown slightly corrupted
- login proxy: Login processes may have crashed in various ways when
login_proxy_max_disconnect_delay was set.
- imap: Fix crash with Maildir+zlib if client disconnects during APPEND
- lmtp proxy: Fix potential assert-crash
- lmtp/submission: Fix crash when SMTP client transaction times out
- submission: Split large XCLIENT commands to 512 bytes per command,
so Postfix accepts them.
- submission: Fix crash when client sends invalid BURL command
- submission: relay backend: VRFY command: Avoid forwarding 500 and
502 replies back to client.
- lib-http: Fix potential assert-crash when DNS lookup fails
- lib-fts: Fix search query generation when one language ignores a
token (e.g. via stopwords).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/dovecot2/Makefile.common
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/dovecot2/PLIST
cvs rdiff -u -r1.88 -r1.89 pkgsrc/mail/dovecot2/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c

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.24 pkgsrc/mail/dovecot2/Makefile.common:1.25
--- pkgsrc/mail/dovecot2/Makefile.common:1.24   Wed Feb  6 01:41:28 2019
+++ pkgsrc/mail/dovecot2/Makefile.common        Tue Mar  5 16:51:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2019/02/06 01:41:28 taca Exp $
+# $NetBSD: Makefile.common,v 1.25 2019/03/05 16:51:03 hauke 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.4.1
+DISTNAME=      dovecot-2.3.5
 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.63 pkgsrc/mail/dovecot2/PLIST:1.64
--- pkgsrc/mail/dovecot2/PLIST:1.63     Fri Nov 30 18:43:09 2018
+++ pkgsrc/mail/dovecot2/PLIST  Tue Mar  5 16:51:03 2019
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.63 2018/11/30 18:43:09 adam Exp $
-@pkgdir etc/dovecot
+@comment $NetBSD: PLIST,v 1.64 2019/03/05 16:51:03 hauke Exp $
 bin/doveadm
 bin/doveconf
 bin/dsync
@@ -181,6 +180,7 @@ include/dovecot/imap-common.h
 include/dovecot/imap-date.h
 include/dovecot/imap-envelope.h
 include/dovecot/imap-expunge.h
+include/dovecot/imap-feature.h
 include/dovecot/imap-fetch.h
 include/dovecot/imap-id.h
 include/dovecot/imap-keepalive.h
@@ -249,6 +249,7 @@ include/dovecot/iostream-pump.h
 include/dovecot/iostream-rawlog-private.h
 include/dovecot/iostream-rawlog.h
 include/dovecot/iostream-ssl-private.h
+include/dovecot/iostream-ssl-test.h
 include/dovecot/iostream-ssl.h
 include/dovecot/iostream-temp.h
 include/dovecot/iostream.h
@@ -555,6 +556,13 @@ include/dovecot/str.h
 include/dovecot/strescape.h
 include/dovecot/strfuncs.h
 include/dovecot/strnum.h
+include/dovecot/submission-backend-relay.h
+include/dovecot/submission-backend.h
+include/dovecot/submission-client.h
+include/dovecot/submission-commands.h
+include/dovecot/submission-common.h
+include/dovecot/submission-recipient.h
+include/dovecot/submission-settings.h
 include/dovecot/subscription-file.h
 include/dovecot/syslog-util.h
 include/dovecot/test-common.h

Index: pkgsrc/mail/dovecot2/distinfo
diff -u pkgsrc/mail/dovecot2/distinfo:1.88 pkgsrc/mail/dovecot2/distinfo:1.89
--- pkgsrc/mail/dovecot2/distinfo:1.88  Wed Feb  6 01:41:28 2019
+++ pkgsrc/mail/dovecot2/distinfo       Tue Mar  5 16:51:03 2019
@@ -1,15 +1,14 @@
-$NetBSD: distinfo,v 1.88 2019/02/06 01:41:28 taca Exp $
+$NetBSD: distinfo,v 1.89 2019/03/05 16:51:03 hauke Exp $
 
-SHA1 (dovecot-2.3.4.1.tar.gz) = 742c8d3c043723c5da9e07944214068689a89556
-RMD160 (dovecot-2.3.4.1.tar.gz) = 59101ddb58e6458b3581efb104426d9f4adb93ec
-SHA512 (dovecot-2.3.4.1.tar.gz) = ff21aa0f0cae17dfa66617291688856727412defa48bad2b6be057cb509fbec1c2e134afbfee69929d06b8692a0fcbd8451671ba02860e1673ae1c9483c2c17e
-Size (dovecot-2.3.4.1.tar.gz) = 6925073 bytes
+SHA1 (dovecot-2.3.5.tar.gz) = e03f2ad6d80afb1b23d4f82a5ced794e07f467b7
+RMD160 (dovecot-2.3.5.tar.gz) = 428b4351e7566dbdac8da41be890016bfc575ff7
+SHA512 (dovecot-2.3.5.tar.gz) = 10513c371aeadd52184daaf8dbb9a7559c6db55e34182bbb2c9539dae0897ddcc76f6fe2ce6a81c7ce0cb94c7f79438ae3bb0e7db8ed46615feb337b4078ecc6
+Size (dovecot-2.3.5.tar.gz) = 6970480 bytes
 SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666
 SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e
 SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b
 SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498
 SHA1 (patch-src_imap_imap-client.h) = 1a2bf95ab6af57d88862a1512624bf263f4c2ce7
 SHA1 (patch-src_lib-ldap_ldap-private.h) = 2d5ce32330ad4164cc75f8d209ba499d37ed01fc
-SHA1 (patch-src_lib-master_test-event-stats.c) = b86c1314739bc0156e6c07ea3509191fd8c51416
 SHA1 (patch-src_lib_connection.h) = c147511f4ff50e4b5a048c3a363f0af90ee4c6ad
 SHA1 (patch-src_old-stats_mail-stats.h) = 0d40c618445c089af2646a6864c3e909812282af



Home | Main Index | Thread Index | Old Index