diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-29 01:11:06 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-29 01:11:06 +0800 |
commit | 830b886bac7f7a8a2b3b7248f339281119be7cd4 (patch) | |
tree | 7f2d0460a62f7033b9ff9816af4e84239e0e28cf | |
parent | 0495e35aaa09a8957bd407e2cd797e891e789166 (diff) | |
download | freebsd-ports-gnome-830b886bac7f7a8a2b3b7248f339281119be7cd4.tar.gz freebsd-ports-gnome-830b886bac7f7a8a2b3b7248f339281119be7cd4.tar.zst freebsd-ports-gnome-830b886bac7f7a8a2b3b7248f339281119be7cd4.zip |
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
-rw-r--r-- | mail/dovecot2/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 63b9879b8188..41847954ed95 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -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@FreeBSD.org diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 927f4e50e52a..b5c135b42d89 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -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 |