Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2015 11:39:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203410] multimedia/libvpx: bring more options used by Firefox
Message-ID:  <bug-203410-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
          Assignee: ashish@FreeBSD.org
             Flags: maintainer-feedback?(ashish@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.



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