lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

activemq: 5.13.2 -> 5.13.4 (security)

Fixes CVE-2016-3088.

See http://activemq.apache.org/security-advisories.data/CVE-2016-3088-announcement.txt.

+2 -2
+2 -2
pkgs/development/libraries/apache-activemq/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "apache-activemq-${version}"; 5 - version = "5.13.2"; 5 + version = "5.13.4"; 6 6 7 7 src = fetchurl { 8 - sha256 = "0vrgny8fw973xvr3w4wc1s44z50b0c2hgcqa91s8fbx2yjmqn5xy"; 8 + sha256 = "0sp806bmv9vs19zbzlv71ag09p1jbl2wn2wpxfwa20mndri8lsmz"; 9 9 url = "mirror://apache/activemq/${version}/${name}-bin.tar.gz"; 10 10 }; 11 11