rpms/awstats/FC-5 awstats.spec,1.14,1.15

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Oct 30 14:05:33 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/awstats/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4185/FC-5

Modified Files:
	awstats.spec 
Log Message:
fix dos encoding on logresolvemerge.pl (bug 212965)


Index: awstats.spec
===================================================================
RCS file: /cvs/extras/rpms/awstats/FC-5/awstats.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- awstats.spec	9 May 2006 09:04:15 -0000	1.14
+++ awstats.spec	30 Oct 2006 14:05:02 -0000	1.15
@@ -1,14 +1,13 @@
 Name:       awstats
-Version:    6.5
-Release:    5%{?dist}
+Version:    6.6
+Release:    0.3.beta%{?dist}
 Summary:    Advanced Web Statistics
 License:    GPL
 Group:      Applications/Internet
 URL:        http://awstats.sourceforge.net
-Source0:    http://dl.sf.net/awstats/awstats-6.5.tar.gz
-#Source0:   http://awstats.sourceforge.net/files/awstats-6.5.tar.gz
+#Source0:    http://dl.sf.net/awstats/awstats-6.6.tar.gz
+Source0:    http://awstats.sourceforge.net/files/awstats-6.6.tar.gz
 Source1:    awstats.README.SELinux
-Patch0:     awstats-6.5-CVE-2006-1945.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   httpd
@@ -35,15 +34,13 @@
 
 %prep
 %setup -q
-# no backup or the orig file will be installed
-%patch0 -p0
 # Fix style sheets.
 perl -pi -e 's,/icon,/awstatsicons,g' wwwroot/css/*
 # Fix some bad file permissions here for convenience.
 chmod -x tools/httpd_conf
 find tools/xslt -type f | xargs chmod -x
 # Remove \r in conf file (file written on MS Windows)
-perl -pi -e 's/\r//g' tools/httpd_conf
+perl -pi -e 's/\r//g' tools/httpd_conf tools/logresolvemerge.pl
 # SELinux README
 cp -a %{SOURCE1} README.SELinux
 
@@ -176,11 +173,14 @@
 
 
 %changelog
-* Tue May 09 2006 Aurelien Bompard <gauret[AT]free.fr> 6.5-5
-- really fix CVE-2006-1945...
+* Mon Oct 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 6.6-0.3.beta
+- fix DOS encoding on logresolvemerge.pl
 
-* Mon May 08 2006 Aurelien Bompard <gauret[AT]free.fr> 6.5-4
-- add patch to fix CVE-2006-1945 (bugs 190921, 190922 and 190923)
+* Wed Aug 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 6.6-0.2.beta
+- rebuild
+
+* Sun May 07 2006 Aurelien Bompard <gauret[AT]free.fr> 6.6-0.1.beta
+- version 6.6 (beta), fixes CVE-2005-2732 (bug 190921, 190922, and 190923)
 
 * Sun Apr 09 2006 Aurelien Bompard <gauret[AT]free.fr> 6.5-3
 - SELinux support: use semanage to label the cgi and the database files




More information about the scm-commits mailing list