|
@@ -22,14 +22,14 @@
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
# the additionally used Apache modules
|
|
# the additionally used Apache modules
|
|
|
-%define mod_ssl yes
|
|
|
|
|
-%define mod_perl yes
|
|
|
|
|
-%define mod_php yes
|
|
|
|
|
|
|
+%define mod_ssl no
|
|
|
|
|
+%define mod_perl no
|
|
|
|
|
+%define mod_php no
|
|
|
%define mod_dav no
|
|
%define mod_dav no
|
|
|
%define mod_layout no
|
|
%define mod_layout no
|
|
|
%define mod_macro no
|
|
%define mod_macro no
|
|
|
%define mod_auth_pam no
|
|
%define mod_auth_pam no
|
|
|
-%define mod_gzip yes
|
|
|
|
|
|
|
+%define mod_gzip no
|
|
|
%define mod_zmod no
|
|
%define mod_zmod no
|
|
|
%define mod_fastcgi no
|
|
%define mod_fastcgi no
|
|
|
%define mod_throttle no
|
|
%define mod_throttle no
|
|
@@ -40,15 +40,15 @@
|
|
|
# more optional settings
|
|
# more optional settings
|
|
|
# (requires mod_php set to "yes" above)
|
|
# (requires mod_php set to "yes" above)
|
|
|
%define php_mysql no
|
|
%define php_mysql no
|
|
|
-%define php_gd yes
|
|
|
|
|
|
|
+%define php_gd no
|
|
|
|
|
|
|
|
# the software versions
|
|
# the software versions
|
|
|
-%define V_apache 1.3.20
|
|
|
|
|
-%define V_mod_ssl 2.8.4
|
|
|
|
|
|
|
+%define V_apache 1.3.22
|
|
|
|
|
+%define V_mod_ssl 2.8.5
|
|
|
%define V_mod_perl 1.26
|
|
%define V_mod_perl 1.26
|
|
|
%define V_mod_php 4.0.6
|
|
%define V_mod_php 4.0.6
|
|
|
%define V_mod_dav 1.0.2-1.3.6
|
|
%define V_mod_dav 1.0.2-1.3.6
|
|
|
-%define V_mod_layout 3.0
|
|
|
|
|
|
|
+%define V_mod_layout 3.0.1
|
|
|
%define V_mod_macro 1.1.1
|
|
%define V_mod_macro 1.1.1
|
|
|
%define V_mod_auth_pam 1.0a
|
|
%define V_mod_auth_pam 1.0a
|
|
|
%define V_mod_gzip 1.3.19.1a
|
|
%define V_mod_gzip 1.3.19.1a
|
|
@@ -69,7 +69,7 @@ Distribution: OpenPKG [EXP]
|
|
|
Group: Web
|
|
Group: Web
|
|
|
License: BSD-style
|
|
License: BSD-style
|
|
|
Version: %{V_apache}
|
|
Version: %{V_apache}
|
|
|
-Release: 23
|
|
|
|
|
|
|
+Release: 25
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
|
|
Source0: http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
|
|
@@ -240,8 +240,7 @@ AutoReqProv: no
|
|
|
--sysconfdir=%{l_prefix}/etc/apache \
|
|
--sysconfdir=%{l_prefix}/etc/apache \
|
|
|
--libexecdir=%{l_prefix}/lib/apache \
|
|
--libexecdir=%{l_prefix}/lib/apache \
|
|
|
--datadir=%{l_prefix}/share/apache \
|
|
--datadir=%{l_prefix}/share/apache \
|
|
|
- --localstatedir=%{l_prefix}/var/apache \
|
|
|
|
|
- --without-confadjust
|
|
|
|
|
|
|
+ --localstatedir=%{l_prefix}/var/apache
|
|
|
)
|
|
)
|
|
|
%endif
|
|
%endif
|
|
|
%if "%{mod_perl}" == "yes"
|
|
%if "%{mod_perl}" == "yes"
|
|
@@ -398,7 +397,6 @@ AutoReqProv: no
|
|
|
--libexecdir=%{l_prefix}/lib/apache \
|
|
--libexecdir=%{l_prefix}/lib/apache \
|
|
|
--datadir=%{l_prefix}/share/apache \
|
|
--datadir=%{l_prefix}/share/apache \
|
|
|
--localstatedir=%{l_prefix}/var/apache \
|
|
--localstatedir=%{l_prefix}/var/apache \
|
|
|
- --without-confadjust \
|
|
|
|
|
--enable-suexec \
|
|
--enable-suexec \
|
|
|
--suexec-caller=%{l_fsusr} \
|
|
--suexec-caller=%{l_fsusr} \
|
|
|
--suexec-userdir=.www \
|
|
--suexec-userdir=.www \
|