mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05: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:
parent
1e40e70bfe
commit
361dd8a556
1 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ (define-public libopusenc
|
|||
(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 @@ (define-public icecast
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14n5vm2xnyn8y7kl46lnnlgv6v5fjykhc57ffdsh0qaxfs6a8p68"))))
|
||||
"0i2d9rhav0x6js2qhjf5iy6j2a7f0d11ail0lfv40hb1kygrgda9"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue