guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: livemedia-utils: Update to 2018.10.17 [fixes CVE-2018-4013].


From: Leo Famulari
Subject: 01/01: gnu: livemedia-utils: Update to 2018.10.17 [fixes CVE-2018-4013].
Date: Mon, 22 Oct 2018 03:39:32 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 318ec0a896dff7f311d67c6ac9f1bea31efb5e3e
Author: Leo Famulari <address@hidden>
Date:   Mon Oct 22 03:31:51 2018 -0400

    gnu: livemedia-utils: Update to 2018.10.17 [fixes CVE-2018-4013].
    
    * gnu/packages/video.scm (livemedia-utils): Update to 2018.10.17.
---
 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 a6930ab..4fcd15e 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.



reply via email to

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