From e7e5ee5f8f488c35a163dda0075df0ceb0e02a7b Mon Sep 17 00:00:00 2001 From: David Denoncin Date: Mon, 10 Aug 2020 23:15:42 +0200 Subject: www-apps/bugzilla: drop vulnerable old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Denoncin Bug: https://bugs.gentoo.org/712706 Closes: https://github.com/gentoo/gentoo/pull/17073 Signed-off-by: Sam James --- .../bugzilla/files/bugzilla-5.0.3-leftbrace.patch | 26 ---------------------- www-apps/bugzilla/files/bugzilla-queue.confd | 4 ---- www-apps/bugzilla/files/bugzilla.cron.daily | 5 ----- www-apps/bugzilla/files/bugzilla.cron.tab | 1 - www-apps/bugzilla/files/postinstall-en.txt | 14 ------------ www-apps/bugzilla/files/reconfig | 19 ---------------- 6 files changed, 69 deletions(-) delete mode 100644 www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch delete mode 100644 www-apps/bugzilla/files/bugzilla-queue.confd delete mode 100644 www-apps/bugzilla/files/bugzilla.cron.daily delete mode 100644 www-apps/bugzilla/files/bugzilla.cron.tab delete mode 100644 www-apps/bugzilla/files/postinstall-en.txt delete mode 100644 www-apps/bugzilla/files/reconfig (limited to 'www-apps/bugzilla/files') diff --git a/www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch b/www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch deleted file mode 100644 index f5704406d875..000000000000 --- a/www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 3c60fba26b1fa51ec302d05dc6e76236d2f54ba4 Mon Sep 17 00:00:00 2001 -From: Simon Green -Date: Sun, 30 Oct 2016 14:55:23 +1000 -Subject: [PATCH] Bug 228444 - Checking for unquoted non regex variable - interpolated into regex - ---- - t/010dependencies.t | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/010dependencies.t b/t/010dependencies.t -index 4b7ca223d..1b6c270a8 100644 ---- a/t/010dependencies.t -+++ b/t/010dependencies.t -@@ -69,7 +69,7 @@ foreach my $module (keys %mods) { - $used =~ s#/#::#g; - $used =~ s#\.pm$##; - $used =~ s#\$module#[^:]+#; -- $used =~ s#\${[^}]+}#[^:]+#; -+ $used =~ s#\$\{[^}]+}#[^:]+#; - $used =~ s#[" ]##g; - push(@use, grep(/^\Q$used\E$/, keys %mods)); - } --- -2.20.1 - diff --git a/www-apps/bugzilla/files/bugzilla-queue.confd b/www-apps/bugzilla/files/bugzilla-queue.confd deleted file mode 100644 index 2eec355a0986..000000000000 --- a/www-apps/bugzilla/files/bugzilla-queue.confd +++ /dev/null @@ -1,4 +0,0 @@ -#JOBQUEUE_USER=bugzilla -#JOBQUEUE_GROUP=bugzilla - -JOBQUEUE_PATH=/var/www/bugzilla/jobqueue.pl diff --git a/www-apps/bugzilla/files/bugzilla.cron.daily b/www-apps/bugzilla/files/bugzilla.cron.daily deleted file mode 100644 index e3e86589891d..000000000000 --- a/www-apps/bugzilla/files/bugzilla.cron.daily +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -cd /var/www/bugzilla/ -./collectstats.pl -./whineatnews.pl -echo "*** Bugzilla nighlty flush has done! ***" diff --git a/www-apps/bugzilla/files/bugzilla.cron.tab b/www-apps/bugzilla/files/bugzilla.cron.tab deleted file mode 100644 index 3cf2d4a66240..000000000000 --- a/www-apps/bugzilla/files/bugzilla.cron.tab +++ /dev/null @@ -1 +0,0 @@ -0 0 * * * /var/www/bugzilla/bugzilla.cron.daily diff --git a/www-apps/bugzilla/files/postinstall-en.txt b/www-apps/bugzilla/files/postinstall-en.txt deleted file mode 100644 index e8d8093fdb2e..000000000000 --- a/www-apps/bugzilla/files/postinstall-en.txt +++ /dev/null @@ -1,14 +0,0 @@ -0. Bugzilla has been installed into ${MY_INSTALLDIR} - -1. To finish the installation, please read - http://www.bugzilla.org/docs/${MY_PB}/en/html/installing-bugzilla.html - https://wiki.gentoo.org/wiki/Bugzilla - You will need to run ${MY_INSTALLDIR}/checksetup.pl - -2. Please read the Release Notes, especially if you are upgrading: - http://www.bugzilla.org/releases/${MY_PB}/release-notes.html - -3. Please note that Apache2 sets AllowOverride None by default. You may have - to edit it to process the .htaccess file provided by Bugzilla. Please see - https://httpd.apache.org/docs/2.2/mod/core.html#allowoverride and - http://www.bugzilla.org/docs/${MY_PB}/en/html/configuration.html#http for more info. diff --git a/www-apps/bugzilla/files/reconfig b/www-apps/bugzilla/files/reconfig deleted file mode 100644 index 71b0acea2585..000000000000 --- a/www-apps/bugzilla/files/reconfig +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -FILE="bugzilla.cron.daily bugzilla.cron.tab" - -function die () -{ - echo - echo "***" - echo "*** Fatal error: $*" - echo "***" - exit 1 -} - -if [ $1 = "install" ]; then - cd "${MY_INSTALLDIR}" || die "Cannot find install dir ${MY_INSTALLDIR}" - sed -e "s|/var/www/bugzilla|${MY_INSTALLDIR}|g" -i ${FILE} || die "sed failed" -else - echo "done." -fi -- cgit v1.2.3-65-gdbad