guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].


From: Marius Bakke
Subject: 01/01: gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].
Date: Wed, 22 Nov 2017 12:51:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f137f8492373b436d8fc1e2709d1f4844eccef15
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 22 18:45:31 2017 +0100

    gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].
    
    * gnu/packages/video.scm (vlc): Update to 2.2.8.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fdf3f4e..7720c5a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -798,7 +798,7 @@ audio/video codec library.")
 (define-public vlc
   (package
     (name "vlc")
-    (version "2.2.6")
+    (version "2.2.8")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -806,7 +806,7 @@ audio/video codec library.")
                    version "/vlc-" version ".tar.xz"))
              (sha256
               (base32
-               "1a22b913p2227ljz89c4fgjlyln5gcz8z58w32r0wh4srnnd60y4"))))
+               "1v32snw46rkgbdqdy3dssl2y13i8p2cr1cw1i18r6vdmiy24dw4v"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("git" ,git) ; needed for a test



reply via email to

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