Date: Fri, 13 Dec 2019 15:02:25 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520040 - in head/mail: dovecot dovecot-fts-xapian dovecot-pigeonhole Message-ID: <201912131502.xBDF2Psw009659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Fri Dec 13 15:02:25 2019 New Revision: 520040 URL: https://svnweb.freebsd.org/changeset/ports/520040 Log: mail/dovecot: upgrade to 2.3.9.2, * CVE-2019-19722: Mails with group addresses in From or To fields caused crash in push notification drivers. - additional fix for blank headers PORTREVISION bump for mail/dovecot-pigeonhole, mail/dovecot-fts-xapian *NOT* requesting MFH as 2.3.9 is not in 2019Q4. Security: b7dc4dde-2e48-43f9-967a-c68461537cf2 Security: CVS-2019-19722 Modified: head/mail/dovecot-fts-xapian/Makefile head/mail/dovecot-pigeonhole/Makefile head/mail/dovecot/Makefile head/mail/dovecot/distinfo Modified: head/mail/dovecot-fts-xapian/Makefile ============================================================================== --- head/mail/dovecot-fts-xapian/Makefile Fri Dec 13 14:40:53 2019 (r520039) +++ head/mail/dovecot-fts-xapian/Makefile Fri Dec 13 15:02:25 2019 (r520040) @@ -3,7 +3,7 @@ PORTNAME= fts-xapian PORTVERSION= 1.2.2 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMEPREFIX= dovecot- Modified: head/mail/dovecot-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot-pigeonhole/Makefile Fri Dec 13 14:40:53 2019 (r520039) +++ head/mail/dovecot-pigeonhole/Makefile Fri Dec 13 15:02:25 2019 (r520040) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.5.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Fri Dec 13 14:40:53 2019 (r520039) +++ head/mail/dovecot/Makefile Fri Dec 13 15:02:25 2019 (r520040) @@ -8,7 +8,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.9 +PORTVERSION= 2.3.9.2 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ Modified: head/mail/dovecot/distinfo ============================================================================== --- head/mail/dovecot/distinfo Fri Dec 13 14:40:53 2019 (r520039) +++ head/mail/dovecot/distinfo Fri Dec 13 15:02:25 2019 (r520040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575477007 -SHA256 (dovecot-2.3.9.tar.gz) = df2c53e5a0463c5c52af682fb11c17eb7f79115d95a861a63cd09329fd7daa9f -SIZE (dovecot-2.3.9.tar.gz) = 7181327 +TIMESTAMP = 1576248088 +SHA256 (dovecot-2.3.9.2.tar.gz) = 4784fb98dd41b83888e4aa9908efcbcad2e04a254e97440863903c0c498486f9 +SIZE (dovecot-2.3.9.2.tar.gz) = 7182306
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912131502.xBDF2Psw009659>