summaryrefslogtreecommitdiff
path: root/www/drupal7
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-08-30 15:47:26 +0000
committertaca <taca@pkgsrc.org>2013-08-30 15:47:26 +0000
commit10a000dc7bcbe08edaed4936ff722a0d692f56d9 (patch)
tree82817b6df3dae89a965e74a199d9e348ef3da7b2 /www/drupal7
parenta992d9b3d9fbaf61235212739b27edfb2881efd2 (diff)
downloadpkgsrc-10a000dc7bcbe08edaed4936ff722a0d692f56d9.tar.gz
Update drupal7 pacakge to 7.23.
Drupal 7.23, 2013-08-07 ----------------------- - Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module from Drupal 6 to Drupal 7. - Fixed the default ordering of CSS files for sites using right-to-left languages, to consistently place the right-to-left override file immediately after the CSS it is overriding (API change: https://drupal.org/node/2058463). - Added a drupal_check_memory_limit() API function to allow the memory limit to be checked consistently (API addition). - Changed the default web.config file for IIS servers to allow favicon.ico files which are present in the filesystem to be accessed. - Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering functions. - Performance improvement: Allowed all hooks to be included in the module_implements() cache, even those that are only invoked on HTTP POST requests. - Made the database system replace truncate queries with delete queries when inside a transaction, to fix issues with PostgreSQL and other databases. - Fixed a bug which caused nested contextual links to display improperly. - Fixed a bug which prevented cached image derivatives from being flushed for private files and other non-default file schemes. - Fixed drupal_render() to always return an empty string when there is no output, rather than sometimes returning NULL (minor API change). - Added protection to cache_clear_all() to ensure that non-cache tables cannot be truncated (API addition: a new isValidBin() method has been added to the default database cache implementation). - Changed the default .htaccess file to support HTTP authorization in CGI environments. - Changed the password reset form to pre-fill the username when requested via a URL query parameter, and used this in the error message that appears after a failed login attempt (minor data structure and behavior change). - Fixed broken support for foreign keys in the field API. - Fixed "No active batch" error when a user cancels their own account. - Added a description to the "access content overview" permission on the permissions page (string change). - Added a drupal_array_diff_assoc_recursive() function to allow associative arrays to be compared recursively (API addition). - Added human-readable labels to image styles, in addition to the existing machine-readable name (API change: https://drupal.org/node/2058503). - Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in additional places in the code, for added security in the case where there is no hash salt in settings.php. - Fixed a regression in Drupal 7.22 that caused internal server errors for sites running on very old Apache 1.x web servers. - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage.
Diffstat (limited to 'www/drupal7')
-rw-r--r--www/drupal7/Makefile7
-rw-r--r--www/drupal7/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index d53d7e8f0cc..bcb4b81dcb5 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2013/04/06 12:07:12 taca Exp $
+# $NetBSD: Makefile,v 1.21 2013/08/30 15:47:26 taca Exp $
-DISTNAME= drupal-7.22
+DISTNAME= drupal-7.23
CATEGORIES= www
-MASTER_SITES= http://drupal.org/files/projects/
+MASTER_SITES= https://drupal.org/files/projects/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://drupal.org/
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
+FETCH_USING= curl
NO_BUILD= YES
DRUPAL= share/drupal
PAX_DIRS= includes misc modules profiles scripts themes
diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo
index 37ee99a5145..7ff43c5d65e 100644
--- a/www/drupal7/distinfo
+++ b/www/drupal7/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2013/04/06 12:07:12 taca Exp $
+$NetBSD: distinfo,v 1.14 2013/08/30 15:47:26 taca Exp $
-SHA1 (drupal-7.22.tar.gz) = 81c4d72b374dbcb338ec53049ca659a2d1ee9d87
-RMD160 (drupal-7.22.tar.gz) = f9928ac08b7a4e5da30b651078f1cbdf8d1ab0b3
-Size (drupal-7.22.tar.gz) = 3183014 bytes
+SHA1 (drupal-7.23.tar.gz) = 6f923c30a3bc640d21f14d717d8a17b288958534
+RMD160 (drupal-7.23.tar.gz) = 517f00235bd5bc09c21ff0471d9c185d588b7892
+Size (drupal-7.23.tar.gz) = 3191695 bytes