mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
awstats: 7.7.0 -> 7.8.0
Fixes CVE-2020-29600.
This commit is contained in:
parent
09da9d9473
commit
c2834fd6dd
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
perlPackages.buildPerlPackage rec {
|
||||
pname = "awstats";
|
||||
version = "7.7";
|
||||
version = "7.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/awstats/${pname}-${version}.tar.gz";
|
||||
sha256 = "0z3p77jnpjilajs9yv87r8xla2x1gjqlvrhpbgbh5ih73386v3j2";
|
||||
sha256 = "1f6l0hd01jmz7hpg0py8qixxiq50n8gl37iypayskxmy05z8craa";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -54,7 +54,7 @@ perlPackages.buildPerlPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Real-time logfile analyzer to get advanced statistics";
|
||||
homepage = "http://awstats.org";
|
||||
homepage = "https://awstats.org";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue