svn commit: r376694 - in branches/2015Q1/graphics: jpeg-turbo jpeg-turbo/files libjpeg-turbo

Antoine Brodin antoine at FreeBSD.org
Sat Jan 10 12:33:19 UTC 2015


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 <bytestore at yandex.ru>
 # $FreeBSD$
 
-PORTREVISION=	4
+PORTREVISION=	5
 PKGNAMEPREFIX=	lib
 
 COMMENT=	SIMD-accelerated JPEG codec library, provides libTurboJPEG


More information about the svn-ports-all mailing list