Skip to content

Commit

Permalink
MFH: r433819
Browse files Browse the repository at this point in the history
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

Approved by:	ports-secteam
  • Loading branch information
krionbsd committed Feb 13, 2017
1 parent 0aa28b5 commit 5baf799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mail/postfixadmin/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= postfixadmin
PORTVERSION= 3.0
PORTVERSION= 3.0.2
CATEGORIES= mail www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 5baf799

Please sign in to comment.