stunnel: update from 4.56 to 5.00, potentially fixes CVE-2014-0016

This commit is contained in:
Evgeny Egorochkin 2014-03-26 13:03:31 +02:00
parent 34301c89e1
commit d2571617c0

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl }:
stdenv.mkDerivation {
name = "stunnel-4.56";
name = "stunnel-5.00";
src = fetchurl {
url = http://www.stunnel.org/downloads/stunnel-4.56.tar.gz;
sha256 = "14qjhwfa0y17ipnd5mc970vfmralvgaxfl6fk0rl91vdwbxjrblw";
url = http://www.stunnel.org/downloads/stunnel-5.00.tar.gz;
sha256 = "04xwfppvmj0wrzar3rbypax93jb10f1skh3gq86gy6pglx96v648";
};
buildInputs = [openssl];