gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].
authorLeo Famulari <leo@famulari.name>
Wed, 18 Jul 2018 23:38:49 +0000 (19:38 -0400)
committerLeo Famulari <leo@famulari.name>
Wed, 18 Jul 2018 23:50:09 +0000 (19:50 -0400)
* gnu/packages/video.scm (vlc): Update to 3.0.3-1.

gnu/packages/video.scm

index 749d7e6..820a7fc 100644 (file)
@@ -820,15 +820,16 @@ audio/video codec library.")
 (define-public vlc
   (package
     (name "vlc")
-    (version "3.0.3")
+    (version "3.0.3-1")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://download.videolan.org/pub/videolan/vlc/"
-                   version "/vlc-" version ".tar.xz"))
+                   (car (string-split version #\-))
+                   "/vlc-" version ".tar.xz"))
              (sha256
               (base32
-               "0lavzly8l0ll1d9iris9cnirgcs77g48lxj14058dxqkvd5v1a4v"))))
+               "1p7qvdvg9w4lz8vckzhn6bswfkq3qw7fqkgvwjcskdgc266xx7dw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("flex" ,flex)