SPECS: apache-mod_suphp.spec - release 1 - SANE settings - works w...

baggins baggins at pld-linux.org
Mon Jan 30 13:49:43 CET 2006


Author: baggins                      Date: Mon Jan 30 12:49:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 1
- SANE settings
- works with apache 2.2 OOTB

---- Files affected:
SPECS:
   apache-mod_suphp.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_suphp.spec
diff -u SPECS/apache-mod_suphp.spec:1.35 SPECS/apache-mod_suphp.spec:1.36
--- SPECS/apache-mod_suphp.spec:1.35	Fri Jan 27 18:54:09 2006
+++ SPECS/apache-mod_suphp.spec	Mon Jan 30 13:49:38 2006
@@ -9,13 +9,14 @@
 Summary(pl):	Moduł do apache: suPHP - uruchamianie skryptów PHP z uprawnieniami ich właścicieli
 Name:		apache-mod_%{mod_name}
 Version:	0.6.1
-Release:	0.1
+Release:	1
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://www.suphp.org/download/%{mod_name}-%{version}.tar.gz
 # Source0-md5:	7eb8ae29404392d9eb07c69d5242d716
 Source1:	%{name}.logrotate
 Source2:	%{name}.conf
+Source3:	%{name}-suphp.conf
 Patch0:		%{name}-apr.patch
 Patch1:		%{name}-compiler-flags.patch
 Patch2:		%{name}-apache_version.patch
@@ -64,7 +65,9 @@
 	--with-min-gid=1000 \
 	--with-apxs=%{apxs} \
 	--disable-checkuid \
-	--disable-checkgid
+	--disable-checkgid \
+	--with-setid-mode=owner \
+	--with-logfile=/var/log/httpd/suphp_log
 
 %{__make}
 
@@ -76,6 +79,7 @@
 install src/suphp $RPM_BUILD_ROOT%{_sbindir}
 install src/apache2/.libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/70_mod_%{mod_name}.conf
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/%{mod_name}.conf
 
 install -d $RPM_BUILD_ROOT/etc/logrotate.d
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/apache-mod_suphp
@@ -101,6 +105,7 @@
 %defattr(644,root,root,755)
 %doc README AUTHORS ChangeLog doc
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*.so
 %attr(4755,root,root) %{_sbindir}/suphp
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
@@ -113,6 +118,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2006/01/30 12:49:38  baggins
+- release 1
+- SANE settings
+- works with apache 2.2 OOTB
+
 Revision 1.35  2006/01/27 17:54:09  baggins
 - removed hacks
 - updated patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_suphp.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list