summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-02-28 11:23:30 +0000
committerbsiegert <bsiegert>2016-02-28 11:23:30 +0000
commit0ac2c7a9c36fac08f8c8c8f8b3a904eba01c3a47 (patch)
tree0ebc5e18aba1c5b3019c0ea519190d7e449715ed
parentbbe4d4e30fc0ec2ae46b9ad6f3bf0e6f9fc96e05 (diff)
downloadpkgsrc-0ac2c7a9c36fac08f8c8c8f8b3a904eba01c3a47.tar.gz
Pullup ticket #4936 - requested by taca
www/drupal7: security fix Revisions pulled up: - www/drupal7/Makefile 1.38 - www/drupal7/PLIST 1.14 - www/drupal7/distinfo 1.29 --- Module Name: pkgsrc Committed By: taca Date: Thu Feb 25 15:15:57 UTC 2016 Modified Files: pkgsrc/www/drupal7: Makefile PLIST distinfo Log Message: Update drupal7 to 7.43 including security fix. Drupal 7.43, 2016-02-24 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001. Drupal 7.42, 2016-02-03 ----------------------- - Stopped invoking hook_flush_caches() on every cron run, since some modules use that hook for expensive operations that are only needed on cache clears. - Changed the default .htaccess and web.config to block Composer-related files. - Added static caching to module_load_include() to improve performance. - Fixed double-encoding bugs in select field widgets provided by the Options module. The fix deprecates the 'strip_tags' property on option widgets and replaces it with a new 'strip_tags_and_unescape' property (minor data structure change). - Improved MySQL 5.7 support by changing the MySQL database driver to stop using the ANSI SQL mode alias, which has different meanings for different MySQL versions. - Fixed a regression introduced in Drupal 7.39 which prevented autocomplete functionality from working on servers that are not configured to automatically recognize index.php. - Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs with tar file handling on various operating systems. - Fixed fatal errors on node preview when a field is displayed in the node teaser but hidden in the full node view. The fix removes a field_attach_prepare_view() call from the node_preview() function since it is redundant with one in the node preview theme layer. - Improved the description of the "Trimmed" format option on text fields (translatable string change, and minor UI and data structure change). - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage..0 release, to fix bugs with tar file handling on various operating systems. - Fixed fatal errors on node preview when a field is displayed in the node teaser but hidden in the full node view. The fix removes a field_attach_prepare_view() call from the node_preview() function since it is redundant with one in the node preview theme layer. - Improved the description of the "Trimmed" format option on text fields (translatable string change, and minor UI and data structure change). - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage.
-rw-r--r--www/drupal7/Makefile4
-rw-r--r--www/drupal7/PLIST4
-rw-r--r--www/drupal7/distinfo10
3 files changed, 10 insertions, 8 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index da51fcfafb5..eb28c4746de 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2015/12/13 14:41:32 taca Exp $
+# $NetBSD: Makefile,v 1.37.2.1 2016/02/28 11:23:30 bsiegert Exp $
-DISTNAME= drupal-7.41
+DISTNAME= drupal-7.43
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
diff --git a/www/drupal7/PLIST b/www/drupal7/PLIST
index 0be272f5b02..f85228003ac 100644
--- a/www/drupal7/PLIST
+++ b/www/drupal7/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2015/10/18 03:30:53 wen Exp $
+@comment $NetBSD: PLIST,v 1.13.2.1 2016/02/28 11:23:30 bsiegert Exp $
share/doc/drupal/CHANGELOG.txt
share/doc/drupal/COPYRIGHT.txt
share/doc/drupal/INSTALL.mysql.txt
@@ -861,6 +861,8 @@ share/drupal/modules/system/system.tokens.inc
share/drupal/modules/system/system.updater.inc
share/drupal/modules/system/tests/cron_queue_test.info
share/drupal/modules/system/tests/cron_queue_test.module
+share/drupal/modules/system/tests/system_cron_test.info
+share/drupal/modules/system/tests/system_cron_test.module
share/drupal/modules/system/theme.api.php
share/drupal/modules/taxonomy/taxonomy-term.tpl.php
share/drupal/modules/taxonomy/taxonomy.admin.inc
diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo
index 20c0dd2f721..24050c8a047 100644
--- a/www/drupal7/distinfo
+++ b/www/drupal7/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2015/10/22 09:59:44 taca Exp $
+$NetBSD: distinfo,v 1.28.2.1 2016/02/28 11:23:30 bsiegert Exp $
-SHA1 (drupal-7.41.tar.gz) = 2f1f93e17b5d1b04e0abed6a37b22dbee26a0b38
-RMD160 (drupal-7.41.tar.gz) = 19d30f67dabbda2df6980bc35e886f43ab021595
-SHA512 (drupal-7.41.tar.gz) = 57ee4fb1044d958a9f5698d2046fcd69427be6da30c57918735ced3fc7dbe1ffc4c69cac8362cd668ef0769d78b20461d78905f7e91212062e56351818dfbaf9
-Size (drupal-7.41.tar.gz) = 3257325 bytes
+SHA1 (drupal-7.43.tar.gz) = 2979eb3ce141bb11a743e39ed6428d3728a05d01
+RMD160 (drupal-7.43.tar.gz) = fa5a23ab1b290a517975e6bcc597f032aa611982
+SHA512 (drupal-7.43.tar.gz) = 442348a8331788543750263437a2055308f4e45d5fa740c2578893e432878696de07956f0d76545aad4b1baf7bc463a08a620e3e5e29bf1f01ca90e6e62255e6
+Size (drupal-7.43.tar.gz) = 3265824 bytes