diff options
author | krion <krion@FreeBSD.org> | 2017-02-11 01:33:53 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-02-11 01:33:53 +0800 |
commit | 20fbbe350ac67f652c742d4f2a4f1a2105d04434 (patch) | |
tree | 1642891c1fa2b8590162ea6407328fbae3a3595c /mail | |
parent | f983ae54d7a53297963d5b47154f616c6c231824 (diff) | |
download | freebsd-ports-gnome-20fbbe350ac67f652c742d4f2a4f1a2105d04434.tar.gz freebsd-ports-gnome-20fbbe350ac67f652c742d4f2a4f1a2105d04434.tar.zst freebsd-ports-gnome-20fbbe350ac67f652c742d4f2a4f1a2105d04434.zip |
Update mail/postfixadmin to 3.0.2 (security fix)
SECURITY FIX: don't allow to delete protected aliases
(CVE-2017-5930, PR#23).
Following non-security bugs were fixed:
- Fix VacationHandler for PostgreSQL
- AliasHandler: restrict mailbox subquery to allowed and specified domains to improve performance on setups with
+lots of mailboxes
- Allow switching between dovecot: password schemes while still accepting passwords hashed using the previous dov
+ecot: scheme
- FetchmailHandler: use a valid date as default for 'date'
- Fix date formatting in non-english languages when using PostgreSQL
PR: 216932
Submitted by: lukasz@wasikowski.net
Approved by: maintainer, mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9521
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfixadmin/Makefile | 2 | ||||
-rw-r--r-- | mail/postfixadmin/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index 349af270642d..85c80143a5ee 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfixadmin -PORTVERSION= 3.0 +PORTVERSION= 3.0.2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/mail/postfixadmin/distinfo b/mail/postfixadmin/distinfo index d1dbd46f906e..83cf6e942984 100644 --- a/mail/postfixadmin/distinfo +++ b/mail/postfixadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473715952 -SHA256 (postfixadmin-3.0.tar.gz) = 1f07a0003ad2cb2afaecc3d6b0399c3afd38744c43cef504552e687393263392 -SIZE (postfixadmin-3.0.tar.gz) = 1303883 +TIMESTAMP = 1486633555 +SHA256 (postfixadmin-3.0.2.tar.gz) = 9a4edb111258c90912aea66ad1dd684445b4f03f08f8549b9d708336ae019c8c +SIZE (postfixadmin-3.0.2.tar.gz) = 1306500 |