diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-12 17:20:38 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-12 17:20:38 +0800 |
commit | acc8b7ed9e4e8f23775705a8ddd9ad28b7817bf1 (patch) | |
tree | 84e9ac0c5460c3a599e3e34df2fc4a0569ca445a /www/firefox | |
parent | 6cc65e58f2f3058d68d5330fe8699f00cff47eda (diff) | |
download | freebsd-ports-gnome-acc8b7ed9e4e8f23775705a8ddd9ad28b7817bf1.tar.gz freebsd-ports-gnome-acc8b7ed9e4e8f23775705a8ddd9ad28b7817bf1.tar.zst freebsd-ports-gnome-acc8b7ed9e4e8f23775705a8ddd9ad28b7817bf1.zip |
Switch back to bundled libvpx per vulnerabilites in v1.4.0
Security: http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html
MFH: 2015Q3
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 8354430dcb1e..d42279b13555 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -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}/devel/nspr \ 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}/multimedia/libv4l 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 |