Date: Tue, 8 Dec 2015 18:18:51 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403330 - in branches/2015Q4/graphics: entangle evas_generic_loaders-raw gthumb libkdcraw-kde4 libraw luminance luminance-qt5 nomacs openimageio oyranos shotwell Message-ID: <201512081818.tB8IIpeL099474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Dec 8 18:18:51 2015 New Revision: 403330 URL: https://svnweb.freebsd.org/changeset/ports/403330 Log: MFH: r402228 r403193 I did not originally intend to backport r402228, but the LibRaw CVE fixes only apply on top of 0.17 releases (the API and the code in 0.16.x is too different). r402228: - Update graphics/libraw to 0.17.0 - While here, minor port cleanup, switch to options helpers - Bump PORTREVISIONs of consumers as soversion has changed PR: 204553 Submitted by: graham@menhennitt.com.au r403193: Update to 0.17.1. This is a small update that fixes two security vulnerabilities, CVE-2015-8366 and CVE-2015-8367. Security: db04bf07-9cc8-11e5-8c2b-c335fa8985d7 Security: 6bc6eed2-9cca-11e5-8c2b-c335fa8985d7 Approved by: portmgr (erwin), ports-secteam (feld) Modified: branches/2015Q4/graphics/entangle/Makefile branches/2015Q4/graphics/evas_generic_loaders-raw/Makefile branches/2015Q4/graphics/gthumb/Makefile branches/2015Q4/graphics/libkdcraw-kde4/Makefile branches/2015Q4/graphics/libraw/Makefile branches/2015Q4/graphics/libraw/distinfo branches/2015Q4/graphics/libraw/pkg-plist branches/2015Q4/graphics/luminance-qt5/Makefile branches/2015Q4/graphics/luminance/Makefile branches/2015Q4/graphics/nomacs/Makefile branches/2015Q4/graphics/openimageio/Makefile branches/2015Q4/graphics/oyranos/Makefile branches/2015Q4/graphics/shotwell/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/graphics/entangle/Makefile ============================================================================== --- branches/2015Q4/graphics/entangle/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/entangle/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= entangle -DISTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.7.0 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: branches/2015Q4/graphics/evas_generic_loaders-raw/Makefile ============================================================================== --- branches/2015Q4/graphics/evas_generic_loaders-raw/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/evas_generic_loaders-raw/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -3,6 +3,7 @@ PORTNAME= raw PORTVERSION= 1.15.0 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- Modified: branches/2015Q4/graphics/gthumb/Makefile ============================================================================== --- branches/2015Q4/graphics/gthumb/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/gthumb/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -4,6 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: branches/2015Q4/graphics/libkdcraw-kde4/Makefile ============================================================================== --- branches/2015Q4/graphics/libkdcraw-kde4/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/libkdcraw-kde4/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -3,7 +3,7 @@ PORTNAME= libkdcraw PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: branches/2015Q4/graphics/libraw/Makefile ============================================================================== --- branches/2015Q4/graphics/libraw/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/libraw/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.16.2 -PORTREVISION= 1 +PORTVERSION= 0.17.1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -22,6 +21,9 @@ CONFIGURE_ARGS= --disable-examples --dis CFLAGS+= -fPIC INSTALL_TARGET= install-strip +PORTDOCS= * +PORTEXAMPLES= * + OPTIONS_DEFINE= DEMOSAIC_PACK_GPL2 DEMOSAIC_PACK_GPL3 DOCS EXAMPLES LCMS2 \ OPTIMIZED_CFLAGS OPENMP OPTIONS_DEFAULT= LCMS2 @@ -60,23 +62,17 @@ LICENSE= GPLv3 LICENSE_COMB= single .endif -PORTDOCS= * -PORTEXAMPLES= * +post-patch: + @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/configure -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} -.endif - -post-patch: - @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/configure .include <bsd.port.mk> Modified: branches/2015Q4/graphics/libraw/distinfo ============================================================================== --- branches/2015Q4/graphics/libraw/distinfo Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/libraw/distinfo Tue Dec 8 18:18:51 2015 (r403330) @@ -1,6 +1,6 @@ -SHA256 (LibRaw-0.16.2.tar.gz) = 6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187 -SIZE (LibRaw-0.16.2.tar.gz) = 1476575 -SHA256 (LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz) = 2218f08d59866e7852938356c197b96a6f47d0b9221a261280e010540477e77b -SIZE (LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz) = 32652 -SHA256 (LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz) = 749b5baa3a4f1f5c4ea4169b9293b02b0d2a0714aa01729327f23f82621c9735 -SIZE (LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz) = 39457 +SHA256 (LibRaw-0.17.1.tar.gz) = e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1 +SIZE (LibRaw-0.17.1.tar.gz) = 1472341 +SHA256 (LibRaw-demosaic-pack-GPL2-0.17.1.tar.gz) = 2e9f72873a6db319aca5be5bc4d426e3063e2c33f66438e89720c3b48bef0678 +SIZE (LibRaw-demosaic-pack-GPL2-0.17.1.tar.gz) = 30989 +SHA256 (LibRaw-demosaic-pack-GPL3-0.17.1.tar.gz) = 442b3e8de4664e539cbcdd437a7b6cd167e07c0fcf76f07b50d16657f18ff962 +SIZE (LibRaw-demosaic-pack-GPL3-0.17.1.tar.gz) = 38230 Modified: branches/2015Q4/graphics/libraw/pkg-plist ============================================================================== --- branches/2015Q4/graphics/libraw/pkg-plist Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/libraw/pkg-plist Tue Dec 8 18:18:51 2015 (r403330) @@ -7,11 +7,11 @@ include/libraw/libraw_types.h include/libraw/libraw_version.h lib/libraw.a lib/libraw.so -lib/libraw.so.10 -lib/libraw.so.10.0.0 +lib/libraw.so.15 +lib/libraw.so.15.0.0 lib/libraw_r.a lib/libraw_r.so -lib/libraw_r.so.10 -lib/libraw_r.so.10.0.0 +lib/libraw_r.so.15 +lib/libraw_r.so.15.0.0 libdata/pkgconfig/libraw.pc libdata/pkgconfig/libraw_r.pc Modified: branches/2015Q4/graphics/luminance-qt5/Makefile ============================================================================== --- branches/2015Q4/graphics/luminance-qt5/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/luminance-qt5/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Modified: branches/2015Q4/graphics/luminance/Makefile ============================================================================== --- branches/2015Q4/graphics/luminance/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/luminance/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Modified: branches/2015Q4/graphics/nomacs/Makefile ============================================================================== --- branches/2015Q4/graphics/nomacs/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/nomacs/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: branches/2015Q4/graphics/openimageio/Makefile ============================================================================== --- branches/2015Q4/graphics/openimageio/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/openimageio/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.5.18 DISTVERSIONPREFIX= Release- -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: branches/2015Q4/graphics/oyranos/Makefile ============================================================================== --- branches/2015Q4/graphics/oyranos/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/oyranos/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} Modified: branches/2015Q4/graphics/shotwell/Makefile ============================================================================== --- branches/2015Q4/graphics/shotwell/Makefile Tue Dec 8 18:18:29 2015 (r403329) +++ branches/2015Q4/graphics/shotwell/Makefile Tue Dec 8 18:18:51 2015 (r403330) @@ -3,7 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.22.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512081818.tB8IIpeL099474>