Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs

r=dkl a=justdave


git-svn-id: svn://10.0.0.236/trunk@265243 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org
2014-02-14 23:30:51 +00:00
parent 733f3d5a1b
commit 2143db98f6
4 changed files with 4 additions and 12 deletions

View File

@@ -1 +1 @@
8918
8919

View File

@@ -32,8 +32,6 @@ use Bugzilla::BugUrl;
use List::MoreUtils qw(firstidx uniq part);
use List::Util qw(min max first);
use Storable qw(dclone);
use URI;
use URI::QueryParam;
use Scalar::Util qw(blessed);
use parent qw(Bugzilla::Object Exporter);

View File

@@ -17,6 +17,7 @@ use Bugzilla::Error;
use Bugzilla::Constants;
use Bugzilla::Hook;
use URI;
use URI::QueryParam;
###############################

View File

@@ -148,9 +148,8 @@ sub REQUIRED_MODULES {
{
package => 'URI',
module => 'URI',
# This version properly handles a semicolon as the delimiter
# in a URL query string.
version => '1.37',
# Follows RFC 3986 to escape characters in URI::Escape.
version => '1.55',
},
# 0.32 fixes several memory leaks in the XS version of some functions.
{
@@ -396,12 +395,6 @@ sub OPTIONAL_MODULES {
},
# memcached
{
package => 'URI-Escape',
module => 'URI::Escape',
version => 0,
feature => ['memcached'],
},
{
package => 'Cache-Memcached',
module => 'Cache::Memcached',