components/php-5_2/php-suhosin.p5m
changeset 4073 4f086b95f18c
parent 4071 4b68c2b0134b
child 4074 3b59c13ef5ec
equal deleted inserted replaced
4071:4b68c2b0134b 4073:4f086b95f18c
     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 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/web/php-52/extension/[email protected],$(BUILD_VERSION)
       
    26 set name=pkg.summary value="Suhosin extension module for PHP"
       
    27 set name=pkg.description value="PHP-Suhosin extension to secure PHP"
       
    28 
       
    29 # This package name has known conflicts with other packages in the WOS
       
    30 set name=pkg.linted.pkglint.manifest004 value=true
       
    31 set name=info.classification value=org.opensolaris.category.2008:Development/PHP
       
    32 set name=info.source-url value=http://download.suhosin.org/suhosin-0.9.29.tgz
       
    33 set name=info.upstream-url value=http://www.hardened-php.net/suhosin/index.html
       
    34 set name=org.opensolaris.arc-caseid value=LSARC/2008/538
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    36 file path=etc/php/5.2/conf.d/suhosin.ini mode=0644 \
       
    37     original_name=SUNWphp52-suhosin:etc/php/5.2/conf.d/suhosin.ini \
       
    38     preserve=renamenew
       
    39 file path=etc/php/5.2/zts-conf.d/suhosin.ini mode=0644 \
       
    40     original_name=SUNWphp52-suhosin:etc/php/5.2/zts-conf.d/suhosin.ini \
       
    41     preserve=renamenew
       
    42 file path=usr/php/5.2/modules/suhosin.so
       
    43 file path=usr/php/5.2/zts-modules/suhosin.so
       
    44 
       
    45 
       
    46 license php-suhosin.license license="PHP, Apache v2.0" \
       
    47     com.oracle.info.description="the Suhosin extension module for PHP" \
       
    48     com.oracle.info.name=php-suhosin com.oracle.info.tpno=$(TPNO_PHP_SUHOSIN) \
       
    49     com.oracle.info.version=0.9.29
       
    50 
       
    51 # need generic dependency on PHP itself
       
    52 depend type=require fmri=web/[email protected]