[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].
From: |
Leo Famulari |
Subject: |
01/01: gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381]. |
Date: |
Tue, 24 Jan 2017 06:29:09 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 4cfd222fa7b4df34e8fc002cf572be86d887f5bd
Author: Leo Famulari <address@hidden>
Date: Tue Jan 24 01:27:54 2017 -0500
gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].
* gnu/packages/xiph.scm (opus): Update to 1.1.4.
---
gnu/packages/xiph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index fc5cd6c..ec84bde 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -300,7 +300,7 @@ ogginfo, to obtain information (tags, bitrate, length,
etc.) about
(define opus
(package
(name "opus")
- (version "1.1.3")
+ (version "1.1.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -308,7 +308,7 @@ ogginfo, to obtain information (tags, bitrate, length,
etc.) about
".tar.gz"))
(sha256
(base32
- "0cxnd7pjxbgh6l3cbzsw29phpr5cq28fikfhjlp1hc3y5s0gxdjq"))))
+ "14l6kpapmcnvl7p9hrmbqcnzj13zfzyppyc9a5kd4788h2rvc8li"))))
(build-system gnu-build-system)
(synopsis "Versatile audio codec")
(description