forked from mirrors/nixpkgs
subversion+serf: security update to fix CVE-2014-3504
Thanks to nixpkgs monitor again.
This commit is contained in:
parent
32f95153a1
commit
3775fa9ea2
|
@ -17,13 +17,13 @@ assert javahlBindings -> jdk != null && perl != null;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
version = "1.8.9";
|
||||
version = "1.8.10";
|
||||
|
||||
name = "subversion-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/subversion/${name}.tar.bz2";
|
||||
sha1 = "424ee12708f39a126efd905886666083dcc4eeaf";
|
||||
sha1 = "d6896d94bb53c1b4c6e9c5bb1a5c466477b19b2b";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib apr aprutil sqlite ]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, apr, scons, openssl, aprutil, zlib, krb5, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "serf-1.3.6";
|
||||
name = "serf-1.3.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://serf.googlecode.com/svn/src_releases/${name}.tar.bz2";
|
||||
sha256 = "1wk3cplazs8jznjc9ylpd63rrk9k2y05xa7zqx7psycr0gmpnqya";
|
||||
sha1 = "db9ae339dba10a2b47f9bdacf30a58fd8e36683a";
|
||||
};
|
||||
|
||||
buildInputs = [ apr scons openssl aprutil zlib krb5 pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue