Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0a4878cc
Commit
0a4878cc
authored
Jun 23, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 509303: Update the CGI.pm requirement to 3.49 to make redirection
work properly when Bugzilla is behind a proxy. r=LpSolit, a=LpSolit
parent
feef94f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
Requirements.pm
Bugzilla/Install/Requirements.pm
+3
-6
No files found.
Bugzilla/Install/Requirements.pm
View file @
0a4878cc
...
...
@@ -66,12 +66,9 @@ sub REQUIRED_MODULES {
{
package
=>
'CGI.pm'
,
module
=>
'CGI'
,
# Perl 5.10 requires CGI 3.33 due to a taint issue when
# uploading attachments, see bug 416382.
# Require CGI 3.21 for -httponly support, see bug 368502.
version
=>
(
vers_cmp
(
$perl_ver
,
'5.10'
)
>
-
1
)
?
'3.33'
:
'3.21'
,
# CGI::Carp in 3.46 and 3.47 breaks Template Toolkit
blacklist
=>
[
'^3\.46$'
,
'^3\.47$'
],
# 3.49 fixes a problem with operating Bugzilla behind a proxy.
# (bug 509303)
version
=>
'3.49'
,
},
{
package
=>
'Digest-SHA'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment