diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-04-09 22:02:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-04-09 22:02:11 +0000 |
commit | c14b6d3f02c40d0dd2da8af6d900693b8f3e3311 (patch) | |
tree | e596dc8c3238d8ed1367116b16309504d2c33047 /www/drupal6 | |
parent | 05a4a3d3f3de2e85325dfb0879cbfa17471cd495 (diff) | |
download | pkgsrc-c14b6d3f02c40d0dd2da8af6d900693b8f3e3311.tar.gz |
Update to 6.2
This release fixes security vulnerabilities and also changes APIs. Sites are urged to upgrade immediately after reading the security announcement:
* SA-2008-026 - Drupal core - Drupal core - Access bypass
In addition to this security vulnerability, the following bugs have been fixed since the 6.0 release:
* #228120 by jvandyk: typo in documentation in comment.tpl.php
* #226480 by gpk: fix wording on when node access rebuild button is displayed in node_configure()
* #229817 by mcarrera: l() attributes were not properly specified in theme.inc's theme_username()
* #234403 by alienbrain: PHP.net documents we should use CRLF in mail headers, so do that
* #226555 by jvandyk, Rok Zlender: fix notice level error in xmlrpc.inc
* #204415 by chx: actually use 'administer content types' permission for node type editing instead of 'administer nodes'
* #234699 by hass: theme_link() did not mark frontpage links active properly
* #237717 by hass: missing t() in system_clear_cache_submit()
* #232037 by pwolanin: (performance) block regions should only be populated when called for, not in all cases (fixes performance expectation on 403/404 pages)
* #226728 by chx: (performance) temporary cache table entries were not flushed, causing cache_menu and cache_form to grow big
* #231587 by pwolanin, killes: (performance) use two level cache in menus, instead of storing very large amounts of data multiple times
* #239196 by jvandyk and myself: missing status check on nodes in search indexing counter
* rolling back #234403 by Bevan and damz: we should keep using LF in mail headers, without CR, CRLF causes problems
* #238564 by scor: two missing t() calls in update.module
* #241629 by solotandem: dblog module left one more row in, when cleaning up in cron
* #244597 by kbahey: remove cruft from user_login(), that added extra message to the form was never used or displayed
Diffstat (limited to 'www/drupal6')
-rw-r--r-- | www/drupal6/Makefile | 4 | ||||
-rw-r--r-- | www/drupal6/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 75b6aca74bc..f7cae38d3e6 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/04/06 10:19:12 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/09 22:02:11 adrianp Exp $ -DISTNAME= drupal-6.1 +DISTNAME= drupal-6.2 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo index dd2c2c7edd3..8cad898e523 100644 --- a/www/drupal6/distinfo +++ b/www/drupal6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/06 10:15:27 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2008/04/09 22:02:11 adrianp Exp $ -SHA1 (drupal-6.1.tar.gz) = 81faeb3beecaa8cc4ee1f441d40a283268e150eb -RMD160 (drupal-6.1.tar.gz) = cbc8a6f022c713b899d804abb55bbd37daee3c48 -Size (drupal-6.1.tar.gz) = 1057213 bytes +SHA1 (drupal-6.2.tar.gz) = 2cbff1073e15cdc54a620ffb891b16f558ec6fe4 +RMD160 (drupal-6.2.tar.gz) = 7b1bed3e98c35dee12d13c46c37888b9ff045a79 +Size (drupal-6.2.tar.gz) = 1058550 bytes |