svn commit: r560528 - in branches/2021Q1: . mail/dovecot mail/dovecot-fts-xapian mail/dovecot-pigeonhole
Kurt Jaeger
pi at FreeBSD.org
Wed Jan 6 15:02:18 UTC 2021
Author: pi
Date: Wed Jan 6 15:02:15 2021
New Revision: 560528
URL: https://svnweb.freebsd.org/changeset/ports/560528
Log:
MFH: r560527
mail/dovecot: update 2.3.11.3 -> 2.3.13, fix CVE in non-default config
mail/dovecot-pigeonhole: update 0.5.11 -> 0.5.13
- please note: option VPOPMAIl was removed from upstream
PR: 252415
Submitted by: Evilham <contact at evilham.com>
Reviewed by: fluffy
Approved by: ler (maintainer)
Relnotes: https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html
https://dovecot.org/pipermail/dovecot-news/2021-January/000449.html
Security: CVE-2020-24386, CVE-2020-25275
Approved by: ports-secteam (fluffy)
Modified:
branches/2021Q1/UPDATING
branches/2021Q1/mail/dovecot-fts-xapian/Makefile
branches/2021Q1/mail/dovecot-pigeonhole/Makefile
branches/2021Q1/mail/dovecot-pigeonhole/distinfo
branches/2021Q1/mail/dovecot/Makefile
branches/2021Q1/mail/dovecot/distinfo
branches/2021Q1/mail/dovecot/pkg-plist
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/UPDATING
==============================================================================
--- branches/2021Q1/UPDATING Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/UPDATING Wed Jan 6 15:02:15 2021 (r560528)
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210106:
+ AFFECTS: mail/dovecot
+ AUTHOR: pi at FreeBSD.org
+
+ The VPOPMAIL option was removed, because it was dropped upstream,
+ so please check your config bevor upgrading.
+
+20210106:
+ AFFECTS: sysutils/graylog
+ AUTHOR: dch at FreeBSD.org
+
+ graylog 4.0 and higher now use a new license, the SSPL. For more
+ details, see https://www.graylog.org/post/graylog-v4-0-licensing-sspl
+
20210102:
AFFECTS: x11/libexo, XFCE4 desktop users
AUTHOR: madpilot at FreeBSD.org
Modified: branches/2021Q1/mail/dovecot-fts-xapian/Makefile
==============================================================================
--- branches/2021Q1/mail/dovecot-fts-xapian/Makefile Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/mail/dovecot-fts-xapian/Makefile Wed Jan 6 15:02:15 2021 (r560528)
@@ -2,6 +2,7 @@
PORTNAME= fts-xapian
PORTVERSION= 1.4.4
+PORTREVISION= 1
CATEGORIES= mail
PKGNAMEPREFIX= dovecot-
Modified: branches/2021Q1/mail/dovecot-pigeonhole/Makefile
==============================================================================
--- branches/2021Q1/mail/dovecot-pigeonhole/Makefile Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/mail/dovecot-pigeonhole/Makefile Wed Jan 6 15:02:15 2021 (r560528)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.5.11
+PORTVERSION= 0.5.13
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
Modified: branches/2021Q1/mail/dovecot-pigeonhole/distinfo
==============================================================================
--- branches/2021Q1/mail/dovecot-pigeonhole/distinfo Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/mail/dovecot-pigeonhole/distinfo Wed Jan 6 15:02:15 2021 (r560528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597360057
-SHA256 (dovecot-2.3-pigeonhole-0.5.11.tar.gz) = 0b972a441f680545ddfacd2f41fb2a705fb03249d46ed5ce7e01fe68b6cfb5f0
-SIZE (dovecot-2.3-pigeonhole-0.5.11.tar.gz) = 1912411
+TIMESTAMP = 1609775237
+SHA256 (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = 911fe566da5b638eab1b11105314300bc9049cc3832d4bd2aed44c265013bf17
+SIZE (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = 1908839
Modified: branches/2021Q1/mail/dovecot/Makefile
==============================================================================
--- branches/2021Q1/mail/dovecot/Makefile Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/mail/dovecot/Makefile Wed Jan 6 15:02:15 2021 (r560528)
@@ -8,8 +8,7 @@
######################################################################
PORTNAME= dovecot
-PORTVERSION= 2.3.11.3
-PORTREVISION= 1
+PORTVERSION= 2.3.13
CATEGORIES= mail
MASTER_SITES= https://dovecot.org/releases/2.3/
@@ -37,7 +36,7 @@ INSTALL_TARGET= install-strip
USERS= dovecot dovenull
GROUPS= ${USERS}
-OPTIONS_DEFINE= LIBSODIUM LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES
+OPTIONS_DEFINE= LIBSODIUM LIBWRAP LUA LZ4 DOCS EXAMPLES
OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP
OPTIONS_SUB= yes
@@ -49,7 +48,6 @@ OPTIONS_SINGLE= GSSAPI
OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
LZ4_DESC= LZ4 compression support
-VPOPMAIL_DESC= vpopmail support
DB_DESC= Database support
CDB_DESC= CDB database support
@@ -77,9 +75,6 @@ LUA_USES= lua
LZ4_CONFIGURE_WITH= lz4
LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4
-
-VPOPMAIL_BUILD_DEPENDS= vpopmail>=0:mail/vpopmail
-VPOPMAIL_CONFIGURE_WITH=vpopmail
# Databases
CDB_CONFIGURE_WITH= cdb
Modified: branches/2021Q1/mail/dovecot/distinfo
==============================================================================
--- branches/2021Q1/mail/dovecot/distinfo Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/mail/dovecot/distinfo Wed Jan 6 15:02:15 2021 (r560528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597259906
-SHA256 (dovecot-2.3.11.3.tar.gz) = d3d9ea9010277f57eb5b9f4166a5d2ba539b172bd6d5a2b2529a6db524baafdc
-SIZE (dovecot-2.3.11.3.tar.gz) = 7353412
+TIMESTAMP = 1609941410
+SHA256 (dovecot-2.3.13.tar.gz) = a3f875b80ec11a452480690108660030978c94fa8e796ad6d943a874b496f1c4
+SIZE (dovecot-2.3.13.tar.gz) = 7456073
Modified: branches/2021Q1/mail/dovecot/pkg-plist
==============================================================================
--- branches/2021Q1/mail/dovecot/pkg-plist Wed Jan 6 14:58:35 2021 (r560527)
+++ branches/2021Q1/mail/dovecot/pkg-plist Wed Jan 6 15:02:15 2021 (r560528)
@@ -37,10 +37,10 @@
%%ETCDIR%%/example-config/conf.d/auth-sql.conf.ext
%%ETCDIR%%/example-config/conf.d/auth-static.conf.ext
%%ETCDIR%%/example-config/conf.d/auth-system.conf.ext
-%%ETCDIR%%/example-config/conf.d/auth-vpopmail.conf.ext
%%ETCDIR%%/example-config/dovecot-dict-auth.conf.ext
%%ETCDIR%%/example-config/dovecot-dict-sql.conf.ext
%%ETCDIR%%/example-config/dovecot-ldap.conf.ext
+%%ETCDIR%%/example-config/dovecot-oauth2.conf.ext
%%ETCDIR%%/example-config/dovecot-sql.conf.ext
%%ETCDIR%%/example-config/dovecot.conf
%%ETCDIR%%/README
@@ -92,8 +92,8 @@ include/dovecot/auth-master-connection.h
include/dovecot/auth-master.h
include/dovecot/auth-penalty.h
include/dovecot/auth-policy.h
-include/dovecot/auth-request-handler.h
include/dovecot/auth-request-handler-private.h
+include/dovecot/auth-request-handler.h
include/dovecot/auth-request-stats.h
include/dovecot/auth-request-var-expand.h
include/dovecot/auth-request.h
@@ -164,6 +164,8 @@ include/dovecot/dsync-brain.h
include/dovecot/dsync-ibc.h
include/dovecot/eacces-error.h
include/dovecot/env-util.h
+include/dovecot/event-filter-parser.h
+include/dovecot/event-filter-private.h
include/dovecot/event-filter.h
include/dovecot/event-log.h
include/dovecot/execv-const.h
@@ -470,7 +472,7 @@ include/dovecot/mdbox-storage-rebuild.h
include/dovecot/mdbox-storage.h
include/dovecot/mdbox-sync.h
include/dovecot/mech-digest-md5-private.h
-include/dovecot/mech-otp-skey-common.h
+include/dovecot/mech-otp-common.h
include/dovecot/mech-plain-common.h
include/dovecot/mech-scram.h
include/dovecot/mech.h
@@ -637,6 +639,7 @@ include/dovecot/submission-settings.h
include/dovecot/subscription-file.h
include/dovecot/syslog-util.h
include/dovecot/test-common.h
+include/dovecot/test-subprocess.h
include/dovecot/time-util.h
include/dovecot/unichar.h
include/dovecot/unix-socket-create.h
@@ -645,7 +648,6 @@ include/dovecot/unlink-old-files.h
include/dovecot/uri-util.h
include/dovecot/userdb-blocking.h
include/dovecot/userdb-template.h
-include/dovecot/userdb-vpopmail.h
include/dovecot/userdb.h
include/dovecot/utc-mktime.h
include/dovecot/utc-offset.h
More information about the svn-ports-all
mailing list