Skip to content

Commit

Permalink
memcached: 1.4.20 -> 1.4.33
Browse files Browse the repository at this point in the history
Fixes:

  - CVE-2016-8704
  - CVE-2016-8705
  - CVE-2016-8706

Closes #20079.

cc #20078

(cherry picked from commit a94bd88)
  • Loading branch information
fpletz committed Nov 3, 2016
1 parent cf35c00 commit a29900e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/memcached/default.nix
@@ -1,11 +1,11 @@
{stdenv, fetchurl, cyrus_sasl, libevent}:

stdenv.mkDerivation rec {
name = "memcached-1.4.20";
name = "memcached-1.4.33";

src = fetchurl {
url = "http://memcached.org/files/${name}.tar.gz";
sha256 = "0620llasj8xgffk6hk2ml15z0c5i34455wwg60i1a2zdir023l95";
sha256 = "07bpd6xdhzw6q2ga6xc075bw4jd44nxjl1vk4dqmd315d26nqwl3";
};

buildInputs = [cyrus_sasl libevent];
Expand Down

0 comments on commit a29900e

Please sign in to comment.