components/apache2-modules/mod_security2/apache-security-24.p5m
branchs11-update
changeset 4018 51079c09956d
parent 3734 24181f5eb463
equal deleted inserted replaced
4017:d3dce02237d6 4018:51079c09956d
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri \
       
    24     value=pkg:/web/server/apache-24/module/apache-security@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="Mod Security plugin for Apache Web Server V2.4"
       
    26 set name=pkg.description \
       
    27     value="Mod Security plugin for Apache Web Server Version 2.4"
       
    28 set name=com.oracle.info.description \
       
    29     value="the Mod Security plugin for Apache Web Server V2.4"
       
    30 set name=com.oracle.info.tpno value=$(TPNO)
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid value=PSARC/2008/090
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 file modsecurity-24.conf-recommended \
       
    38     path=etc/apache2/2.4/samples-conf.d/security2.conf
       
    39 file unicode.mapping path=etc/apache2/2.4/samples-conf.d/unicode.mapping
       
    40 file build/apache24/$(MACH64)/apache2/.libs/mod_security2.so \
       
    41     path=usr/apache2/2.4/libexec/mod_security2.so \
       
    42     pkg.linted.userland.action001.2=true
       
    43 dir  path=var/apache2/2.4/modsec/tmp/ owner=webservd group=webservd mode=770
       
    44 
       
    45 
       
    46 license LICENSE license="Apache v2.0"