svn commit: r424865 - head/mail/dovecot2

Adam Weinberger adamw at FreeBSD.org
Fri Oct 28 17:11:07 UTC 2016


Author: adamw
Date: Fri Oct 28 17:11:06 2016
New Revision: 424865
URL: https://svnweb.freebsd.org/changeset/ports/424865

Log:
  Update to 2.2.26.0, which you can tell is higher than 2.2.26 because 0
  is a larger number.
  
    - Fixed some compiling issues.
    - auth: Fixed assert-crash when using NTLM or SKEY mechanisms and
      multiple passdbs.
    - auth: Fixed crash when exporting to auth-worker passdb extra fields
      that had empty values.
    - dsync: Fixed assert-crash in dsync_brain_sync_mailbox_deinit

Modified:
  head/mail/dovecot2/Makefile
  head/mail/dovecot2/distinfo

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Fri Oct 28 17:04:12 2016	(r424864)
+++ head/mail/dovecot2/Makefile	Fri Oct 28 17:11:06 2016	(r424865)
@@ -13,9 +13,10 @@
 ######################################################################
 
 PORTNAME=	dovecot
-PORTVERSION=	2.2.26
+PORTVERSION=	2.2.26.0
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
-MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
+MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R:R}/
 PKGNAMESUFFIX=	2
 
 MAINTAINER=	adamw at FreeBSD.org

Modified: head/mail/dovecot2/distinfo
==============================================================================
--- head/mail/dovecot2/distinfo	Fri Oct 28 17:04:12 2016	(r424864)
+++ head/mail/dovecot2/distinfo	Fri Oct 28 17:11:06 2016	(r424865)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477609415
-SHA256 (dovecot-2.2.26.tar.gz) = 61ce153a21c38e4b185e9ecc7107cbf50e893db9bb1991ffc057bb4e4b17e7ed
-SIZE (dovecot-2.2.26.tar.gz) = 5684433
+TIMESTAMP = 1477674340
+SHA256 (dovecot-2.2.26.0.tar.gz) = f692a1f39de36cd15f6681f7fee5fba2ef3e72b529acbee02b23422e16926f05
+SIZE (dovecot-2.2.26.0.tar.gz) = 5687576


More information about the svn-ports-all mailing list