-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Net_SMTP Package and remove now unneded patches and mov… #16498
Conversation
(Standard links)
|
Just commenting the title probably shouldn't be [REF], since it looks like there's other changes between 1.6 and 1.9 than just these patches. I haven't looked too closely but just browsing pear/Net_SMTP@1.6.x...master |
Jenkins retest this please |
Did some testing. A couple notes:
|
…e to using composer patches rather than patching in a script file
e2e62ad
to
a6a0ff1
Compare
thanks @demeritcowboy i believe i have fixed that e-notice error thing, given i am just focusing on the package upgrade here i think we can ignore the oauth2 stuff for the moment |
From talking to @seamuslee001 it seems like oath would be a new feature so non blocking - MOP as review has not thrown up other things |
It looks like the whole patch file was deleted. Did you not want to keep the custom error which seemed helpful? |
@demeritcowboy the patch is still in place its just referenced in a specific commit now see https://raw.githubusercontent.com/civicrm/civicrm-core/a6a0ff13d2a155ad962529595dceaef728116f96/tools/scripts/composer/patches/net-smtp-patch.patch this is so that it can work for D8 purposes as well (when civicrm-core is not in the root) |
Ok I'm not following but if you're good then ok. When I look on the files changed tab the net result seems to be the patch is now missing. |
…e to using composer patches rather than patching in a script file
Overview
This upgrades our version of the Net SMTP package, reviewing the code base some of the patches have now been incorporated into the library
Before
Patches happening within a script file and an outdated version of the library used
After
Latest version of the library used and patches more standardised
ping @totten @mfb @demeritcowboy