浏览代码

upgrade ingredients

Ralf S. Engelschall 23 年之前
父节点
当前提交
d7e717aa6b
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      apache/apache.spec

+ 7 - 7
apache/apache.spec

@@ -99,13 +99,13 @@
 %define       V_mod_ssl            2.8.7
 %define       V_mod_perl           1.26
 %define       V_mod_php            4.1.2
-%define       V_mod_dav            1.0.2-1.3.6
-%define       V_mod_layout         3.0.4
-%define       V_mod_macro          1.1.1
+%define       V_mod_dav            1.0.3-1.3.6
+%define       V_mod_layout         3.1.4
+%define       V_mod_macro          1.1.2
 %define       V_mod_auth_pam       1.0a
 %define       V_mod_gzip           1.3.19.1a
 %define       V_mod_zmod           2_3
-%define       V_mod_fastcgi        2.2.10
+%define       V_mod_fastcgi        2.2.12
 %define       V_mod_throttle       312
 %define       V_mod_access_referer 1.0.2
 %define       V_mod_roaming        1.0.2
@@ -126,7 +126,7 @@ Distribution: OpenPKG [REL]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20020315
+Release:      20020318
 
 #   list of sources
 Source0:      http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
@@ -158,7 +158,7 @@ Source8:      http://www.remotecommunications.com/apache/mod_gzip/src/%{V_mod_gz
 Source9:      http://www.ivw.de/???/src.apapi.FIN%{V_mod_zmod}.tar.gz
 # %endif
 # %if "%{mod_fastcgi}" == "yes"
-Source10:     http://www.fastcgi.com/dist/mod_fastcgi_%{V_mod_fastcgi}.tar.gz
+Source10:     http://www.fastcgi.com/dist/mod_fastcgi-%{V_mod_fastcgi}.tar.gz
 # %endif
 # %if "%{mod_throttle}" == "yes"
 Source11:     http://www.snert.com/Software/mod_throttle/mod_throttle%{V_mod_throttle}.tgz
@@ -473,7 +473,7 @@ AutoReqProv:  no
     )
 %endif
 %if "%{mod_fastcgi}" == "yes"
-    ( cd mod_fastcgi_%{V_mod_fastcgi}
+    ( cd mod_fastcgi-%{V_mod_fastcgi}
       mkdir ../apache_%{V_apache}/src/modules/fastcgi
       cp -rp * ../apache_%{V_apache}/src/modules/fastcgi/
     )