diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-php/suhosin | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-php/suhosin')
-rw-r--r-- | dev-php/suhosin/Manifest | 4 | ||||
-rw-r--r-- | dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch | 12 | ||||
-rw-r--r-- | dev-php/suhosin/metadata.xml | 8 | ||||
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.38-r1.ebuild | 56 |
4 files changed, 0 insertions, 80 deletions
diff --git a/dev-php/suhosin/Manifest b/dev-php/suhosin/Manifest deleted file mode 100644 index 84f81faae8da..000000000000 --- a/dev-php/suhosin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX suhosin-0.9.38-libcrypt.patch 590 BLAKE2B db02346c66f348fd0be16fea1647deb1a6e44c2b10077f410ab919e7800e160439780d7b1c807f455cd3efb115765288c869cd96d719f4315150edfd73693085 SHA512 fa834f26803e2f623a269bc1cc81e305e081397717e0058315cac8087f04c33ff7f2eeee2052dada75559e5b35dc85c55499d74635dacd0f08fcc226ec3d0de3 -DIST suhosin-0.9.38.tar.gz 122800 BLAKE2B e016091e370bbcfdaad91d10858541cd730951be1032e95b4d372b5a77fce719e300cfa0638bf3ebde68e91d76b95c94ca56ce239997da69fc7ce5068b26ab49 SHA512 cc4eb38b5d6673cc3f2dc395e5a8b5461d3221019ac9849b747b6d5bae423cd5bd01a75b9432414dc7c26c78bab9f2381a5414712a6906a999f3ec9dc77ebc45 -EBUILD suhosin-0.9.38-r1.ebuild 1286 BLAKE2B 7175dc9f5f1d9ea59582e0df122335beef486091be8b8244d868fbcc756b3ed21f989058cf319f6f1626139a4abb7682d0a2349612664ec589d8c69fd8ca2c3f SHA512 ad18a145a0e3a7773d900813b70f782c29686cbfda931c57d93d779e76a926460123a195fbf95f484288490507401d0b2bda7800296dddd477acff339deade7d -MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0 diff --git a/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch b/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch deleted file mode 100644 index 691f70c1b4c5..000000000000 --- a/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: suhosin-0.9.32.1/config.m4 -=================================================================== ---- suhosin-0.9.33.orig/config.m4 -+++ suhosin-0.9.33/config.m4 -@@ -6,4 +6,7 @@ PHP_ARG_ENABLE(suhosin, whether to enabl - - if test "$PHP_SUHOSIN" != "no"; then - PHP_NEW_EXTENSION(suhosin, suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c, $ext_shared) -+ PHP_CHECK_LIBRARY(crypt, crypt, -+ [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)]) -+ PHP_SUBST(SUHOSIN_SHARED_LIBADD) - fi diff --git a/dev-php/suhosin/metadata.xml b/dev-php/suhosin/metadata.xml deleted file mode 100644 index b86acf66c756..000000000000 --- a/dev-php/suhosin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> diff --git a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild b/dev-php/suhosin/suhosin-0.9.38-r1.ebuild deleted file mode 100644 index 3f2162f1716d..000000000000 --- a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PHP_EXT_NAME="suhosin" -PHP_EXT_INI="no" -PHP_EXT_ZENDEXT="no" -USE_PHP="php5-6" - -inherit php-ext-source-r3 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DESCRIPTION="Suhosin is an advanced protection system for PHP installations" -HOMEPAGE="https://www.suhosin.org/" -SRC_URI="https://download.suhosin.org/${P}.tar.gz" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="" - -for target in ${USE_PHP}; do - slot=${target/php} - slot=${slot/-/.} - PHPUSEDEPEND="${PHPUSEDEPEND} - php_targets_${target}? ( dev-lang/php:${slot}[unicode] )" -done - -DEPEND="${PHPUSEDEPEND}" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-libcrypt.patch ) -DOCS=( CREDITS ) - -src_install() { - php-ext-source-r3_src_install - - local slot inifile - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - for inifile in $(php_slot_ini_files "${slot}") ; do - insinto "${inifile/${PHP_EXT_NAME}.ini/}" - insopts -m644 - doins "suhosin.ini" - done - done -} - -src_test() { - # Makefile passes a hard-coded -d extension_dir=./modules, we move the lib - # away from there in src_compile - for slot in `php_get_slots`; do - php_init_slot_env ${slot} - NO_INTERACTION="yes" emake test - done -} |