diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-14 16:35:26 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-14 16:35:26 +0000 |
commit | ed2a0329d8952db5db6826f4fd340779e6b66da5 (patch) | |
tree | 186a561114564710b18118c6c0ee6216e0e9717b /multimedia/libvpx/files/patch-build_make_configure.sh | |
parent | Document freeradius3 vulnerability (diff) |
multimedia/libvpx: update to 1.4.0.488 (snapshot)
Sync system libvpx with bundled libvpx in Firefox 40 in order
to fix vulnerabilities in the former.
While here fix other issues:
- Add powerpc targets removed by upstream
- Add sparc64 support [1]
- Improve gcc42 workaround [2]
- Strip binaries as reported by stage-qa
- Drop unused -no-integrated-as hack for Clang
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.4.0..e67d45d
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0_to_1.4.0.488/compat_report.html
PR: 202270
PR: 186394 [1] (based on)
PR: 189136 [2]
Exp-run by: antoine
Approved by: ashish (maintainer)
MFH: 2015Q3
Security: http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html
Notes
Notes:
svn path=/head/; revision=394231
Diffstat (limited to 'multimedia/libvpx/files/patch-build_make_configure.sh')
-rw-r--r-- | multimedia/libvpx/files/patch-build_make_configure.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/multimedia/libvpx/files/patch-build_make_configure.sh b/multimedia/libvpx/files/patch-build_make_configure.sh index 6f6705559b47..e5684b67edb8 100644 --- a/multimedia/libvpx/files/patch-build_make_configure.sh +++ b/multimedia/libvpx/files/patch-build_make_configure.sh @@ -1,13 +1,5 @@ --- build/make/configure.sh.orig 2015-04-03 18:49:19 UTC +++ build/make/configure.sh -@@ -379,6 +379,7 @@ write_common_config_banner() { - print_webm_license config.mk "##" "" - echo '# This file automatically generated by configure. Do not edit!' >> config.mk - echo "TOOLCHAIN := ${toolchain}" >> config.mk -+ echo "CLANG_NO_IAS=${CLANG_NO_IAS}" >> config.mk - - case ${toolchain} in - *-linux-rvct) @@ -831,7 +832,6 @@ process_common_toolchain() { case ${tgt_cc} in |