Upgrade Drupal Core to 7.32

Add security update to Drupal Core. Release notes available here:
https://www.drupal.org/drupal-7.32-release-notes

Fix security vulnerability:
SA-CORE-2014-005 - Drupal core - SQL injection

Change-Id: I849290f02132e53f439ac751e267557e1eb60288
This commit is contained in:
Marton Kiss 2014-10-16 06:11:07 +02:00
parent 343690502a
commit 5656f55054
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ core = 7.x
; Download Drupal core and apply core patches if needed.
projects[drupal][type] = "core"
projects[drupal][version] = "7.31"
projects[drupal][version] = "7.32"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.31.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.32.tar.gz
; This patch allows install profile to list requirements on the install page
; http://drupal.org/node/1971072