Closed (fixed)
Project:
Guardr Core
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2020 at 16:07 UTC
Updated:
20 Sep 2021 at 02:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drupalninja99 commentedThis patch includes a couple extra things so that the composer.json can be tested independently of the "parent" Guardr project composer. I pulled in a couple of recommendations from https://www.drupal.org/project/rain/issues/3092793#comment-13788700 to see if we can get this working.
I was able to generate a lock file with these updates.
Comment #3
drupalninja99 commentedApplied patch to 9.x-test branch in this project.
Comment #4
joestewart commentedUpdated the 9.x-test that was able to be installed with composer and Drupal 9.0.7.
Updates
* login_security 2.0.0
* composer_security_checker 1.x-dev
Removed
* x_originating_ip
* r4032login
* mass_pwreset
* login_history
* hacked
* security_review 2912708 patch no longer required
Comment #5
joestewart commentedAdded https://www.drupal.org/project/x_originating_ip/releases/8.x-1.2 to 9.x-test branch.
https://git.drupalcode.org/project/guardr_core/-/tree/9.x-test
Comment #6
joestewart commentedAdded r4032login back as a composer dependency as the 2.0 release is compatible.
https://www.drupal.org/project/r4032login/releases/2.0.0
Comment #7
joestewart commentedOther module Drupal 9 status
Mass Password Reset
https://www.drupal.org/project/mass_pwreset/issues/3097578 - RTBC
Login History
https://www.drupal.org/project/login_history/issues/3042861#comment-1391... - Needs Review
Hacked
No patch for compatibility but two patches address deprecations
https://www.drupal.org/project/hacked/issues/3075667
https://www.drupal.org/project/hacked/issues/3147733
Comment #8
joestewart commentedHacked module issue
https://www.drupal.org/project/hacked/issues/318378 - Needs Review
Comment #9
joestewart commentedStatus Update:
Add Drupal 9 compatible Login History 8.x-1.1-rc1 to 9.x-test branch
Hacked
https://www.drupal.org/project/hacked/issues/3075667#comment-13927079 Needs Review
Mass Password Reset
https://www.drupal.org/project/mass_pwreset/issues/3097578 - RTBC
Comment #10
joestewart commentedRemoved composer_security_checker.
#3194045: Remove composer_security_checker
Comment #11
joestewart commentedChanged username_enumeration_prevention to dev version due to #3167106: Deprecated function User::getUsername
Comment #12
joestewart commentedChanged username_enumeration_prevention to stable release since #3167106: Deprecated function User::getUsername is now in release 1.2.
Status update:
Once drupal/mass_pwreset
https://www.drupal.org/project/mass_pwreset/issues/3097578 is merged and released we can release we can add it back for Drupal 9.
This would allow us to create a merge request and release the same version for Drupal 8 and 9.
Two packages would be removed - hacked and drupal/composer_security_checker.
Comment #13
joestewart commented9.x-test branch updated to use "drupal/password_policy": "^3.0"
Issue #3221712: Update password_policy to 8.x-3.0
Comment #14
joestewart commented9.x-test branch updated to use "drupal/hacked": "^2.0@beta"
Release https://www.drupal.org/project/hacked/releases/8.x-2.0-beta3
Comment #16
joestewart commentedAdded Mass Password Reset
https://www.drupal.org/project/mass_pwreset/releases/2.0.0-beta1
Comment #17
joestewart commentedCreated merge requests for release https://git.drupalcode.org/project/guardr_core/-/merge_requests/3
Comment #19
shrop commentedWe now have D9 compatibility in the current branch 8.x-1.x.
https://git.drupalcode.org/project/guardr_core/-/merge_requests/3 merged
Thanks for all the work on this, everyone!