usr/src/cmd/apache2/METADATA
author Jon Tibble <meths@btinternet.com>
Mon, 18 Nov 2013 20:14:16 +0000
branchoi_151a
changeset 246 2907cc8807f4
parent 232 264fa5bd3db2
permissions -rw-r--r--
Bump Apache 2 to 2.2.26

NAME:             httpd
VERSION:          2.2.26
DESCRIPTION:      Apache HTTP Server Version 2.2
LICENSE:          Apache v2.0, BSD-like
PACKAGE:          SUNWapch22d SUNWapch22r SUNWapch22u
PROJECT_URL:      http://httpd.apache.org
SOURCE_DOWNLOAD:  http://archive.apache.org/dist/httpd/httpd-2.2.26.tar.gz
SUPPORT:          C
BUGTRAQ:          solaris/utility/apache
OSR:              7336
COMMENTS:         
      This was ARC'd as LSARC/2009/020.
      The code uses the following patches to build this release of
      Apache HTTP Server. 
          Makefile.in.patch -
              don't create default runtime directory, /var/run/.. 
              as /var/run is generally meant for runtime usage and not buildtime 
              or installtime.
          apachectl.patch.32, apachectl.patch.64 -
              - create the apache runtime dir 
              - Set 64-bit startup flag 
          apr_common.m4.patch -
              set MKDEP to '$CC -xM' or '$CPP -xM' while using 
              Sun Studio compiler
          dav.conf.in.patch -
              Use the appropriate data and config paths
          httpd.conf.patch -
              - include all the .conf files in conf.d dir instead of .conf 
                files in extra dir
              - load modules in modules-32.load file when running in 32-bit mode
                and modules-64.load file when running in 64-bit mode
          info.conf.in.patch -
              Allow access to server-status and server-info from localhost
          mod_auth_gss_Makefile.patch.64 -
              refer to 64-bit apache build dir
          apxs.patch -
              make it run from the proto area
          configure.patch -
              - set MKDEP to '$CC -xM' or '$CPP -xM' while using 
                Sun Studio compiler
                (this issue isn't fixed yet in the upstream) 
              - set 64-bit ssl lib path when building 63-bit httpd server. 
                rules.mk.patch, special.mk.patch -
              - use 64-bit "build" dir 64-bit builds
          rules.mk.patch.install -
              Fix config_vars.mk path for 32 and 64-bit builds
          special.mk.patch.install -
              Fix instdso.sh path for 32 and 64-bit builds
          src.patch - 
              add OpenSolaris specific layout info