Merge pull request #14425 from grahamc/libsrtp
srtp: 1.5.2 -> 1.5.4 for CVE-2015-6360
This commit is contained in:
commit
04f480a98f
@ -5,13 +5,13 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libsrtp-${version}";
|
name = "libsrtp-${version}";
|
||||||
version = "1.5.2";
|
version = "1.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cisco";
|
owner = "cisco";
|
||||||
repo = "libsrtp";
|
repo = "libsrtp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0iy1il72gnjcwbi16wf4kzdqs1xx8is9qvs6m49pg37218s26gdw";
|
sha256 = "0s029m4iw0nsvnsm2hlz8yajrasdvf315iv2dw8mfm7nhbshwsqa";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
] ++ optional (openssl != null) "--enable-openssl";
|
] ++ optional (openssl != null) "--enable-openssl";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
rmdir $out/bin
|
rm -rf $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user