diff options
author | taca <taca@pkgsrc.org> | 2012-08-12 15:46:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-08-12 15:46:38 +0000 |
commit | b9a6a62ca75699ac3cebd0e383595a93b2ca4a93 (patch) | |
tree | e1aa12703c0270730c32ced61fc1735cdd6d9473 /www/drupal7 | |
parent | 54a8ffe8b99fe8303a3e7d77d1dc463a08591d68 (diff) | |
download | pkgsrc-b9a6a62ca75699ac3cebd0e383595a93b2ca4a93.tar.gz |
Update drupal7 package to 7.15.
Release notes says "no security fix" but it really fixes SA49131:
<http://secunia.com/advisories/49131/>.
Release notes
Maintenance release of the Drupal 7 series. Includes bugfixes and small
API/feature improvements only (no major new functionality); significant new
features are only being added to the forthcoming Drupal 8.0 release.
No security fixes are included in this release.
Besides documentation fixes, no changes have been made to the .htaccess,
robots.txt or settings.php files in this release, so upgrading custom versions
of those files is not necessary. Known issues:
#1708722: Call to undefined function drupal_find_base_themes() in
drupal-7.15/includes/module.inc on line 184: Under rare circumstances
which are still under investigation (most likely, sites with a sub-theme
enabled and a module enabled that calls certain code early in Drupal's
page request), upgrading to Drupal 7.15 may lead to a fatal error. A
patch to fix this is available.
http://drupal.org/node/1708292
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 4 | ||||
-rw-r--r-- | www/drupal7/PLIST | 6 | ||||
-rw-r--r-- | www/drupal7/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index ae4ff023f89..b726df5f575 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/06/25 09:02:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2012/08/12 15:46:38 taca Exp $ -DISTNAME= drupal-7.14 +DISTNAME= drupal-7.15 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/drupal7/PLIST b/www/drupal7/PLIST index dc028c82634..89fb9191271 100644 --- a/www/drupal7/PLIST +++ b/www/drupal7/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/05/03 07:02:57 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/08/12 15:46:38 taca Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/COPYRIGHT.txt share/doc/drupal/INSTALL.mysql.txt @@ -651,6 +651,8 @@ share/drupal/modules/simpletest/tests/entity_crud_hook_test.info share/drupal/modules/simpletest/tests/entity_crud_hook_test.module share/drupal/modules/simpletest/tests/entity_crud_hook_test.test share/drupal/modules/simpletest/tests/entity_query.test +share/drupal/modules/simpletest/tests/entity_query_access_test.info +share/drupal/modules/simpletest/tests/entity_query_access_test.module share/drupal/modules/simpletest/tests/error.test share/drupal/modules/simpletest/tests/error_test.info share/drupal/modules/simpletest/tests/error_test.module @@ -717,6 +719,8 @@ share/drupal/modules/simpletest/tests/theme_test.inc share/drupal/modules/simpletest/tests/theme_test.info share/drupal/modules/simpletest/tests/theme_test.module 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/test_theme.info share/drupal/modules/simpletest/tests/unicode.test diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index 2a142125bee..595ebd3813d 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/05/03 07:02:57 taca Exp $ +$NetBSD: distinfo,v 1.6 2012/08/12 15:46:38 taca Exp $ -SHA1 (drupal-7.14.tar.gz) = ab33bea454fed20c535e37a71cea6004599488c3 -RMD160 (drupal-7.14.tar.gz) = b39415586e11609e4bdb5b3a5ae4586f30c94cb4 -Size (drupal-7.14.tar.gz) = 3128473 bytes +SHA1 (drupal-7.15.tar.gz) = 6a64cc1ab37899fb318cfffd74f3104817cdbcb9 +RMD160 (drupal-7.15.tar.gz) = 850bfe727e05b52fdceecd822fca16fd616c579f +Size (drupal-7.15.tar.gz) = 3142219 bytes |