OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src         Date:   29-Nov-2002 13:55:13
  Branch: HEAD                             Handle: 2002112912551201

  Modified files:
    openpkg-src/apache      apache.base apache.spec
    openpkg-web             news.txt

  Log:
    finally kick-out this brain-dead mod_zmod stuff which always made headaches

  Summary:
    Revision    Changes     Path
    1.5         +0  -8      openpkg-src/apache/apache.base
    1.95        +13 -32     openpkg-src/apache/apache.spec
    1.2146      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-src/apache/apache.base
  ============================================================
  $ cvs diff -u -r1.4 -r1.5 apache.base
  --- openpkg-src/apache/apache.base    23 Jul 2002 15:31:58 -0000      1.4
  +++ openpkg-src/apache/apache.base    29 Nov 2002 12:55:13 -0000      1.5
  @@ -194,14 +194,6 @@
       BrowserMatch "JDK/1\.0"        force-response-1.0
   </IfModule>
   
  -#   IVW access logging
  -<IfModule mod_zmod.c>
  -    ZModSubPath   /cgi-bin/ivw
  -    ZModFormat    ZMODS
  -    ZModLog       @l_prefix@/var/apache/log/zmod.log
  -    #ZModFileBase @l_prefix@/share/apache/htdocs/ivw/pics
  -</IfModule>
  -
   #   SSL/TLS support
   <IfModule mod_ssl.c>
       SSLRandomSeed           startup builtin
  Index: openpkg-src/apache/apache.spec
  ============================================================
  $ cvs diff -u -r1.94 -r1.95 apache.spec
  --- openpkg-src/apache/apache.spec    22 Nov 2002 09:36:48 -0000      1.94
  +++ openpkg-src/apache/apache.spec    29 Nov 2002 12:55:13 -0000      1.95
  @@ -48,7 +48,6 @@
   #   the additionally used Apache modules (you have to know what you do)
   %{!?with_mod_auth_pam:       %define  with_mod_auth_pam       no}
   %{!?with_mod_gzip:           %define  with_mod_gzip           no}
  -%{!?with_mod_zmod:           %define  with_mod_zmod           no}
   %{!?with_mod_fastcgi:        %define  with_mod_fastcgi        no}
   %{!?with_mod_throttle:       %define  with_mod_throttle       no}
   %{!?with_mod_access_referer: %define  with_mod_access_referer no}
  @@ -126,7 +125,6 @@
   %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.12
   %define       V_mod_throttle       312
   %define       V_mod_access_referer 1.0.2
  @@ -143,7 +141,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20021122
  +Release:      20021129
   
   #   list of sources
   Source0:      http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
  @@ -155,13 +153,12 @@
   Source6:      
http://www.cri.ensmp.fr/~coelho/mod_macro/mod_macro-%{V_mod_macro}.tar.gz
   Source7:      http://pam.sourceforge.net/mod_auth_pam/dist/mod_auth_pam.tar.gz
   Source8:      
http://www.remotecommunications.com/apache/mod_gzip/src/%{V_mod_gzip}/mod_gzip.c
  -Source9:      http://www.ivw.de/???/src.apapi.FIN%{V_mod_zmod}.tar.gz
  -Source10:     http://www.fastcgi.com/dist/mod_fastcgi-%{V_mod_fastcgi}.tar.gz
  -Source11:     
http://www.snert.com/Software/mod_throttle/mod_throttle%{V_mod_throttle}.tgz
  -Source12:     
http://download.sourceforge.net/accessreferer/mod_access_referer-%{V_mod_access_referer}.tar.gz
  -Source13:     http://www.klomp.org/mod_roaming/mod_roaming-%{V_mod_roaming}.tar.gz
  -Source14:     
http://software.tangent.org/download/mod_relocate-%{V_mod_relocate}.tar.gz
  -Source15:     http://www.php.net/distributions/php-%{V_mod_php3}.tar.gz
  +Source9:      http://www.fastcgi.com/dist/mod_fastcgi-%{V_mod_fastcgi}.tar.gz
  +Source10:     
http://www.snert.com/Software/mod_throttle/mod_throttle%{V_mod_throttle}.tgz
  +Source11:     
http://download.sourceforge.net/accessreferer/mod_access_referer-%{V_mod_access_referer}.tar.gz
  +Source12:     http://www.klomp.org/mod_roaming/mod_roaming-%{V_mod_roaming}.tar.gz
  +Source13:     
http://software.tangent.org/download/mod_relocate-%{V_mod_relocate}.tar.gz
  +Source14:     http://www.php.net/distributions/php-%{V_mod_php3}.tar.gz
   Source20:     apache.conf
   Source21:     apache.base
   Source22:     apache.vhost
  @@ -283,7 +280,6 @@
       --define 'with_mod_relocate         %{with_mod_relocate}' \
       --define 'with_mod_roaming          %{with_mod_roaming}' \
       --define 'with_mod_throttle         %{with_mod_throttle}' \
  -    --define 'with_mod_zmod             %{with_mod_zmod}' \
   
       Options (additional extensions for mod_php):
       --define 'with_mod_php_bzip2        %{with_mod_php_bzip2}' \
  @@ -342,26 +338,23 @@
   %if "%{with_mod_auth_pam}" == "yes"
       %setup7 -q -T -D -a 7
   %endif
  -%if "%{with_mod_zmod}" == "yes"
  -    %setup9 -q -T -D -a 9
  -%endif
   %if "%{with_mod_fastcgi}" == "yes"
  -    %setup10 -q -T -D -a 10
  +    %setup9 -q -T -D -a 9
   %endif
   %if "%{with_mod_throttle}" == "yes"
  -    %setup11 -q -T -D -a 11
  +    %setup10 -q -T -D -a 10
   %endif
   %if "%{with_mod_access_referer}" == "yes"
  -    %setup12 -q -T -D -a 12
  +    %setup11 -q -T -D -a 11
   %endif
   %if "%{with_mod_roaming}" == "yes"
  -    %setup13 -q -T -D -a 13
  +    %setup12 -q -T -D -a 12
   %endif
   %if "%{with_mod_relocate}" == "yes"
  -    %setup14 -q -T -D -a 14
  +    %setup13 -q -T -D -a 13
   %endif
   %if "%{with_mod_php3}" == "yes"
  -    %setup15 -q -T -D -a 15
  +    %setup14 -q -T -D -a 14
   %endif
   
   %build
  @@ -636,15 +629,6 @@
       cp %{SOURCE mod_gzip.c} apache_%{V_apache}/src/modules/extra/
   %endif
   
  -    #   optionally prepare mod_zmod
  -%if "%{with_mod_zmod}" == "yes"
  -    ( cd src
  -      mkdir ../apache_%{V_apache}/src/modules/zmod
  -      %{l_shtool} subst -e 's;"compat.h";"ap_compat.h";' modules/zmod/mod_zmod.c
  -      cp modules/zmod/* ../apache_%{V_apache}/src/modules/zmod/
  -    )
  -%endif
  -
       #   optionally prepare mod_fastcgi
   %if "%{with_mod_fastcgi}" == "yes"
       ( cd mod_fastcgi-%{V_mod_fastcgi}
  @@ -746,9 +730,6 @@
   %endif
   %if "%{with_mod_gzip}" == "yes"
             --activate-module=src/modules/extra/mod_gzip.o \
  -%endif
  -%if "%{with_mod_zmod}" == "yes"
  -          --activate-module=src/modules/zmod/libzmod.a \
   %endif
   %if "%{with_mod_fastcgi}" == "yes"
             --activate-module=src/modules/fastcgi/libfastcgi.a \
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.2145 -r1.2146 news.txt
  --- openpkg-web/news.txt      29 Nov 2002 11:19:35 -0000      1.2145
  +++ openpkg-web/news.txt      29 Nov 2002 12:55:12 -0000      1.2146
  @@ -1,3 +1,4 @@
  +29-Nov-2002: Upgraded package: P<apache-1.3.27-20021129>
   29-Nov-2002: Upgraded package: P<perl-5.8.0-20021129>
   29-Nov-2002: Security Advisory: S<OpenPKG-SA-2002.012-samba>
   29-Nov-2002: Upgraded package: P<openpkg-tool-20021129-20021129>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to