mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
icecast: 2.4.3 -> 2.4.4
Fixes CVE-2018-18820.
This commit is contained in:
parent
5262cf6d0a
commit
24d6c0dbde
@ -3,11 +3,11 @@
|
||||
, libvorbis, libtheora, speex, libkate, libopus }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "icecast-2.4.3";
|
||||
name = "icecast-2.4.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.xiph.org/releases/icecast/${name}.tar.gz";
|
||||
sha256 = "14n5vm2xnyn8y7kl46lnnlgv6v5fjykhc57ffdsh0qaxfs6a8p68";
|
||||
sha256 = "0i2d9rhav0x6js2qhjf5iy6j2a7f0d11ail0lfv40hb1kygrgda9";
|
||||
};
|
||||
|
||||
buildInputs = [ libxml2 libxslt curl libvorbis libtheora speex libkate libopus ];
|
||||
|
Loading…
Reference in New Issue
Block a user