socat: update from 1.7.2.2 to 1.7.2.3, potentially fixes CVE-2014-0019

This commit is contained in:
Evgeny Egorochkin 2014-02-06 09:49:32 +02:00
parent 5559d4d47e
commit 0c439c3a1a

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl }:
stdenv.mkDerivation rec {
name = "socat-1.7.2.2";
name = "socat-1.7.2.3";
src = fetchurl {
url = "http://www.dest-unreach.org/socat/download/${name}.tar.bz2";
sha256 = "0g4miazc9w3gxbk5vvw228jp3qxn775jspkgqv5hjf2d3bqpl5ls";
sha256 = "1l5ajqwfpxy35mvqlihzncmfngn61k7in51wkvd8q4vvmxaar605";
};
buildInputs = [ openssl ];