guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: gst-plugins-bad: Update to 1.10.4 [fixes CVE-2017-5848].


From: Leo Famulari
Subject: 04/07: gnu: gst-plugins-bad: Update to 1.10.4 [fixes CVE-2017-5848].
Date: Mon, 27 Feb 2017 04:05:09 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 869ffe8f9b6eff69e940758fbed95adb3cd91f51
Author: Leo Famulari <address@hidden>
Date:   Sun Feb 26 21:34:51 2017 -0500

    gnu: gst-plugins-bad: Update to 1.10.4 [fixes CVE-2017-5848].
    
    *  gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.4.
---
 gnu/packages/gstreamer.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index f9cbd73..8250727 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -270,14 +270,14 @@ developers consider to have good quality code and correct 
functionality.")
 (define-public gst-plugins-bad
   (package
     (name "gst-plugins-bad")
-    (version "1.10.3")
+    (version "1.10.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gstreamer.freedesktop.org/src/";
                                   name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rwla1p57yzygb68z2xk5l5kvqzj5w3nxq0davkwk139zd8r6294"))))
+                "0rk9rlzf2b0hjw5hwbadz53yh4ls7vm3w3cshsa3n8isdd8axp93"))))
     (outputs '("out" "doc"))
     (build-system gnu-build-system)
     (arguments



reply via email to

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