From owner-svn-ports-branches@FreeBSD.ORG Sat Jan 10 12:33:19 2015 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 72606A3; Sat, 10 Jan 2015 12:33:19 +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 5E465FAB; Sat, 10 Jan 2015 12:33:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ACXJ5P019018; Sat, 10 Jan 2015 12:33:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ACXImx019016; Sat, 10 Jan 2015 12:33:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501101233.t0ACXImx019016@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 10 Jan 2015 12:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r376694 - in branches/2015Q1/graphics: jpeg-turbo jpeg-turbo/files libjpeg-turbo 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: Sat, 10 Jan 2015 12:33:19 -0000 Author: antoine Date: Sat Jan 10 12:33:18 2015 New Revision: 376694 URL: https://svnweb.freebsd.org/changeset/ports/376694 QAT: https://qat.redports.org/buildarchive/r376694/ Log: MFH: r376692 Fix possible Huffman local buffer overrun Security: CVE-2014-9092 Added: branches/2015Q1/graphics/jpeg-turbo/files/ - copied from r376692, head/graphics/jpeg-turbo/files/ Modified: branches/2015Q1/graphics/jpeg-turbo/Makefile branches/2015Q1/graphics/libjpeg-turbo/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/graphics/jpeg-turbo/Makefile ============================================================================== --- branches/2015Q1/graphics/jpeg-turbo/Makefile Sat Jan 10 12:23:27 2015 (r376693) +++ branches/2015Q1/graphics/jpeg-turbo/Makefile Sat Jan 10 12:33:18 2015 (r376694) @@ -3,7 +3,7 @@ PORTNAME= jpeg-turbo PORTVERSION= 1.3.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} Modified: branches/2015Q1/graphics/libjpeg-turbo/Makefile ============================================================================== --- branches/2015Q1/graphics/libjpeg-turbo/Makefile Sat Jan 10 12:23:27 2015 (r376693) +++ branches/2015Q1/graphics/libjpeg-turbo/Makefile Sat Jan 10 12:33:18 2015 (r376694) @@ -1,7 +1,7 @@ # Created by: Denis Podolskiy # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMEPREFIX= lib COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG