svn commit: r452533 - in head/mail: dovecot dovecot-pigeonhole
Larry Rosenman
ler at FreeBSD.org
Fri Oct 20 15:00:37 UTC 2017
Author: ler
Date: Fri Oct 20 15:00:36 2017
New Revision: 452533
URL: https://svnweb.freebsd.org/changeset/ports/452533
Log:
mail/dovecot: update to 2.2.33.2.
One more patch release with some fixes:
- doveadm: Fix crash in proxying (or dsync replication) if remote is
running older than v2.2.33
- auth: Fix memory leak in %{ldap_dn}
- dict-sql: Fix data types to work correctly with Cassandra
bump dovecot-pigeonhole PORTREVISION as well.
Modified:
head/mail/dovecot-pigeonhole/Makefile
head/mail/dovecot/Makefile
head/mail/dovecot/distinfo
Modified: head/mail/dovecot-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole/Makefile Fri Oct 20 14:56:06 2017 (r452532)
+++ head/mail/dovecot-pigeonhole/Makefile Fri Oct 20 15:00:36 2017 (r452533)
@@ -3,6 +3,7 @@
PORTNAME= dovecot-pigeonhole
PORTVERSION= 0.4.21
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile Fri Oct 20 14:56:06 2017 (r452532)
+++ head/mail/dovecot/Makefile Fri Oct 20 15:00:36 2017 (r452533)
@@ -12,7 +12,7 @@
######################################################################
PORTNAME= dovecot
-PORTVERSION= 2.2.33.1
+PORTVERSION= 2.2.33.2
CATEGORIES= mail ipv6
MASTER_SITES= https://www.dovecot.org/releases/2.2/
Modified: head/mail/dovecot/distinfo
==============================================================================
--- head/mail/dovecot/distinfo Fri Oct 20 14:56:06 2017 (r452532)
+++ head/mail/dovecot/distinfo Fri Oct 20 15:00:36 2017 (r452533)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507741841
-SHA256 (dovecot-2.2.33.1.tar.gz) = e4d9a182408100dce70e05dad1f8a703252a497aeb25706642286d84a118890b
-SIZE (dovecot-2.2.33.1.tar.gz) = 6131180
+TIMESTAMP = 1508511506
+SHA256 (dovecot-2.2.33.2.tar.gz) = fe1e3b78609a56ee22fc209077e4b75348fa1bbd54c46f52bde2472a4c4cee84
+SIZE (dovecot-2.2.33.2.tar.gz) = 6131086
More information about the svn-ports-head
mailing list