From 8ba7aa6be8fb5689634c453fd505822d02f586a6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 10 Apr 2018 17:35:23 -0400 Subject: Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input files for its filters --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 9f56cd487..4cea5b066 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,6 +48,7 @@ my %requires = ( 'Email::MIME' => '1.904', 'Email::Send' => '1.911', 'File::Slurp' => '9999.13', + 'File::Slurper' => '0.012', 'Future' => '0.34', 'HTML::Escape' => '1.10', 'IPC::System::Simple' => 0, -- cgit v1.2.3-24-g4f1b From 2987c141485979c911a9da275c316567442a8190 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 25 Apr 2018 12:11:16 -0400 Subject: Bug 1456529 - Support SameSite attribute on session cookies --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 4cea5b066..96e340b4f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ BEGIN { # PREREQ_PM my %requires = ( 'Algorithm::BloomFilter' => '0.02', - 'CGI' => '3.51', + 'CGI' => '4.31', 'CPAN::Meta::Prereqs' => '2.132830', 'CPAN::Meta::Requirements' => '2.121', 'Class::XSAccessor' => '1.18', -- cgit v1.2.3-24-g4f1b From b6f1553569efeaa0682ff9247c7fc0e93552609d Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 21 May 2018 09:04:50 -0400 Subject: no bug - update dependencies --- Makefile.PL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 96e340b4f..cda7eefa1 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,8 +33,11 @@ BEGIN { # PREREQ_PM my %requires = ( + 'Alien::libcmark_gfm' => 0, 'Algorithm::BloomFilter' => '0.02', 'CGI' => '4.31', + 'CGI::Compile' => 0, + 'CGI::Emulate::PSGI' => 0, 'CPAN::Meta::Prereqs' => '2.132830', 'CPAN::Meta::Requirements' => '2.121', 'Class::XSAccessor' => '1.18', @@ -47,6 +50,7 @@ my %requires = ( 'Digest::SHA' => '5.47', 'Email::MIME' => '1.904', 'Email::Send' => '1.911', + 'FFI::Platypus' => 0, 'File::Slurp' => '9999.13', 'File::Slurper' => '0.012', 'Future' => '0.34', @@ -63,6 +67,7 @@ my %requires = ( 'Math::Random::ISAAC' => '1.0.1', 'Module::Metadata' => '1.000033', 'Module::Runtime' => '0.014', + 'Mojolicious' => '7.71', 'Moo' => '2.002004', 'MooX::StrictConstructor' => '0.008', 'Mozilla::CA' => '20160104', @@ -108,6 +113,16 @@ if ( $OSNAME eq 'linux' && -f '/etc/debian_version' ) { } my %optional_features = ( + argon2 => { + description => 'Support hashing passwords with Argon2', + prereqs => { + runtime => { + requires => { + 'Crypt::Argon2' => '0.004', + }, + }, + }, + }, smtp_auth => { description => 'SMTP Authentication', prereqs => { runtime => { requires => { 'Authen::SASL' => 0 } } }, -- cgit v1.2.3-24-g4f1b From e3961fddcc9520e6b77a1de02ca8e1828e6925a9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 22 May 2018 10:42:46 -0400 Subject: no bug - fix deps on non-linux (#580) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index cda7eefa1..484e66d3d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -443,7 +443,7 @@ MAKE sub is_bmo_feature { local $_ = shift; - return 1 if $OSNAME eq 'linux' && /^linux/; + return $OSNAME eq 'linux' if /^linux/; return !m{ ^ (?: pg -- cgit v1.2.3-24-g4f1b From 1024d9b797217682cba6d89e484620782a7bb327 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 11:07:50 -0400 Subject: Bug 1461379 - use DBIx::Connector to manage database connections --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 484e66d3d..46228ab56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,6 +42,7 @@ my %requires = ( 'CPAN::Meta::Requirements' => '2.121', 'Class::XSAccessor' => '1.18', 'DBI' => '1.614', + 'DBIx::Connector' => 0, 'Data::Password::passwdqc' => '0.08', 'Date::Format' => '2.23', 'DateTime' => '0.75', -- cgit v1.2.3-24-g4f1b From bb9a5cddcc03d754d44dbba13194ddd071202238 Mon Sep 17 00:00:00 2001 From: Horie Issei Date: Thu, 28 Jun 2018 00:32:36 +0900 Subject: Bug 1275545 - Use Sereal for Cache::Memcached::Fast --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 46228ab56..5c3e9257c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -161,7 +161,12 @@ my %optional_features = ( memcached => { description => 'Memcached Support', prereqs => { - runtime => { requires => { 'Cache::Memcached::Fast' => '0.17' } } + runtime => { + requires => { + 'Cache::Memcached::Fast' => '0.17', + 'Sereal' => '4.005' + } + } } }, updates => { -- cgit v1.2.3-24-g4f1b From ec233fdb94fa237c6bc024b01ff1d4585a125f00 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 29 Jun 2018 11:31:57 -0400 Subject: Revert cereal code as risk mitigation for friday push --- Makefile.PL | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 5c3e9257c..46228ab56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -161,12 +161,7 @@ my %optional_features = ( memcached => { description => 'Memcached Support', prereqs => { - runtime => { - requires => { - 'Cache::Memcached::Fast' => '0.17', - 'Sereal' => '4.005' - } - } + runtime => { requires => { 'Cache::Memcached::Fast' => '0.17' } } } }, updates => { -- cgit v1.2.3-24-g4f1b