unixODBC: update from 2.3.1 to 2.3.2, potentially fixes CVE-2012-2657, CVE-2012-2658

This commit is contained in:
Nixpkgs Monitor 2013-12-04 04:58:50 +02:00 committed by Evgeny Egorochkin
parent 22bd6c8efd
commit 407c0be935

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "unixODBC-2.3.1";
name = "unixODBC-2.3.2";
src = fetchurl {
url = "ftp://ftp.unixodbc.org/pub/unixODBC/${name}.tar.gz";
md5 = "86788d4006620fa1f171c13d07fdcaab";
sha256 = "16jw5fq7wgfky6ak1h2j2pqx99jivsdl4q8aq6immpr55xs5jd4w";
};
configureFlags = "--disable-gui --sysconfdir=/etc";
}