[Bug 203410] multimedia/libvpx: bring more options used by Firefox

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 28 11:39:21 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203410

            Bug ID: 203410
           Summary: multimedia/libvpx: bring more options used by Firefox
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch, security
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
          Assignee: ashish at FreeBSD.org
             Flags: maintainer-feedback?(ashish at FreeBSD.org)

Created attachment 161484
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161484&action=edit
v1 + vuxml

Bundled libvpx in Firefox enables some non-default options. Let's add them as
port options, especially since --size-limit fixes CVE-2015-4506. No ABI impact.

        configure = ['../../configure', '--target=%s' % target,
            '--disable-examples', '--disable-install-docs',
            '--enable-multi-res-encoding',
            '--size-limit=4000x3000'
        ]

https://dxr.mozilla.org/mozilla-central/source/media/libvpx/update.py#400
https://hg.mozilla.org/releases/mozilla-esr38/rev/1c57c324c353

poudriere bulk -t logs:
93i386 - http://sprunge.us/MXdf
93amd64 - http://sprunge.us/UeTR
102amd64 - http://sprunge.us/ZGYA
101i386 - http://sprunge.us/UMbI

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list