Home | History | Annotate | Download | only in apache2
      1 NAME:             httpd
      2 VERSION:          2.2.14
      3 DESCRIPTION:      Apache HTTP Server Version 2.2
      4 LICENSE:          Apache v2.0
      5 PACKAGE:          SUNWapch22d SUNWapch22r SUNWapch22u
      6 PROJECT_URL:      http://httpd.apache.org
      7 SOURCE_DOWNLOAD:  http://archive.apache.org/dist/httpd/httpd-2.2.14.tar.gz
      8 SUPPORT:          Community
      9 BUGTRAQ:          solaris/utility/apache
     10 OSR:              7336
     11 COMMENTS:         
     12       This was ARC'd as LSARC/2009/020.
     13       The code uses the following patches to build this release of
     14       Apache HTTP Server. 
     15           Makefile.in.patch -
     16               don't create default runtime directory, /var/run/.. 
     17               as /var/run is generally meant for runtime usage and not buildtime 
     18               or installtime.
     19           apachectl.patch.32, apachectl.patch.64 -
     20               - create the apache runtime dir 
     21               - Set 64-bit startup flag 
     22           apr_common.m4.patch -
     23               set MKDEP to '$CC -xM' or '$CPP -xM' while using 
     24               Sun Studio compiler
     25           dav.conf.in.patch -
     26               Use the appropriate data and config paths
     27           httpd.conf.patch -
     28               - include all the .conf files in conf.d dir instead of .conf 
     29                 files in extra dir
     30               - load modules in modules-32.load file when running in 32-bit mode
     31                 and modules-64.load file when running in 64-bit mode
     32           info.conf.in.patch -
     33               Allow access to server-status and server-info from localhost
     34           mod_auth_gss_Makefile.patch.64 -
     35               refer to 64-bit apache build dir
     36           apxs.patch -
     37               make it run from the proto area
     38           configure.patch -
     39               - set MKDEP to '$CC -xM' or '$CPP -xM' while using 
     40                 Sun Studio compiler
     41                 (this issue isn't fixed yet in the upstream) 
     42               - set 64-bit ssl lib path when building 63-bit httpd server. 
     43                 rules.mk.patch, special.mk.patch -
     44               - use 64-bit "build" dir 64-bit builds
     45           rules.mk.patch.install -
     46               Fix config_vars.mk path for 32 and 64-bit builds
     47           special.mk.patch.install -
     48               Fix instdso.sh path for 32 and 64-bit builds
     49           src.patch - 
     50               add OpenSolaris specific layout info
     51