]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - update dependencies
authorDylan William Hardison <dylan@hardison.net>
Mon, 21 May 2018 13:04:50 +0000 (09:04 -0400)
committerGitHub <noreply@github.com>
Mon, 21 May 2018 13:04:50 +0000 (09:04 -0400)
.circleci/config.yml
Dockerfile
Makefile.PL

index cef28d2be02654cf9f33ec4602bca2a93b59eb03..341b48062c747d5dd442235de5c9623d513f5cfc 100644 (file)
@@ -7,7 +7,7 @@ version: 2
 
 defaults:
   bmo_slim_image: &bmo_slim_image
-    image: mozillabteam/bmo-slim:20180503.1
+    image: mozillabteam/bmo-slim:20180518.1
     user: app
 
   mysql_image: &mysql_image
index bd16516da070a317e6fb09970f41d21baf529f51..3ac3209375b32a795ec2b4fecf5198198c4807f0 100644 (file)
@@ -1,4 +1,4 @@
-FROM mozillabteam/bmo-slim:20180503.1
+FROM mozillabteam/bmo-slim:20180518.1
 
 ARG CI
 ARG CIRCLE_SHA1
index 96e340b4f77e45b75c48190c89f23c25515a4148..cda7eefa14e0e0c198099491bd9b7fbcbb14517d 100755 (executable)
@@ -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 } } },