From 5656f5505436685bc5fdd8e99c01efa0563a3df8 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Thu, 16 Oct 2014 06:11:07 +0200 Subject: [PATCH] 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 --- drupal-org-core.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drupal-org-core.make b/drupal-org-core.make index dc1021e..d222d88 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -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