guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216, 8217, 8218, 8


From: Mark H. Weaver
Subject: 01/01: gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216, 8217, 8218, 8219}].
Date: Thu, 03 Dec 2015 03:39:18 +0000

mhw pushed a commit to branch master
in repository guix.

commit 084e41c1ac0ba3d37426ef71ecf6e7dab0c1ffdb
Author: Mark H Weaver <address@hidden>
Date:   Wed Dec 2 21:56:14 2015 -0500

    gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216,8217,8218,8219}].
    
    * gnu/packages/video.scm (ffmpeg): Update to 2.8.3.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e5b9994..80b21e0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -373,14 +373,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, 
and VC-1/VMW3).")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "2.8")
+    (version "2.8.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "10l1iwc01k1algk2v4vzsrahdvqjmjfi3qazm2cwism0d8hsfg4r"))))
+               "0jkhyv68aa7h3hf905ganwqbrflams3hs74in7ygxdfkcqw2xqhq"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]