socate: Update to 1.7.2.2, 2.0.0-b6

CVE-2013-3571
This commit is contained in:
Eelco Dolstra
2013-11-04 21:10:59 +01:00
parent 0e831bd525
commit 59cad4dc07
4 changed files with 24 additions and 35 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl }:
stdenv.mkDerivation rec {
name = "socat-1.7.2.1";
name = "socat-1.7.2.2";
src = fetchurl {
url = "http://www.dest-unreach.org/socat/download/${name}.tar.bz2";
sha256 = "0xw2qmmixv7jwsrgx2vy54bq695d6my3pm3z4dcpmf9vqvb2xsps";
sha256 = "0g4miazc9w3gxbk5vvw228jp3qxn775jspkgqv5hjf2d3bqpl5ls";
};
buildInputs = [ openssl ];