summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2014-11-25 14:30:41 +0000
committertron <tron>2014-11-25 14:30:41 +0000
commit74b4313b6e9890c6c1e91411d95bca6f2256d1ad (patch)
tree67c4299195a6e50fba77ba00f4270bd111eeddb1
parentb3cbb99f7576775ff21324108e04ba313fe7675f (diff)
downloadpkgsrc-74b4313b6e9890c6c1e91411d95bca6f2256d1ad.tar.gz
Pullup ticket #4556 - requested by taca
www/drupal7: security update Revisions pulled up: - www/drupal7/Makefile 1.30 - www/drupal7/PLIST 1.11 - www/drupal7/distinfo 1.23 --- Module Name: pkgsrc Committed By: taca Date: Sun Nov 23 16:40:10 UTC 2014 Modified Files: pkgsrc/www/drupal7: Makefile PLIST distinfo Log Message: Update drupal7 to 7.34. Drupal 7.34, 2014-11-19 ---------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006. Drupal 7.33, 2014-11-07 ----------------------- - Began storing the file modification time of each module and theme in the {system} database table so that contributed modules can use it to identify recently changed modules and themes (minor data structure change to the return value of system_get_info() and other related functions). - Added a "Did you mean?" feature to the run-tests.sh script for running automated tests from the command line, to help developers who are attempting to run a particular test class or group. - Changed the date format used in various HTTP headers output by Drupal core from RFC 1123 format to RFC 7231 format. - Added a "block_cache_bypass_node_grants" variable to allow sites which have node access modules enabled to use the block cache if desired (API addition). - Made image derivative generation HTTP requests return a 404 error (rather than a 500 error) when the source image does not exist. - Fixed a bug which caused user pictures to be removed from the user object after saving, and resulted in data loss if the user account was subsequently re-saved. - Fixed a bug in which field_has_data() did not return TRUE for fields that only had data in older entity revisions, leading to loss of the field's data when the field configuration was edited. - Fixed a bug which caused the Ajax progress throbber to appear misaligned in many situatons (minor styling change). - Prevented the Bartik theme from lower-casing the "Permalink" link on comments, for improved multilingual support (minor UI change). - Added a "preferred_menu_links" tag to the database query that is used by menu_link_get_preferred() to find the preferred menu link for a given path, to make it easier to alter. - Increased the maximum allowed length of block titles to 255 characters (database schema change to the {block} table). - Removed the Field module's field_modules_uninstalled() function, since it did not do anything when it was invoked. - Added a "theme_hook_original" variable to templates and theme functions and an optional sitewide theme debug mode, to provide contextual information in the page's HTML to theme developers. The theme debug mode is based on the one used with Twig in Drupal 8 and can be accessed by setting the "theme_debug" variable to TRUE (API addition). - Added an entity_view_mode_prepare() API function to allow entity-defining modules to properly invoke hook_entity_view_mode_alter(), and used it throughout Drupal core to fix bugs with the invocation of that hook (API change: https://www.drupal.org/node/2369141). - Security improvement: Made the database API's orderBy() method sanitize the sort direction ("ASC" or "DESC") for queries built with db_select(), so that calling code does not have to. - Changed the RDF module to consistently output RDF metadata for nodes and comments near where the node is rendered in the HTML (minor markup and data structure change). - Added an HTML class to RDFa metatags throughout Drupal to prevent them from accidentally affecting the site appearance (minor markup change). - Fixed a bug in the Unicode requirements check which prevented installing Drupal on PHP 5.6. - Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap when called early in the page request. - Renamed the "Search result" view mode to "Search result highlighting input" to better reflect how it is used (UI change). - Improved database queries generated by EntityFieldQuery in the case where delta or language condition groups are used, to reduce the number of INNER JOINs (this is a minor data structure change affecting code which implements hook_query_alter() on these queries). - Removed special-case behavior for file uploads which allowed user #1 to bypass maximum file size and user quota limits. - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage.
-rw-r--r--www/drupal7/Makefile4
-rw-r--r--www/drupal7/PLIST5
-rw-r--r--www/drupal7/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index ece0041979b..3eed177ceb3 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28.2.1 2014/10/17 09:37:07 tron Exp $
+# $NetBSD: Makefile,v 1.28.2.2 2014/11/25 14:30:41 tron Exp $
-DISTNAME= drupal-7.32
+DISTNAME= drupal-7.34
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
diff --git a/www/drupal7/PLIST b/www/drupal7/PLIST
index c96446b3da2..7c338b536a9 100644
--- a/www/drupal7/PLIST
+++ b/www/drupal7/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/08/08 15:53:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.10.2.1 2014/11/25 14:30:41 tron Exp $
share/doc/drupal/CHANGELOG.txt
share/doc/drupal/COPYRIGHT.txt
share/doc/drupal/INSTALL.mysql.txt
@@ -143,6 +143,8 @@ share/drupal/misc/tabledrag.js
share/drupal/misc/tableheader.js
share/drupal/misc/tableselect.js
share/drupal/misc/textarea.js
+share/drupal/misc/throbber-active.gif
+share/drupal/misc/throbber-inactive.png
share/drupal/misc/throbber.gif
share/drupal/misc/timezone.js
share/drupal/misc/tree-bottom.png
@@ -732,6 +734,7 @@ share/drupal/modules/simpletest/tests/theme_test.template_test.tpl.php
share/drupal/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info
share/drupal/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info
share/drupal/modules/simpletest/tests/themes/test_theme/template.php
+share/drupal/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php
share/drupal/modules/simpletest/tests/themes/test_theme/test_theme.info
share/drupal/modules/simpletest/tests/unicode.test
share/drupal/modules/simpletest/tests/update.test
diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo
index 86268708e82..5319e4977b5 100644
--- a/www/drupal7/distinfo
+++ b/www/drupal7/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21.2.1 2014/10/17 09:37:07 tron Exp $
+$NetBSD: distinfo,v 1.21.2.2 2014/11/25 14:30:41 tron Exp $
-SHA1 (drupal-7.32.tar.gz) = 6f9e1344b27edce3e0e16a5f810cfd442d2d8107
-RMD160 (drupal-7.32.tar.gz) = f2509c41b4d25622fd184672663d3bb9f909a5b6
-Size (drupal-7.32.tar.gz) = 3215563 bytes
+SHA1 (drupal-7.34.tar.gz) = 00d54028ce926180aca709b4031eb8ec0339a48b
+RMD160 (drupal-7.34.tar.gz) = 88373487ab2f0bf5e8bd375a87fc16230e6c8050
+Size (drupal-7.34.tar.gz) = 3229858 bytes