diff options
author | taca <taca@pkgsrc.org> | 2015-06-18 11:44:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-18 11:44:04 +0000 |
commit | b24e6d0e256262c58f2f2350a9c2a30ebe2dfe22 (patch) | |
tree | 9c7902bd46a746cf0878804af5c6fcf8a856e7f6 /www | |
parent | 0ac74f42db99bb90aae57d574698aea1b5c94788 (diff) | |
download | pkgsrc-b24e6d0e256262c58f2f2350a9c2a30ebe2dfe22.tar.gz |
Update drupal7 to 7.38 (Drupal 7.38)..
Drupal 7.38, 2015-06-17
-----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-002.
Drupal 7.37, 2015-05-07
-----------------------
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
to become disabled if they were defined by a no-longer-enabled module.
- Removed a confusing description regarding automatic time zone detection from
the user account form (minor UI and data structure change).
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
when specified in the list of allowed tags.
- Allowed hook_field_schema() implementations to specify indexes for fields
based on a fixed-length column prefix (rather than the entire column), as was
already allowed in hook_schema() implementations.
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
- Added a sites/all/libraries folder to the codebase, with instructions for
using it.
- Added a description to the "Administer text formats and filters" permission
on the Permissions page (string change).
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.
Drupal 7.36, 2015-04-01
-----------------------
- Added a 'file_public_schema' variable which allows modules that define
publicly-accessible streams in hook_stream_wrappers() to bypass file download
access checks when processing managed file upload fields.
- Fixed a bug that caused database query tags not to be added to search-related
database queries under many circumstances, and which prevented the
corresponding hook_query_TAG_alter() implementations from being called.
- Fixed the "for" attribute on managed file upload field labels to improve
accessibility (minor markup change).
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
option to drupal_add_js() which modules can set to FALSE when adding
JavaScript files that have no dependency on jQuery (API addition:
https://www.drupal.org/node/2462717).
- Fixed incorrect foreign keys in the User module's role_permission and
users_roles database tables.
- Changed permission descriptions throughout Drupal core to consistently link
to relevant administrative pages, regardless of whether the user viewing the
Permissions page can view the page being linked to (minor UI change).
- Fixed the drupal_add_region_content() function so that it actually adds
content to the page.
- Added an 'image_suppress_itok_output' variable to allow sites already using
the existing 'image_allow_insecure_derivatives' variable to also prevent
security tokens from appearing in image derivative URLs.
- Fixed double-escaping of theme names in the Block module administrative
interface (minor string change).
- Added basic support for Xdebug when running automated tests.
- Fixed a bug which caused previewing a node to remove elements from the node
being edited. With this fix, calling node_preview() will no longer modify the
passed-in node object (minor API change).
- Added a user_has_role() function to check whether a user has a particular
role (API addition: https://www.drupal.org/node/2462411).
- Fixed installation failures when an opcode cache is enabled.
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
files to be inaccessible.
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
pictures to be lost.
- Fixed missing language code in hook_field_attach_view_alter() when it is
invoked from field_view_field().
- Stopped sending ETag and Last-Modified headers for uncached page requests,
since they break caching for certain Varnish and Nginx configurations.
- Changed the Simpletest module to allow PSR-4 test classes to be used in
Drupal 7.
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
comment containing keyword(s)" action.
- Changed the "lang" attribute on language links to "xml:lang" so it validates
as XHTML (minor markup change).
- Prevented the form API from allowing arrays to be submitted for various form
elements, such as textfields, textareas, and password fields (API change:
https://www.drupal.org/node/2462723).
- Fixed a bug in the Contact module which caused the global user object to have
the incorrect name and e-mail address during the remainder of the page
request after the contact form is submitted.
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal7/Makefile | 4 | ||||
-rw-r--r-- | www/drupal7/PLIST | 14 | ||||
-rw-r--r-- | www/drupal7/distinfo | 8 |
3 files changed, 19 insertions, 7 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 841f1d3d05c..381221048c2 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2015/03/19 15:36:41 taca Exp $ +# $NetBSD: Makefile,v 1.32 2015/06/18 11:44:04 taca Exp $ -DISTNAME= drupal-7.35 +DISTNAME= drupal-7.38 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ diff --git a/www/drupal7/PLIST b/www/drupal7/PLIST index 8ff7e213e97..984da09ed6b 100644 --- a/www/drupal7/PLIST +++ b/www/drupal7/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2014/11/23 16:40:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2015/06/18 11:44:04 taca Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/COPYRIGHT.txt share/doc/drupal/INSTALL.mysql.txt @@ -570,6 +570,8 @@ share/drupal/modules/search/tests/search_embedded_form.info share/drupal/modules/search/tests/search_embedded_form.module share/drupal/modules/search/tests/search_extra_type.info share/drupal/modules/search/tests/search_extra_type.module +share/drupal/modules/search/tests/search_node_tags.info +share/drupal/modules/search/tests/search_node_tags.module share/drupal/modules/shortcut/shortcut-rtl.css share/drupal/modules/shortcut/shortcut.admin.css share/drupal/modules/shortcut/shortcut.admin.inc @@ -601,6 +603,7 @@ share/drupal/modules/simpletest/files/html-1.txt share/drupal/modules/simpletest/files/html-2.html share/drupal/modules/simpletest/files/image-1.png share/drupal/modules/simpletest/files/image-2.jpg +share/drupal/modules/simpletest/files/image-test-transparent-out-of-range.gif share/drupal/modules/simpletest/files/image-test.gif share/drupal/modules/simpletest/files/image-test.jpg share/drupal/modules/simpletest/files/image-test.png @@ -619,6 +622,7 @@ share/drupal/modules/simpletest/simpletest.js share/drupal/modules/simpletest/simpletest.module share/drupal/modules/simpletest/simpletest.pages.inc share/drupal/modules/simpletest/simpletest.test +share/drupal/modules/simpletest/src/Tests/PSR4WebTest.php share/drupal/modules/simpletest/tests/actions.test share/drupal/modules/simpletest/tests/actions_loop_test.info share/drupal/modules/simpletest/tests/actions_loop_test.install @@ -646,6 +650,10 @@ share/drupal/modules/simpletest/tests/database_test.info share/drupal/modules/simpletest/tests/database_test.install share/drupal/modules/simpletest/tests/database_test.module share/drupal/modules/simpletest/tests/database_test.test +share/drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info +share/drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module +share/drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc +share/drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc share/drupal/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info share/drupal/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module share/drupal/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info @@ -699,6 +707,10 @@ share/drupal/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Exa share/drupal/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php share/drupal/modules/simpletest/tests/psr_0_test/psr_0_test.info share/drupal/modules/simpletest/tests/psr_0_test/psr_0_test.module +share/drupal/modules/simpletest/tests/psr_4_test/psr_4_test.info +share/drupal/modules/simpletest/tests/psr_4_test/psr_4_test.module +share/drupal/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php +share/drupal/modules/simpletest/tests/psr_4_test/src/Tests/Nested/NestedExampleTest.php share/drupal/modules/simpletest/tests/registry.test share/drupal/modules/simpletest/tests/requirements1_test.info share/drupal/modules/simpletest/tests/requirements1_test.install diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index d92a9fb6329..cf21480f31b 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2015/03/19 15:36:41 taca Exp $ +$NetBSD: distinfo,v 1.25 2015/06/18 11:44:04 taca Exp $ -SHA1 (drupal-7.35.tar.gz) = cad890b6d73cca85685095d7289b9cac4691f5b7 -RMD160 (drupal-7.35.tar.gz) = b03d5278ba9cf7975630d129155962b1a29cd16c -Size (drupal-7.35.tar.gz) = 3234349 bytes +SHA1 (drupal-7.38.tar.gz) = 488af8c9805fd1b60cd0e05211c167b283e26599 +RMD160 (drupal-7.38.tar.gz) = b7c03eee7299970ddb1b59dcf6d482c70c9db4c4 +Size (drupal-7.38.tar.gz) = 3247864 bytes |