Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2023 07:48:44 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a228334ace2 - main - mail/{dovecot,dovecot-pigeonhole}: Update to latest stable releases
Message-ID:  <202310040748.3947mil1019510@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a228334ace20e4411cc03f20785d43436037f2d

commit 7a228334ace20e4411cc03f20785d43436037f2d
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-09-19 14:41:37 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-10-04 07:47:57 +0000

    mail/{dovecot,dovecot-pigeonhole}: Update to latest stable releases
    
    * Update mail/dovecot to 2.3.21.
    * Update mail/dovecot-pigeonhole to 0.5.21.
    * Bump PORTREVISION of dependencies.
    
    ReleaseNotes:   https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/Y5SJWAIAVEAQ2KKSWJM7VSJUUFRMFAH5/
    PR:             273946
    Approved by:    maintainer timeout
---
 mail/dovecot-coi/Makefile           | 2 +-
 mail/dovecot-fts-elastic/Makefile   | 2 +-
 mail/dovecot-fts-flatcurve/Makefile | 1 +
 mail/dovecot-fts-xapian/Makefile    | 2 +-
 mail/dovecot-pigeonhole/Makefile    | 2 +-
 mail/dovecot-pigeonhole/distinfo    | 6 +++---
 mail/dovecot-xaps/Makefile          | 1 +
 mail/dovecot/Makefile               | 3 +--
 mail/dovecot/distinfo               | 6 +++---
 mail/dovecot/pkg-plist              | 1 +
 10 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/mail/dovecot-coi/Makefile b/mail/dovecot-coi/Makefile
index 3b27f51be099..e715479504aa 100644
--- a/mail/dovecot-coi/Makefile
+++ b/mail/dovecot-coi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	coi
 PORTVERSION=	2.3.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 PKGNAMEPREFIX=	dovecot-
 
diff --git a/mail/dovecot-fts-elastic/Makefile b/mail/dovecot-fts-elastic/Makefile
index 2d8417cb4fb4..a6cdd9e7d86c 100644
--- a/mail/dovecot-fts-elastic/Makefile
+++ b/mail/dovecot-fts-elastic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fts-elastic
 PORTVERSION=	1.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 PKGNAMEPREFIX=	dovecot-
 
diff --git a/mail/dovecot-fts-flatcurve/Makefile b/mail/dovecot-fts-flatcurve/Makefile
index 3a2ec53b6ace..ab727eeba272 100644
--- a/mail/dovecot-fts-flatcurve/Makefile
+++ b/mail/dovecot-fts-flatcurve/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	fts-flatcurve
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.4
+PORTREVISION=	1
 CATEGORIES=	mail
 PKGNAMEPREFIX=	dovecot-
 
diff --git a/mail/dovecot-fts-xapian/Makefile b/mail/dovecot-fts-xapian/Makefile
index 8d8f7ea60771..085e6841e3a6 100644
--- a/mail/dovecot-fts-xapian/Makefile
+++ b/mail/dovecot-fts-xapian/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	fts-xapian
 DISTVERSION=	1.5.4
 DISTVERSIONSUFFIX=      b
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 MASTER_SITES=	https://github.com/grosjo/fts-xapian/releases/download/${DISTVERSIONFULL}/
 PKGNAMEPREFIX=	dovecot-
diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile
index f6b5766e1f94..f9451ad52d16 100644
--- a/mail/dovecot-pigeonhole/Makefile
+++ b/mail/dovecot-pigeonhole/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dovecot-pigeonhole
-PORTVERSION=	0.5.20
+PORTVERSION=	0.5.21
 CATEGORIES=	mail
 MASTER_SITES=	http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo
index 9c388d407768..8b394dcc6932 100644
--- a/mail/dovecot-pigeonhole/distinfo
+++ b/mail/dovecot-pigeonhole/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1671764785
-SHA256 (dovecot-2.3-pigeonhole-0.5.20.tar.gz) = ae32bd4870ea2c1328ae09ba206e9ec12128046d6afca52fbbc9ef7f75617c98
-SIZE (dovecot-2.3-pigeonhole-0.5.20.tar.gz) = 1945126
+TIMESTAMP = 1695133831
+SHA256 (dovecot-2.3-pigeonhole-0.5.21.tar.gz) = 1ca71d2659076712058a72030288f150b2b076b0306453471c5261498d3ded27
+SIZE (dovecot-2.3-pigeonhole-0.5.21.tar.gz) = 1955945
diff --git a/mail/dovecot-xaps/Makefile b/mail/dovecot-xaps/Makefile
index 911e958b268b..691d94ae7db5 100644
--- a/mail/dovecot-xaps/Makefile
+++ b/mail/dovecot-xaps/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dovecot-xaps
 DISTVERSION=	g20210623
+PORTREVISION=	1
 CATEGORIES=	mail
 
 MAINTAINER=	PopularMoment@protonmail.com
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 75a9218fbad7..fcef53df8a8f 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -9,8 +9,7 @@
 ######################################################################
 
 PORTNAME=	dovecot
-PORTVERSION=	2.3.20
-PORTREVISION=	1
+PORTVERSION=	2.3.21
 CATEGORIES=	mail
 MASTER_SITES=	https://dovecot.org/releases/2.3/
 
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo
index a850fd5c8bcb..e9e4c683e46c 100644
--- a/mail/dovecot/distinfo
+++ b/mail/dovecot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1671764358
-SHA256 (dovecot-2.3.20.tar.gz) = caa832eb968148abdf35ee9d0f534b779fa732c0ce4a913d9ab8c3469b218552
-SIZE (dovecot-2.3.20.tar.gz) = 7805735
+TIMESTAMP = 1695133264
+SHA256 (dovecot-2.3.21.tar.gz) = 05b11093a71c237c2ef309ad587510721cc93bbee6828251549fc1586c36502d
+SIZE (dovecot-2.3.21.tar.gz) = 7837242
diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist
index c99d49af3d26..f072c3747a55 100644
--- a/mail/dovecot/pkg-plist
+++ b/mail/dovecot/pkg-plist
@@ -525,6 +525,7 @@ include/dovecot/ostream-dot.h
 include/dovecot/ostream-encrypt.h
 include/dovecot/ostream-failure-at.h
 include/dovecot/ostream-file-private.h
+include/dovecot/ostream-final-trickle.h
 include/dovecot/ostream-hash.h
 include/dovecot/ostream-metawrap.h
 include/dovecot/ostream-multiplex.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310040748.3947mil1019510>