3
0
Fork 0
forked from mirrors/nixpkgs

icecast: update from 2.4.0 to 2.4.1, potentially fixes CVE-2014-9018

This commit is contained in:
Rob Vermaas 2014-12-17 15:49:48 +01:00
parent 81f6af4a54
commit f72c7e93ce

View file

@ -3,11 +3,11 @@
, libvorbis, libtheora, speex, libkate, libopus }: , libvorbis, libtheora, speex, libkate, libopus }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "icecast-2.4.0"; name = "icecast-2.4.1";
src = fetchurl { src = fetchurl {
url = "http://downloads.xiph.org/releases/icecast/${name}.tar.gz"; url = "http://downloads.xiph.org/releases/icecast/${name}.tar.gz";
sha256 = "0chg8v3c0wkbakjcw73rsfccx13f28arrmmbz9p5fsmiw5bykdqp"; sha256 = "0js5lylrgklhvvaksx46zc8lc975qb1bns8h1ms545nv071rxy23";
}; };
buildInputs = [ libxml2 libxslt curl libvorbis libtheora speex libkate libopus ]; buildInputs = [ libxml2 libxslt curl libvorbis libtheora speex libkate libopus ];