c2acc71500
Apply the security fixes including: - Drupal Core - Moderately Critical - Multiple Vulnerabilities - SA-CORE-2015-001 - SA-CONTRIB-2015-079 - Chaos tool suite (ctools) - Multiple vulnerabilities The following patches were applied to 7.x-3.23 commons modules: - patches/0001-utility-links-block-install-theme.patch - patches/0002-events-page-refactor-to-pages-module.patch Installation profile got a refactor of module installation, as groups_ modules and l10n_updates deployed from an installation task to avoid memory exhausted errors of the installation process. Change-Id: I48481657124fdbbee84e1cbfec3a3a2b5f475c2c
33 lines
1.4 KiB
Makefile
33 lines
1.4 KiB
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; Download Drupal core and apply core patches if needed.
|
|
projects[drupal][type] = "core"
|
|
projects[drupal][version] = "7.35"
|
|
projects[drupal][download][type] = get
|
|
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.35.tar.gz
|
|
|
|
; This patch allows install profile to list requirements on the install page
|
|
; http://drupal.org/node/1971072
|
|
projects[drupal][patch][] = http://drupal.org/files/install_profile_requirements_on_install.patch
|
|
|
|
; This patch allows install profiles to set a minimum memory limit.
|
|
; http://drupal.org/node/1772316#comment-6457618
|
|
projects[drupal][patch][] = http://drupal.org/files/drupal-7.x-allow_profile_change_sys_req-1772316-21.patch
|
|
|
|
; Allow to specify SCRIPT HTML element attributes through drupal_add_js()
|
|
; http://drupal.org/node/1664602#comment-6221066
|
|
projects[drupal][patch][] = http://drupal.org/files/1664602-1.patch
|
|
|
|
; Optimize node access queries.
|
|
; https://drupal.org/comment/8516319#comment-8516319
|
|
projects[drupal][patch][] = https://drupal.org/files/issues/drupal-optimize_node_access_queries-106721-D7-71-do-not-test.patch
|
|
|
|
; Statically cache node access grants
|
|
; https://drupal.org/comment/8495029#comment-8495029
|
|
projects[drupal][patch][] = https://drupal.org/files/issues/node_access_grants-static-cache-11.patch
|
|
|
|
; File_get_file_references is slow and buggy
|
|
; https://drupal.org/node/1805690#comment-8734045
|
|
projects[drupal][patch][] = https://drupal.org/files/issues/1805690_11.patch
|