Date: Mon, 27 Jan 2014 23:01:16 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r341470 - branches/2014Q1/www/rt42 Message-ID: <201401272301.s0RN1GPF051027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Mon Jan 27 23:01:16 2014 New Revision: 341470 URL: http://svnweb.freebsd.org/changeset/ports/341470 QAT: https://qat.redports.org/buildarchive/r341470/ Log: MFH: r341450 Due to a denial-of-service vulnerability in www/rt42 versions 4.2.0 -- 4.2.2 inclusive, require at least version 0.03 of mail/p5-Email-Address-List. It's this port which is vulnerable, but the essential fix is to update p5-Email-Address-List. Security: d1dfc4c7-8791-11e3-a371-6805ca0b3d42 Approved by: portmgr (erwin) Modified: branches/2014Q1/www/rt42/Makefile branches/2014Q1/www/rt42/Makefile.cpan Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/www/rt42/Makefile ============================================================================== --- branches/2014Q1/www/rt42/Makefile Mon Jan 27 23:01:11 2014 (r341469) +++ branches/2014Q1/www/rt42/Makefile Mon Jan 27 23:01:16 2014 (r341470) @@ -2,7 +2,7 @@ PORTNAME= rt DISTVERSION= 4.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: branches/2014Q1/www/rt42/Makefile.cpan ============================================================================== --- branches/2014Q1/www/rt42/Makefile.cpan Mon Jan 27 23:01:11 2014 (r341469) +++ branches/2014Q1/www/rt42/Makefile.cpan Mon Jan 27 23:01:16 2014 (r341470) @@ -91,7 +91,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:${POR p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Email-Address>=1.89.7:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-Address-List>0:${PORTSDIR}/mail/p5-Email-Address-List \ + p5-Email-Address-List>=0.03:${PORTSDIR}/mail/p5-Email-Address-List \ p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-HTML-FormatText-WithLinks-AndTables>0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks-AndTables \ p5-HTML-FormatText-WithLinks>=0.14:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401272301.s0RN1GPF051027>