pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q4] pkgsrc/mail



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Feb 18 14:50:56 UTC 2019

Modified Files:
        pkgsrc/mail/dovecot2 [pkgsrc-2018Q4]: Makefile.common distinfo
        pkgsrc/mail/dovecot2-sqlite [pkgsrc-2018Q4]: Makefile

Log Message:
Pullup ticket #5915 - requested by taca
mail-dovecot2: security fix

Revisions pulled up:
- mail/dovecot2-sqlite/Makefile                                 1.17
- mail/dovecot2/Makefile.common                                 1.24
- mail/dovecot2/distinfo                                        1.88

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Wed Feb  6 01:41:28 UTC 2019

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

   Log Message:
   mail/dovecot2: update to 2.3.4.1

   v2.3.4.1 2019-02-05  Aki Tuomi <aki.tuomi%open-xchange.com@localhost>

        * CVE-2019-3814: If imap/pop3/managesieve/submission client has
          trusted certificate with missing username field
          (ssl_cert_username_field), under some configurations Dovecot
          mistakenly trusts the username provided via authentication instead
          of failing.
        * ssl_cert_username_field setting was ignored with external SMTP AUTH,
          because none of the MTAs (Postfix, Exim) currently send the
          cert_username field. This may have allowed users with trusted
          certificate to specify any username in the authentication. This bug
          didn't affect Dovecot's Submission service.

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Wed Feb  6 01:42:16 UTC 2019

   Modified Files:
        pkgsrc/mail/dovecot2-sqlite: Makefile

   Log Message:
   mail/dovecot2-sqlite: reset PKGREVISION

   Reset PKGREVISION with update to 2.3.4.1.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.2.1 pkgsrc/mail/dovecot2/Makefile.common
cvs rdiff -u -r1.87 -r1.87.2.1 pkgsrc/mail/dovecot2/distinfo
cvs rdiff -u -r1.16 -r1.16.2.1 pkgsrc/mail/dovecot2-sqlite/Makefile

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.23 pkgsrc/mail/dovecot2/Makefile.common:1.23.2.1
--- pkgsrc/mail/dovecot2/Makefile.common:1.23   Sat Dec  1 11:42:41 2018
+++ pkgsrc/mail/dovecot2/Makefile.common        Mon Feb 18 14:50:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2018/12/01 11:42:41 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.23.2.1 2019/02/18 14:50:56 bsiegert 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
+DISTNAME=      dovecot-2.3.4.1
 CATEGORIES=    mail
-MASTER_SITES=  https://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
+MASTER_SITES=  https://www.dovecot.org/releases/${PKGVERSION_NOREV:R:R}/
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.dovecot.org/

Index: pkgsrc/mail/dovecot2/distinfo
diff -u pkgsrc/mail/dovecot2/distinfo:1.87 pkgsrc/mail/dovecot2/distinfo:1.87.2.1
--- pkgsrc/mail/dovecot2/distinfo:1.87  Sun Dec  2 04:45:00 2018
+++ pkgsrc/mail/dovecot2/distinfo       Mon Feb 18 14:50:56 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.87 2018/12/02 04:45:00 schmonz Exp $
+$NetBSD: distinfo,v 1.87.2.1 2019/02/18 14:50:56 bsiegert Exp $
 
-SHA1 (dovecot-2.3.4.tar.gz) = 45f4ec697515d6c17d2a9c34b8bd345f84964229
-RMD160 (dovecot-2.3.4.tar.gz) = 50f3ee11843de138299e903cd0cfcb4d91436dbe
-SHA512 (dovecot-2.3.4.tar.gz) = 9e97eb08c319c417e8abcb430b3e6c87ed5aa820d6288656fdfd958ff34664f67202a66e4846763bfc85b309b116cea8012e49dab98b478c57974cc178a37a5a
-Size (dovecot-2.3.4.tar.gz) = 6924178 bytes
+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 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666
 SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e
 SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b

Index: pkgsrc/mail/dovecot2-sqlite/Makefile
diff -u pkgsrc/mail/dovecot2-sqlite/Makefile:1.16 pkgsrc/mail/dovecot2-sqlite/Makefile:1.16.2.1
--- pkgsrc/mail/dovecot2-sqlite/Makefile:1.16   Sun Dec  9 18:52:35 2018
+++ pkgsrc/mail/dovecot2-sqlite/Makefile        Mon Feb 18 14:50:56 2019
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.16 2018/12/09 18:52:35 adam Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2019/02/18 14:50:56 bsiegert Exp $
 
-PKGREVISION= 1
 .include "../../mail/dovecot2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/dovecot/dovecot-sqlite/}



Home | Main Index | Thread Index | Old Index