From owner-svn-ports-branches@FreeBSD.ORG Fri Nov 21 08:18:10 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFB09B98; Fri, 21 Nov 2014 08:18:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBD7DAC5; Fri, 21 Nov 2014 08:18:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAL8IAmD047411; Fri, 21 Nov 2014 08:18:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAL8IAPc047409; Fri, 21 Nov 2014 08:18:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201411210818.sAL8IAPc047409@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 21 Nov 2014 08:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r372981 - in branches/2014Q4/www/kwebkitpart: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 08:18:10 -0000 Author: rakuco Date: Fri Nov 21 08:18:09 2014 New Revision: 372981 URL: https://svnweb.freebsd.org/changeset/ports/372981 QAT: https://qat.redports.org/buildarchive/r372981/ Log: MFH: r372965 Add upstream patch for CVE-2014-8600 (insufficient input validation). Security: 890b6b22-70fa-11e4-91ae-5453ed2e2b49 Approved by: ports-secteam (rea) Added: branches/2014Q4/www/kwebkitpart/files/ - copied from r372965, head/www/kwebkitpart/files/ Modified: branches/2014Q4/www/kwebkitpart/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/kwebkitpart/Makefile ============================================================================== --- branches/2014Q4/www/kwebkitpart/Makefile Fri Nov 21 08:15:11 2014 (r372980) +++ branches/2014Q4/www/kwebkitpart/Makefile Fri Nov 21 08:18:09 2014 (r372981) @@ -2,7 +2,7 @@ PORTNAME= kwebkitpart PORTVERSION= 1.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www kde MASTER_SITES= LOCAL/makc