~ruther/guix-local

2ab5e39d22dd9698c33a7a6ed8d5266f596f68e0 — Mark H Weaver 10 years ago 7ab73c4
gnu: libvpx: Set size limit to avoid CVE-2015-1258.

* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit"
  argument to configure.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -0
@@ 777,6 777,8 @@ projects while introducing many more.")
                     (zero? (system* "./configure"
                                     "--enable-shared"
                                     "--as=yasm"
                                     ;; Limit size to avoid CVE-2015-1258
                                     "--size-limit=16384x16384"
                                     (string-append "--prefix=" out)))))
                 %standard-phases)
       #:tests? #f)) ; no check target