Problem

Drupal Core and another modules need updates.

Solution

Created a patch that contain all the Drupal Core & security updates.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

darol100’s picture

If you are using the Recruiter distribution branch 7.x-1.2 and have not been updated here is a patch that allows you to updated all the modules that are a security issue.

This pactch will update Drupal core version 7.31 and the follow modules:

darol100’s picture

Status: Active » Needs review
klausi’s picture

Status: Needs review » Closed (works as designed)

I just realized that we already have all security updates in the dev version, see https://www.drupal.org/node/2205557

Also you should not post patches for drupal core, but rather update the manifest in the make file and run drush make to check that it builds as desired. See https://www.drupal.org/node/625094

darol100’s picture

@klausi,

I have been playing at around with the drush make. So in order to created a core patch or any contribute module to the distribution. I would have to first download the distribution updated with drush and then create the drush make file ? And instead of a patch I would provide the make file ?