diff options
author | Leo Famulari <leo@famulari.name> | 2018-10-22 03:31:51 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-22 03:37:53 -0400 |
commit | 318ec0a896dff7f311d67c6ac9f1bea31efb5e3e (patch) | |
tree | c1c2e6eaf20551f37717f9a9643fe89165852b2b /gnu | |
parent | 69c69c2d8e4922ee997f213772acabb95d33a467 (diff) | |
download | patches-318ec0a896dff7f311d67c6ac9f1bea31efb5e3e.tar patches-318ec0a896dff7f311d67c6ac9f1bea31efb5e3e.tar.gz |
gnu: livemedia-utils: Update to 2018.10.17 [fixes CVE-2018-4013].
* gnu/packages/video.scm (livemedia-utils): Update to 2018.10.17.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 a6930abfda..4fcd15e4aa 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2645,7 +2645,7 @@ many codecs and formats supported by libmediainfo.") (define-public livemedia-utils (package (name "livemedia-utils") - (version "2017.10.28") + (version "2018.10.17") (source (origin (method url-fetch) (uri (string-append @@ -2653,7 +2653,7 @@ many codecs and formats supported by libmediainfo.") version ".tar.gz")) (sha256 (base32 - "0f5kxpayqn3yhabqrd2cqlc74i6x2xr01jfkank1lcilxnfyrsnq")) + "1s69ipvdc6ldscp0cr1zpsll8xc3qcagr95nl84x7b1rbg4xjs3w")) (modules '((guix build utils))) (snippet '(begin ;; As of glibc 2.26, <xlocale.h> no longer is. |