components/php-5_3/php-suhosin.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3522 ba9e5b4b76ad
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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri \
       
    25     value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
       
    26 set name=pkg.summary value="Suhosin extension module for PHP"
    25 set name=pkg.description value="PHP-Suhosin extension to secure PHP"
    27 set name=pkg.description value="PHP-Suhosin extension to secure PHP"
    26 set name=pkg.summary value="Suhosin extension module for PHP"
    28 
    27 set name=info.classification value="org.opensolaris.category.2008:Development/PHP"
    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
    28 set name=info.source-url value=http://download.suhosin.org/suhosin-0.9.33.tgz
    32 set name=info.source-url value=http://download.suhosin.org/suhosin-0.9.33.tgz
    29 set name=info.upstream-url value=http://www.hardened-php.net/suhosin/index.html
    33 set name=info.upstream-url value=http://www.hardened-php.net/suhosin/index.html
    30 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    34 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 
       
    33 # This package name has known conflicts with other packages in the WOS
       
    34 set pkg.linted.pkglint.manifest004=true
       
    35 
       
    36 
       
    37 license php-suhosin.license license='PHP, Apache v2.0' \
       
    38     com.oracle.info.description="the Suhosin extension module for PHP" \
       
    39     com.oracle.info.name=php-suhosin \
       
    40     com.oracle.info.version=0.9.33 \
       
    41     com.oracle.info.tpno=$(TPNO_PHP_SUHOSIN)
       
    42 
       
    43 file path=etc/php/5.3/conf.d/suhosin.ini mode=0644 preserve=renamenew
    36 file path=etc/php/5.3/conf.d/suhosin.ini mode=0644 preserve=renamenew
    44 file path=etc/php/5.3/zts-conf.d/suhosin.ini mode=0644 preserve=renamenew
    37 file path=etc/php/5.3/zts-conf.d/suhosin.ini mode=0644 preserve=renamenew
    45 file path=usr/php/5.3/modules/suhosin.so
    38 file path=usr/php/5.3/modules/suhosin.so
    46 file path=usr/php/5.3/zts-modules/suhosin.so
    39 file path=usr/php/5.3/zts-modules/suhosin.so
    47 
    40 
       
    41 
       
    42 license php-suhosin.license license="PHP, Apache v2.0" \
       
    43     com.oracle.info.description="the Suhosin extension module for PHP" \
       
    44     com.oracle.info.name=php-suhosin com.oracle.info.tpno=$(TPNO_PHP_SUHOSIN) \
       
    45     com.oracle.info.version=0.9.33
       
    46 
    48 # need generic dependency on PHP itself
    47 # need generic dependency on PHP itself
    49 depend fmri=web/php-53@$(COMPONENT_VERSION) type=require
    48 depend type=require fmri=web/php-53@$(COMPONENT_VERSION)