Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

squid: 3.4.11 -> 3.4.14 (though many CVEs still have no fix on this branch!)

Changed files
+2 -2
pkgs
servers
squid
+2 -2
pkgs/servers/squid/squids.nix
··· 40 40 }; 41 41 42 42 squid34 = squid30.merge rec { 43 - name = "squid-3.4.11"; 43 + name = "squid-3.4.14"; 44 44 src = args.fetchurl { 45 45 url = "http://www.squid-cache.org/Versions/v3/3.4/${name}.tar.bz2"; 46 - sha256 = "0p9dbsz541cpcc88albwpgq15jgpczv12j9b9g5xw6d3i977qm1h"; 46 + sha256 = "13y446s3nzaxzimqsqranhw9k891kr4v2hhddkxla61ag7pkjr9n"; 47 47 }; 48 48 buildInputs = [openldap pam db cyrus_sasl libcap expat libxml2 49 49 libtool openssl];