diff options
author | David Denoncin <ddenoncin@gmail.com> | 2020-07-18 17:58:44 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-01 20:27:37 +0000 |
commit | f2fa70ce5190a8073fd697326a8495f2626326f2 (patch) | |
tree | 1d1e7db967c3c53a5e90ee58b6431d116440870a /www-apps/bugzilla/files | |
parent | www-apps/bugzilla: new proxy maintainer (diff) | |
download | gentoo-f2fa70ce5190a8073fd697326a8495f2626326f2.tar.gz gentoo-f2fa70ce5190a8073fd697326a8495f2626326f2.tar.bz2 gentoo-f2fa70ce5190a8073fd697326a8495f2626326f2.zip |
www-apps/bugzilla: vbump 5.0.6
This new ebuild leaves dealing with mod_perl to experienced users. This
change enables bumping the ebuild to EAPI 7.
It also loses using use flags for optional runtime dependencies.
Bug: https://bugs.gentoo.org/712706
Closes: https://bugs.gentoo.org/332251
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16125
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps/bugzilla/files')
-rw-r--r-- | www-apps/bugzilla/files/bugzilla-5.0.6-leftbrace.patch | 17 | ||||
-rw-r--r-- | www-apps/bugzilla/files/bugzilla-5.0.6-perl.patch | 17 | ||||
-rw-r--r-- | www-apps/bugzilla/files/bugzilla-5.0.6-template.patch | 17 | ||||
-rw-r--r-- | www-apps/bugzilla/files/postinstall-5.0.6-en.txt | 30 | ||||
-rw-r--r-- | www-apps/bugzilla/files/postinstall-en.txt | 1 | ||||
-rw-r--r-- | www-apps/bugzilla/files/postupgrade-5.0.6-en.txt | 10 |
6 files changed, 92 insertions, 0 deletions
diff --git a/www-apps/bugzilla/files/bugzilla-5.0.6-leftbrace.patch b/www-apps/bugzilla/files/bugzilla-5.0.6-leftbrace.patch new file mode 100644 index 000000000000..efecc0a07d0f --- /dev/null +++ b/www-apps/bugzilla/files/bugzilla-5.0.6-leftbrace.patch @@ -0,0 +1,17 @@ +Fixes unescaped left brace in regex to pass test 010dependencies.t + +Fix by David Denoncin, based on the 5.0.3 patch + +https://bugzilla.mozilla.org/show_bug.cgi?id=228444 + +--- a/t/010dependencies.t 2020-06-09 21:21:28.049161109 -0000 ++++ b/t/010dependencies.t 2020-06-09 21:21:07.059161235 -0000 +@@ -71,7 +71,7 @@ + $used =~ s#/#::#g; + $used =~ s#\.pm$##; + $used =~ s#\$module#[^:]+#; +- $used =~ s#\${[^}]+}#[^:]+#; ++ $used =~ s#\$\{[^}]+}#[^:]+#; + $used =~ s#[" ]##g; + push(@use, grep(/^\Q$used\E$/, keys %mods)); + } diff --git a/www-apps/bugzilla/files/bugzilla-5.0.6-perl.patch b/www-apps/bugzilla/files/bugzilla-5.0.6-perl.patch new file mode 100644 index 000000000000..540e70bd880b --- /dev/null +++ b/www-apps/bugzilla/files/bugzilla-5.0.6-perl.patch @@ -0,0 +1,17 @@ +Fixes a Perl bug making checksetup.pl fail + +Fix by David Denoncin + +https://github.com/Perl/perl5/issues/17271 +https://bugzilla.mozilla.org/show_bug.cgi?id=1588175 + +--- a/Bugzilla/Util.pm 2020-07-10 07:18:37.329165376 -0000 ++++ b/Bugzilla/Util.pm 2020-07-10 07:18:55.869165262 -0000 +@@ -106,7 +106,6 @@ + # |U+200e|Left-To-Right Mark |0xe2 0x80 0x8e | + # |U+200f|Right-To-Left Mark |0xe2 0x80 0x8f | + # -------------------------------------------------------- +- $var =~ tr/\x{202a}-\x{202e}//d; + } + return $var; + } diff --git a/www-apps/bugzilla/files/bugzilla-5.0.6-template.patch b/www-apps/bugzilla/files/bugzilla-5.0.6-template.patch new file mode 100644 index 000000000000..040eaf734a8a --- /dev/null +++ b/www-apps/bugzilla/files/bugzilla-5.0.6-template.patch @@ -0,0 +1,17 @@ +Fixes a simple typo in a template allowing tests to pass + +Fix by David Denoncin + +https://bugzilla.mozilla.org/show_bug.cgi?id=1644655 + +--- a/template/en/default/pages/release-notes.html.tmpl 2020-06-09 21:34:41.845822737 -0000 ++++ b/template/en/default/pages/release-notes.html.tmpl 2020-06-09 21:05:23.515833860 -0000 +@@ -45,7 +45,7 @@ + + <h3>5.0.6</h3> + <p>This release contains a schema change to the flagtypes table, allowing for many more flagtypes.</p>. +-<p>The flagtypes table should have been using a mediumint for several releases, but due to a bug in the schema migration code this never happened.</p> ++<p>The flagtypes table should have been using a mediumint for several releases, but due to [% terms.abug %] in the schema migration code this never happened.</p> + + <h3>5.0.5</h3> + diff --git a/www-apps/bugzilla/files/postinstall-5.0.6-en.txt b/www-apps/bugzilla/files/postinstall-5.0.6-en.txt new file mode 100644 index 000000000000..5c60465deb8f --- /dev/null +++ b/www-apps/bugzilla/files/postinstall-5.0.6-en.txt @@ -0,0 +1,30 @@ +0. Bugzilla has been installed into ${MY_INSTALLDIR} + +1. To finish the installation, please read + https://bugzilla.readthedocs.io/en/5.0/installing/index.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: + https://www.bugzilla.org/releases/${PV}/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 + https://bugzilla.readthedocs.io/en/5.0/installing/apache.html for more info. + +4. If this is a large project and you wish to enable mail queuing, you need to + emerge dev-perl/TheSchwarz and dev-perl/Daemon-Generic. To enable mail + queuing as an openrc-service, create a file named bugzilla-queue in + /etc/conf.d/ with this one line + + JOBQUEUE_PATH=${MY_INSTALLDIR} + + Which defines the variable used by the openrc service file + /etc/init.d/bugzilla-queue + Then run: + + rc-update add bugzilla-queue default + +5. For other optional post installation configuration, please read + https://bugzilla.readthedocs.io/en/5.0/installing/optional-post-install-config.html diff --git a/www-apps/bugzilla/files/postinstall-en.txt b/www-apps/bugzilla/files/postinstall-en.txt index 9b6a8798a640..e8d8093fdb2e 100644 --- a/www-apps/bugzilla/files/postinstall-en.txt +++ b/www-apps/bugzilla/files/postinstall-en.txt @@ -2,6 +2,7 @@ 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: diff --git a/www-apps/bugzilla/files/postupgrade-5.0.6-en.txt b/www-apps/bugzilla/files/postupgrade-5.0.6-en.txt new file mode 100644 index 000000000000..9b1fab718b61 --- /dev/null +++ b/www-apps/bugzilla/files/postupgrade-5.0.6-en.txt @@ -0,0 +1,10 @@ +0. Please NOTE: It is impossible to downgrade bugzilla. Prior to upgrading + you should always make a backup of your database, data files and lib files and + read https://www.bugzilla.org/releases/${PV}/release-notes.html + +1. If you have bugzilla emerged with the vhosts flag on, please refer to + https://wiki.gentoo.org/wiki/Webapp-config#Upgrading_an_installed_webapp + or https://wiki.gentoo.org/wiki/Bugzilla#Upgrading to upgrade your bugzilla + instance. + +2. After upgrading you have to run checksetup.pl to complete the upgrade. |