rpms/awstats/devel .cvsignore, 1.5, 1.6 awstats.spec, 1.12, 1.13 sources, 1.8, 1.9

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun May 7 08:17:10 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/awstats/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6630/devel

Modified Files:
	.cvsignore awstats.spec sources 
Log Message:
version 6.6 (beta), fixes CVE-2005-2732 (bug 190921, 190922, and 190923)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/awstats/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Aug 2005 10:18:17 -0000	1.5
+++ .cvsignore	7 May 2006 08:17:10 -0000	1.6
@@ -1 +1 @@
-awstats-6.5.tar.gz
+awstats-6.6.tar.gz


Index: awstats.spec
===================================================================
RCS file: /cvs/extras/rpms/awstats/devel/awstats.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- awstats.spec	12 Apr 2006 19:16:45 -0000	1.12
+++ awstats.spec	7 May 2006 08:17:10 -0000	1.13
@@ -1,12 +1,12 @@
 Name:       awstats
-Version:    6.5
-Release:    3%{?dist}
+Version:    6.6
+Release:    0.1.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
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -131,8 +131,8 @@
     '%{_datadir}/awstats/wwwroot/cgi-bin(/.*)?' 2>/dev/null || :
 semanage fcontext -a -t httpd_sys_script_rw_t '%{_localstatedir}/lib/awstats(/.*)?' 2>/dev/null || :
 # Actually change the context
-chcon -R -t httpd_sys_script_exec_t %{_datadir}/awstats/wwwroot/cgi-bin
-chcon -R -t httpd_sys_script_rw_t %{_localstatedir}/lib/awstats
+chcon -R -t httpd_sys_script_exec_t %{_datadir}/awstats/wwwroot/cgi-bin || :
+chcon -R -t httpd_sys_script_rw_t %{_localstatedir}/lib/awstats || :
 
 
 %postun
@@ -142,7 +142,8 @@
 # SELinux support
 if [ $1 -eq 0 ]; then
   semanage fcontext -d -t httpd_sys_script_exec_t \
-    '/usr/share/awstats/wwwroot/cgi-bin(/.*)?' 2>/dev/null || :
+    '%{_datadir}/awstats/wwwroot/cgi-bin(/.*)?' 2>/dev/null || :
+  semanage fcontext -d -t httpd_sys_script_rw_t '%{_localstatedir}/lib/awstats(/.*)?' 2>/dev/null || :
 fi
 
 
@@ -172,6 +173,9 @@
 
 
 %changelog
+* 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
 - Only allow access from localhost by default (this app has a security history)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/awstats/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	11 Jan 2006 15:07:29 -0000	1.8
+++ sources	7 May 2006 08:17:10 -0000	1.9
@@ -1 +1 @@
-aef00b2ff5c5413bd2a868299cabd69a  awstats-6.5.tar.gz
+c9b65c5a58011fdb4ec611feec17eee4  awstats-6.6.tar.gz




More information about the fedora-extras-commits mailing list