diff options
author | adamw <adamw@FreeBSD.org> | 2015-05-15 23:02:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-05-15 23:02:07 +0800 |
commit | b98b020cd4766c8c3dc9c96e351262a6ea2c8433 (patch) | |
tree | 43e95cae6815eb18bad37558c3bf892f2ae85ea4 | |
parent | 3f744c4a00251dda027fc2b2f4991b639965f567 (diff) | |
download | freebsd-ports-gnome-b98b020cd4766c8c3dc9c96e351262a6ea2c8433.tar.gz freebsd-ports-gnome-b98b020cd4766c8c3dc9c96e351262a6ea2c8433.tar.zst freebsd-ports-gnome-b98b020cd4766c8c3dc9c96e351262a6ea2c8433.zip |
Update dovecot2 to 2.2.18. This is a bugfix release to address issues
identified in 2.2.17.
Changes:
- director: Login UNIX sockets were normally detected as doveadm or
director ring sockets, causing it to break in existing installations.
- sdbox: When copying a mail in alt storage, place the destination to
alt storage as well.
Bump PORTREVISION on antispam-plugin and pigeonhole, like I should have
done last time.
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index 5ce20a514284..a7a6d9c04ab2 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index a4432e891920..784dbf099359 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index c4a64a7e6575..0a8abbf14ac3 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -13,7 +13,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.17 +PORTVERSION= 2.2.18 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index a2f587c8f310..5e4d086e0369 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.17.tar.gz) = 2f99a598cf0a88fd4dc4a43d208fdbbde7983dc0802a9db830399d4af32a1374 -SIZE (dovecot-2.2.17.tar.gz) = 5098786 +SHA256 (dovecot-2.2.18.tar.gz) = b6d8468cea47f1227f47b80618f7fb872e2b2e9d3302adc107a005dd083865bb +SIZE (dovecot-2.2.18.tar.gz) = 5100040 |