diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-24 01:27:54 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-24 01:28:48 -0500 |
commit | 4cfd222fa7b4df34e8fc002cf572be86d887f5bd (patch) | |
tree | 97fbc2e5f63c3d9bc9dd6c329fcd06a1a06ee1db /gnu/packages/xiph.scm | |
parent | 2df34b578f5c6c09f9fe646ade29ca56ad8d6bbf (diff) | |
download | patches-4cfd222fa7b4df34e8fc002cf572be86d887f5bd.tar patches-4cfd222fa7b4df34e8fc002cf572be86d887f5bd.tar.gz |
gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].
* gnu/packages/xiph.scm (opus): Update to 1.1.4.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index fc5cd6ca95..ec84bdeedb 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 |