Updating libzrtpcpp to 2.3.4.

I think it fixes the security threats exposed in:
http://blog.azimuthsecurity.com/2013/06/attacking-crypto-phones-weaknesses-in.html
This commit is contained in:
Lluís Batlle i Rossell 2013-07-06 14:33:32 +02:00
parent c979360b52
commit be2dfd1b72

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, openssl, pkgconfig, ccrtp }:
stdenv.mkDerivation rec {
name = "libzrtpcpp-2.3.3";
name = "libzrtpcpp-2.3.4";
src = fetchurl {
url = "mirror://gnu/ccrtp/${name}.tar.gz";
sha256 = "1p8i3qb4j1r64r7miva8hamaszk42kncpy1x5xlq1l0465h01rvg";
sha256 = "020hfyrh8qdwkqdg1r1n65wdzj5i01ba9dzjghbm9lbz93gd9r83";
};
# We disallow 'lib64', or pkgconfig will not find it.