lfam pushed a commit to branch master
in repository guix.
commit 869ffe8f9b6eff69e940758fbed95adb3cd91f51
Author: Leo Famulari <[email protected]>
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