components/apache2-modules/mod_security2/apache-security.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
child 4018 51079c09956d
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    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 build/$(MACH64)/apache2/.libs/mod_security2.so \
       
    40     path=usr/apache2/2.2/libexec/$(MACH64)/mod_security2.so
       
    41 file build/$(MACH32)/apache2/.libs/mod_security2.so \
       
    42     path=usr/apache2/2.2/libexec/mod_security2.so
    38 
    43 
    39 
    44 
    40 license LICENSE license="Apache v2.0"
    45 license LICENSE license="Apache v2.0"
    41 
       
    42 file modsecurity.conf-recommended path=etc/apache2/2.2/samples-conf.d/security2.conf
       
    43 file build/$(MACH32)/apache2/.libs/mod_security2.so path=usr/apache2/2.2/libexec/mod_security2.so
       
    44 file build/$(MACH64)/apache2/.libs/mod_security2.so path=usr/apache2/2.2/libexec/$(MACH64)/mod_security2.so