Upgrade Views module to 3.15

Fix security issue SA-CONTRIB-2017-022
https://www.drupal.org/node/2854980

Change-Id: If1474540aa81aea0bbfa779f449a35362b7dbb7b
This commit is contained in:
Marton Kiss 2017-02-27 15:14:32 +01:00
parent 229ded3bc3
commit bf700e202a
2 changed files with 13 additions and 0 deletions

View File

@ -10,3 +10,4 @@ projects[commons][patch][] = "patches/0009-commons-flag-v3.patch"
projects[commons][patch][] = "patches/0010-commons-activity-streams-warning.patch" projects[commons][patch][] = "patches/0010-commons-activity-streams-warning.patch"
projects[commons][patch][] = "patches/0011-commons-media-beta12.patch" projects[commons][patch][] = "patches/0011-commons-media-beta12.patch"
projects[commons][patch][] = "patches/0012-commons-title-alpha9.patch" projects[commons][patch][] = "patches/0012-commons-title-alpha9.patch"
projects[commons][patch][] = "patches/0013-commons-views-3.15.patch"

View File

@ -0,0 +1,12 @@
diff -Naur commons.orig/drupal-org.make commons/drupal-org.make
--- commons.orig/drupal-org.make 2017-02-27 15:04:30.000000000 +0100
+++ commons/drupal-org.make 2017-02-27 15:05:42.000000000 +0100
@@ -442,7 +442,7 @@
projects[views][type] = "module"
projects[views][subdir] = "contrib"
-projects[views][version] = "3.14"
+projects[views][version] = "3.15"
; Update Views Content access filter per core performance improvements.
; https://drupal.org/comment/8516039#comment-8516039