Skip to content
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

Apply the changes from D6LTS SA-CORE-2019-002. #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mparker17
Copy link

This is a security update.

These changes are from https://cgit.drupalcode.org/d6lts/commit/?id=b3909cd89385368ef1528ad3b972fa21cdc21e82

This is a security update.

See https://www.drupal.org/sa-core-2019-001 , and https://www.drupal.org/sa-core-2019-002 for more information.

Please note that I cannot merge automatically: someone else please review and merge.

Generated with:

$ git clone --recursive $my_fork_clone_url
$ git clone --recursive https://git.drupal.org/project/d6lts.git
$ cd 6 # i.e.: to the clone of my fork
$ git remote add upstream https://github.com/pressflow/6.git
$ git fetch --all -t -p
$ git checkout master
$ git merge upstream/master --ff-only
$ git checkout -b SA-CORE-2019-002
$ git apply --index ../d6lts/common/core/SA-CORE-2019-002.patch
$ git commit -m "Apply the changes from D6LTS SA-CORE-2019-002."
$ git push --set-upstream origin SA-CORE-2019-002

... at which point the Github UI gave me the option to create this pull request for my SA-CORE-2019-002 branch at https://github.com/pressflow/6

@dsnopek please review and merge

@mparker17
Copy link
Author

ping @pwolanin ?

@pwolanin
Copy link
Contributor

Should we actually apply the D6LTS diff here and get the version change also?

@Muppetteer
Copy link

Bump. I've used this patch and manually updated the VERSION constant to 6.49 in system.module, but it would be good to have an official patch. It looks like D6LTS did not update CHANGELOG.TXT.

@pwolanin
Copy link
Contributor

The last release I made here was 6.47.127

Let me see about making a new net patch from 6.47

@pwolanin
Copy link
Contributor

New PR: #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants