diff --git a/awstats-6.9-CVE-2008-3714-debian.patch b/awstats-6.9-CVE-2008-3714-debian.patch deleted file mode 100644 index ad59113..0000000 --- a/awstats-6.9-CVE-2008-3714-debian.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up ./wwwroot/cgi-bin/awstats.pl.CVE-2008-3714 ./wwwroot/cgi-bin/awstats.pl ---- ./wwwroot/cgi-bin/awstats.pl.CVE-2008-3714 2008-12-31 09:09:43.000000000 +0100 -+++ ./wwwroot/cgi-bin/awstats.pl 2008-12-31 09:10:11.000000000 +0100 -@@ -7521,8 +7521,8 @@ sub EncodeString { - sub DecodeEncodedString { - my $stringtodecode = shift; - $stringtodecode =~ tr/\+/ /s; -- $stringtodecode =~ s/%22//g; - $stringtodecode =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/ieg; -+ $stringtodecode =~ s/["']//g; - return $stringtodecode; - } - diff --git a/awstats.spec b/awstats.spec index 507a6f8..1c914c6 100644 --- a/awstats.spec +++ b/awstats.spec @@ -1,5 +1,5 @@ Name: awstats -Version: 6.9 +Version: 6.95 Release: 1%{?dist} Summary: Advanced Web Statistics License: GPLv2 @@ -9,8 +9,6 @@ Source0: http://dl.sf.net/awstats/awstats-%{version}.tar.gz Source1: awstats.README.SELinux Source2: awstats.README.Fedora -Patch0: awstats-6.9-CVE-2008-3714-debian.patch - BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: checkpolicy, selinux-policy-devel @@ -48,7 +46,6 @@ This package adds SELinux enforcement to AWstats. %prep %setup -q -%patch0 -p0 -b .CVE-2008-3714 # Fix style sheets. perl -pi -e 's,/icon,/awstatsicons,g' wwwroot/css/* # Fix some bad file permissions here for convenience. @@ -206,6 +203,9 @@ fi %changelog +* Thu Nov 26 2009 Tim Jackson - 6.95-1 +- Update to version 6.95 (security fix) + * Sat May 30 2009 Tim Jackson 6.9-1 - Update to 6.9 diff --git a/sources b/sources index 2a32536..c02a89c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc19dbb8449eccf3300efb30ca3376cb awstats-6.9.tar.gz +26a5b19fa9f395e9e7dafed37b795d7f awstats-6.95.tar.gz