From 3ae5192e38b221e3dcc6089320e3806232c113e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Jan 2019 15:35:27 +0100 Subject: new package --- php-sensiolabs-security-checker-rpm.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 php-sensiolabs-security-checker-rpm.patch (limited to 'php-sensiolabs-security-checker-rpm.patch') diff --git a/php-sensiolabs-security-checker-rpm.patch b/php-sensiolabs-security-checker-rpm.patch new file mode 100644 index 0000000..11bfe26 --- /dev/null +++ b/php-sensiolabs-security-checker-rpm.patch @@ -0,0 +1,23 @@ +diff -up ./security-checker.rpm ./security-checker +--- ./security-checker.rpm 2019-01-03 15:15:49.655195809 +0100 ++++ ./security-checker 2019-01-03 15:16:46.561441553 +0100 +@@ -10,18 +10,7 @@ + * file that was distributed with this source code. + */ + +-function includeIfExists($file) +-{ +- if (file_exists($file)) { +- return include $file; +- } +-} +- +-if ((!$loader = includeIfExists(__DIR__.'/vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../autoload.php'))) { +- die('You must set up the project dependencies, run the following commands:'.PHP_EOL. +- 'curl -sS https://getcomposer.org/installer | php'.PHP_EOL. +- 'php composer.phar install'.PHP_EOL); +-} ++require_once '/usr/share/php/SensioLabs/Security/autoload.php'; + + use Symfony\Component\Console\Application; + use SensioLabs\Security\Command\SecurityCheckerCommand; -- cgit