me
/
guix
Archived
1
0
Fork 0

gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].

* gnu/packages/video.scm (vlc): Update to 3.0.3-1.
master
Leo Famulari 2018-07-18 19:38:49 -04:00
parent 363c946b36
commit 324c049ff6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 3 deletions

View File

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