components/apache2-modules/mod_security2/apache-security.p5m
changeset 3732 0f62cc221c7e
parent 2163 a23eea6de4af
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 set name=pkg.fmri \
    23 set name=pkg.fmri \
    24     value=pkg:/web/server/apache-22/module/apache-security@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24     value=pkg:/web/server/apache-22/module/apache-security@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary \
    25 set name=pkg.summary value="Mod Security plugin for Apache Web Server V2.2"
    26     value="Mod Security plugin for Apache Web Server V2.2"
       
    27 set name=pkg.description \
    26 set name=pkg.description \
    28     value="Mod Security plugin for Apache Web Server Version 2.2"
    27     value="Mod Security plugin for Apache Web Server Version 2.2"
    29 set name=com.oracle.info.description value="the Mod Security plugin for Apache Web Server V2.2"
    28 set name=com.oracle.info.description \
       
    29     value="the Mod Security plugin for Apache Web Server V2.2"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    31 set name=info.classification \
    32     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    32     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=org.opensolaris.arc-caseid value=PSARC/2008/090
    35 set name=org.opensolaris.arc-caseid \
       
    36     value=PSARC/2008/090
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 file modsecurity.conf-recommended \
       
    38     path=etc/apache2/2.2/samples-conf.d/security2.conf
       
    39 file unicode.mapping path=etc/apache2/2.2/samples-conf.d/unicode.mapping
       
    40 file build/apache22/$(MACH64)/apache2/.libs/mod_security2.so \
       
    41     path=usr/apache2/2.2/libexec/$(MACH64)/mod_security2.so
       
    42 file build/apache22/$(MACH32)/apache2/.libs/mod_security2.so \
       
    43     path=usr/apache2/2.2/libexec/mod_security2.so
       
    44 dir  path=var/apache2/2.2/modsec/tmp/ owner=webservd group=webservd mode=770
    38 
    45 
    39 
    46 
    40 license LICENSE license="Apache v2.0"
    47 license LICENSE license="Apache v2.0"
    41 
       
    42 dir path=var/apache2/2.2/modsec/tmp/ group=webservd owner=webservd mode=770
       
    43 
       
    44 file modsecurity.conf-recommended path=etc/apache2/2.2/samples-conf.d/security2.conf
       
    45 file build/apache22/$(MACH32)/apache2/.libs/mod_security2.so path=usr/apache2/2.2/libexec/mod_security2.so
       
    46 file build/apache22/$(MACH64)/apache2/.libs/mod_security2.so path=usr/apache2/2.2/libexec/$(MACH64)/mod_security2.so
       
    47 file unicode.mapping path=etc/apache2/2.2/samples-conf.d/unicode.mapping