Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 19:09:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394030 - in branches/2015Q3: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey
Message-ID:  <201508121909.t7CJ92HI084399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Aug 12 19:09:01 2015
New Revision: 394030
URL: https://svnweb.freebsd.org/changeset/ports/394030

Log:
  MFH: r394012
  
  Switch back to bundled libvpx per vulnerabilites in v1.4.0
  
  Security:	http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q3/mail/thunderbird/Makefile
  branches/2015Q3/www/firefox-esr/Makefile
  branches/2015Q3/www/firefox/Makefile
  branches/2015Q3/www/libxul/Makefile
  branches/2015Q3/www/seamonkey/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/mail/thunderbird/Makefile
==============================================================================
--- branches/2015Q3/mail/thunderbird/Makefile	Wed Aug 12 19:07:05 2015	(r394029)
+++ branches/2015Q3/mail/thunderbird/Makefile	Wed Aug 12 19:09:01 2015	(r394030)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	38.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -21,13 +21,13 @@ BUILD_DEPENDS=	nspr>=4.10.8:${PORTSDIR}/
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
 		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
 		opus>=1.1:${PORTSDIR}/audio/opus \
-		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
 		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
 		zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip
+#		libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \
 #		opus>=1.1:${PORTSDIR}/audio/opus \
 
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
@@ -37,7 +37,7 @@ L_VERSION=	4.0.1
 
 SSP_UNSAFE=	yes
 USE_GECKO=	gecko
-USE_MOZILLA=	-opus
+USE_MOZILLA=	-opus -vpx
 
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes

Modified: branches/2015Q3/www/firefox-esr/Makefile
==============================================================================
--- branches/2015Q3/www/firefox-esr/Makefile	Wed Aug 12 19:07:05 2015	(r394029)
+++ branches/2015Q3/www/firefox-esr/Makefile	Wed Aug 12 19:09:01 2015	(r394030)
@@ -4,7 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	38.2.0
 DISTVERSIONSUFFIX=esr.source
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
@@ -21,13 +21,13 @@ BUILD_DEPENDS=	nspr>=4.10.8:${PORTSDIR}/
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
 		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
-		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
 		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
 		zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip
+#		libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \
 #		opus>=1.1:${PORTSDIR}/audio/opus \
 
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
@@ -36,7 +36,7 @@ USE_GECKO=	gecko
 CPE_PRODUCT=	${PORTNAME}_esr
 CONFLICTS_INSTALL=	firefox-4[0-4].* firefox-3[02-9].* firefox-2[0-35-9].*
 MOZ_PKGCONFIG_FILES=	# empty
-USE_MOZILLA=	-opus
+USE_MOZILLA=	-opus -vpx
 MOZILLA_NAME=	Firefox
 
 USE_QT5=	# empty

Modified: branches/2015Q3/www/firefox/Makefile
==============================================================================
--- branches/2015Q3/www/firefox/Makefile	Wed Aug 12 19:07:05 2015	(r394029)
+++ branches/2015Q3/www/firefox/Makefile	Wed Aug 12 19:09:01 2015	(r394030)
@@ -4,7 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	40.0
 DISTVERSIONSUFFIX=.source
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -20,13 +20,13 @@ BUILD_DEPENDS=	nspr>=4.10.8:${PORTSDIR}/
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
 		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
-		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
 		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
 		zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip
+#		libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \
 #		opus>=1.1:${PORTSDIR}/audio/opus \
 
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
@@ -34,7 +34,7 @@ LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/mult
 USE_GECKO=	gecko
 CONFLICTS_INSTALL=	firefox-esr-31.* firefox-esr-24.* firefox-esr-17.*
 MOZ_PKGCONFIG_FILES=	# empty
-USE_MOZILLA=	-opus
+USE_MOZILLA=	-opus -vpx
 MOZILLA_NAME=	Firefox
 
 USE_QT5=	# empty

Modified: branches/2015Q3/www/libxul/Makefile
==============================================================================
--- branches/2015Q3/www/libxul/Makefile	Wed Aug 12 19:07:05 2015	(r394029)
+++ branches/2015Q3/www/libxul/Makefile	Wed Aug 12 19:09:01 2015	(r394030)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxul
 DISTVERSION=	38.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	www devel
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
 		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source
@@ -19,13 +19,13 @@ BUILD_DEPENDS=	nspr>=4.10.8:${PORTSDIR}/
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
 		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
-		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
 		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
 		zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip
+#		libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \
 #		opus>=1.1:${PORTSDIR}/audio/opus \
 
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
@@ -46,7 +46,7 @@ MOZ_OPTIONS?=	--enable-application=xulru
 USE_GECKO=	gecko
 CPE_PRODUCT=	firefox_esr
 MOZILLA_EXEC_NAME=xulrunner
-USE_MOZILLA=	-opus
+USE_MOZILLA=	-opus -vpx
 MOZILLA_PLIST_DIRS=	bin include lib share/idl libdata
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-js \
 			mozilla-plugin

Modified: branches/2015Q3/www/seamonkey/Makefile
==============================================================================
--- branches/2015Q3/www/seamonkey/Makefile	Wed Aug 12 19:07:05 2015	(r394029)
+++ branches/2015Q3/www/seamonkey/Makefile	Wed Aug 12 19:09:01 2015	(r394030)
@@ -3,7 +3,7 @@
 
 PORTNAME=	seamonkey
 DISTVERSION=	2.33.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -21,13 +21,13 @@ BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
 		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
 		opus>=1.1:${PORTSDIR}/audio/opus \
-		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.7.4:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
 		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
 		zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip
+#		libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \
 
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
 
@@ -47,7 +47,7 @@ MOZ_EXTENSIONS=	default
 MOZ_OPTIONS+=	--program-transform-name='s/seamonkey/${MOZILLA}/' \
 		--enable-application=suite
 
-USE_MOZILLA=	# empty
+USE_MOZILLA=	-vpx
 MOZ_PKGCONFIG_FILES=
 
 NOT_FOR_ARCHS=	ia64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508121909.t7CJ92HI084399>