22befe9cd7
Fix security issue SA-CONTRIB-2017-019 https://www.drupal.org/node/2852937 Change-Id: I82e80063022208978a9b3527efccdd10b7a7aae6
15 lines
762 B
Makefile
15 lines
762 B
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; Download the Commons install profile and recursively build all its dependencies.
|
|
projects[commons][type] = "profile"
|
|
projects[commons][version] = "3.39"
|
|
projects[commons][patch][] = "patches/0005-commons-libraries-search-paths-alter.patch"
|
|
projects[commons][patch][] = "patches/0004-accomodate-flag-v3.patch"
|
|
projects[commons][patch][] = "patches/0009-commons-flag-v3.patch"
|
|
projects[commons][patch][] = "patches/0010-commons-activity-streams-warning.patch"
|
|
projects[commons][patch][] = "patches/0011-commons-media-beta12.patch"
|
|
projects[commons][patch][] = "patches/0012-commons-title-alpha9.patch"
|
|
projects[commons][patch][] = "patches/0013-commons-views-3.15.patch"
|
|
projects[commons][patch][] = "patches/0014-commons-metatag-1.21.patch"
|