
Fix security issue SA-CONTRIB-2017-022 https://www.drupal.org/node/2854980 Change-Id: If1474540aa81aea0bbfa779f449a35362b7dbb7b
14 lines
691 B
Makefile
14 lines
691 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"
|