summaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-11-01 12:32:49 -0400
committerLeo Famulari <leo@famulari.name>2018-11-01 12:33:14 -0400
commit361dd8a55644be6ee81f3ccd9e55d2951a8693f8 (patch)
tree2b40eeab7b1cc02fd324aeba6194dbc348f28b42 /gnu/packages/xiph.scm
parent1e40e70bfebba47ccea354ddf862276d2c4223ea (diff)
downloadguix-patches-361dd8a55644be6ee81f3ccd9e55d2951a8693f8.tar
guix-patches-361dd8a55644be6ee81f3ccd9e55d2951a8693f8.tar.gz
gnu: icecast: Update to 2.4.4 [fixes CVE-2018-18820].
* gnu/packages/xiph.scm (icecast): Update to 2.4.4.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r--gnu/packages/xiph.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 9a1bece63f..43b0d2723a 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -441,7 +441,7 @@ encoding Opus files and streams.")
(define-public icecast
(package
(name "icecast")
- (version "2.4.3")
+ (version "2.4.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -449,7 +449,7 @@ encoding Opus files and streams.")
version ".tar.gz"))
(sha256
(base32
- "14n5vm2xnyn8y7kl46lnnlgv6v5fjykhc57ffdsh0qaxfs6a8p68"))))
+ "0i2d9rhav0x6js2qhjf5iy6j2a7f0d11ail0lfv40hb1kygrgda9"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))