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

* gnu/packages/xiph.scm (icecast): Update to 2.4.4.
master
Leo Famulari 2018-11-01 12:32:49 -04:00
parent 1e40e70bfe
commit 361dd8a556
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

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)))