diff --git a/.gitignore b/.gitignore
index f81cfd7..bd70761 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ awstats-7.0.tar.gz
/awstats-7.6.tar.gz
/awstats-7.7.tar.gz
/awstats-7.8.tar.gz
+/awstats-7.9.tar.gz
+/awstats-8.0.tar.gz
diff --git a/awstats-7.0-httpd-2.4.patch b/awstats-7.9-httpd-2.4.patch
similarity index 74%
rename from awstats-7.0-httpd-2.4.patch
rename to awstats-7.9-httpd-2.4.patch
index 2fe23b6..a441127 100644
--- a/awstats-7.0-httpd-2.4.patch
+++ b/awstats-7.9-httpd-2.4.patch
@@ -1,7 +1,6 @@
-diff -up awstats-7.0/tools/httpd_conf.http-2.4 awstats-7.0/tools/httpd_conf
---- awstats-7.0/tools/httpd_conf.http-2.4 2012-11-16 16:11:07.612386681 +0100
-+++ awstats-7.0/tools/httpd_conf 2012-11-16 16:44:24.921755562 +0100
-@@ -10,20 +10,33 @@
+--- awstats-7.9/tools/httpd_conf.orig 2014-09-23 09:16:09.000000000 +0200
++++ awstats-7.9/tools/httpd_conf 2023-01-18 23:30:18.097762242 +0100
+@@ -10,20 +10,26 @@
#
# Directives to add to your Apache conf file to allow use of AWStats as a CGI.
@@ -28,14 +27,7 @@ diff -up awstats-7.0/tools/httpd_conf.http-2.4 awstats-7.0/tools/httpd_conf
- Order allow,deny
- Allow from all
+
-+ # Apache 2.4
+ Require local
-+
-+
-+ # Apache 2.2
-+ Order allow,deny
-+ Allow from 127.0.0.1
-+ Allow from ::1
+
+# Additional Perl modules
diff --git a/awstats.spec b/awstats.spec
index bb71164..6389fe6 100644
--- a/awstats.spec
+++ b/awstats.spec
@@ -1,20 +1,16 @@
Name: awstats
-Version: 7.8
-Release: 1%{?dist}
+Version: 8.0
+Release: 2%{?dist}
Summary: Advanced Web Statistics
-License: GPLv3+
-URL: http://awstats.sourceforge.net
-Source0: http://downloads.sourceforge.net/project/awstats/AWStats/%{version}/awstats-%{version}.tar.gz
+# Automatically converted from old format: GPLv3+ - review is highly recommended.
+License: GPL-3.0-or-later
+URL: https://www.awstats.org/
+Source0: https://downloads.sourceforge.net/project/awstats/AWStats/%{version}/awstats-%{version}.tar.gz
Source1: %{name}.cron
Patch0: awstats-awredir.pl-sanitize-parameters.patch
-%if 0%{?rhel} >= 7 || 0%{?fedora}
# fix configuration for httpd 2.4 (#871366)
-Patch1: awstats-7.0-httpd-2.4.patch
-%endif
-
-# distribution specific definitions
-%define use_systemd (0%{?fedora} || 0%{?rhel} >= 7)
+Patch1: awstats-7.9-httpd-2.4.patch
BuildArch: noarch
BuildRequires: coreutils
@@ -22,18 +18,13 @@ BuildRequires: findutils
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: recode
-Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl-Net-IP, perl-Net-DNS, perl-Geo-IP
Requires: crontabs
Requires(post): perl-interpreter
-%if %use_systemd
# For systemd.macros
BuildRequires: systemd
Requires(postun): systemd
-%else
-Requires(postun): /sbin/service
-%endif
## SELinux policy is now included upstream
Obsoletes: awstats-selinux < 6.8-1
@@ -53,16 +44,14 @@ engines/keywords used, visit duration, HTTP errors and more...
Statistics can be updated from a browser or your scheduler.
The program also supports virtual servers, plugins and a lot of features.
-With the default configuration, the statistics are available:
+With the default configuration, the statistics are available at:
http://localhost/awstats/awstats.pl
%prep
%setup -q
-%patch0 -p 1
-%if 0%{?rhel} >= 7 || 0%{?fedora}
-%patch1 -p 1
-%endif
+%patch -P0 -p 1
+%patch -P1 -p 1
# Fix style sheets.
perl -pi -e 's,/icon,/awstatsicons,g' wwwroot/css/*
@@ -144,13 +133,7 @@ if [ $1 -eq 1 ]; then
fi
%postun
-%if %use_systemd
%systemd_postun_with_restart httpd.service
-%else
-if [ $1 -ne 0 ]; then
- /sbin/service httpd condrestart >/dev/null 2>&1
-fi
-%endif
%files
@@ -176,6 +159,64 @@ fi
%changelog
+* Fri Jan 16 2026 Fedora Release Engineering - 8.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Sat Nov 22 2025 Tim Jackson - 8.0-1
+* Update to 8.0
+
+* Wed Jul 23 2025 Fedora Release Engineering - 7.9-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Thu Jan 16 2025 Fedora Release Engineering - 7.9-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Thu Jul 25 2024 Miroslav Suchý - 7.9-6
+- convert license to SPDX
+
+* Wed Jul 17 2024 Fedora Release Engineering - 7.9-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Tue Jan 23 2024 Fedora Release Engineering - 7.9-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Fri Jan 19 2024 Fedora Release Engineering - 7.9-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Wed Jul 19 2023 Fedora Release Engineering - 7.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Wed Jan 18 2023 Tim Jackson - 7.9-1
+- Version 7.9
+
+* Wed Jan 18 2023 Fedora Release Engineering - 7.8-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Mon Jan 09 2023 Tim Jackson - 7.8-9
+- Fix CVE-2022-46391 (rhbz #2150632)
+- Clean up spec file, removing conditionals for now-obsolete releases
+
+* Wed Jul 20 2022 Fedora Release Engineering - 7.8-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Mon May 30 2022 Jitka Plesnikova - 7.8-7
+- Perl 5.36 rebuild
+
+* Wed Jan 19 2022 Fedora Release Engineering - 7.8-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Wed Jul 21 2021 Fedora Release Engineering - 7.8-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Fri May 21 2021 Jitka Plesnikova - 7.8-4
+- Perl 5.34 rebuild
+
+* Tue Jan 26 2021 Fedora Release Engineering - 7.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Dec 30 2020 Tim Jackson - 7.8-2
+- Fix CVE-2020-35176
+
* Fri Aug 07 2020 Tim Jackson - 7.8-1
- Version 7.8
diff --git a/sources b/sources
index 318d463..4008499 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (awstats-7.8.tar.gz) = b532f74a8b420841b1ae7eea73fd341049925af01688a06114f53807c14c6a4edc4ca4f671b2b9c1aee8024ba25ccf69b6eae391250e5722d2fd719de4cf87e2
+SHA512 (awstats-8.0.tar.gz) = b14f820e2ea6895baa0034828bba422d2f0dadd70387f682c1e9f25a72d8817ecf91127e254d6c6e7e7c866e02860a05112b0ac4452da7e71b2d9a6f57f21d03