1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: icecast: Update to 2.4.4 [fixes CVE-2018-18820].

* gnu/packages/xiph.scm (icecast): Update to 2.4.4.
This commit is contained in:
Leo Famulari
2018-11-01 12:32:49 -04:00
parent 1e40e70bfe
commit 361dd8a556
+2 -2
View File
@@ -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)))