awstats: 7.7.0 -> 7.8.0

Fixes CVE-2020-29600.
This commit is contained in:
Thomas Gerbet 2021-04-17 16:37:29 +02:00
parent 09da9d9473
commit c2834fd6dd

View file

@ -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;
};