mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
awstats: 7.4 -> 7.7
security fix for CVE-2017-1000501
This commit is contained in:
parent
9d56002c39
commit
303621c266
@ -2,11 +2,11 @@
|
||||
|
||||
perlPackages.buildPerlPackage rec {
|
||||
name = "awstats-${version}";
|
||||
version = "7.4";
|
||||
version = "7.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/awstats/${name}.tar.gz";
|
||||
sha256 = "0mdbilsl8g9a84qgyws4pakhqr3mfhs5g5dqbgsn9gn285rzxas3";
|
||||
sha256 = "0z3p77jnpjilajs9yv87r8xla2x1gjqlvrhpbgbh5ih73386v3j2";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user