diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-05-01 19:49:42 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-05-01 19:49:42 +0000 |
commit | 1bea672b1d7bd327b66f3405654b9a30616d4a1a (patch) | |
tree | dc84104d3c0df6fbaf33bbf884ef56fd2bb68f8e /www | |
parent | 376379fa4a3cdde77db7c4eb9d36ab0460a883f4 (diff) | |
download | pkgsrc-1bea672b1d7bd327b66f3405654b9a30616d4a1a.tar.gz |
Update to 5.17
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-005 Drupal core - Cross site scripting
In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:
* #150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix). Backport #367689 by gollyg.
* #335741 by electricmonk. Do not recurse over non-objects.
* #287725 by mantyla. Sort by mid to avoid inconsistencies when multiple menu items exist for a node.
* 174940 by gpk: avoid calling up the full Drupal bootstrap for nonexistent favicon.ico. Backport by matt@antinomia.
* #112887 by ged3000. Adding Newfoundland DST
* #401494 by andypost. Correctly clear menu cache.
* #396224 by pwolanin: Further harden template file name discovery
* #395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.
* #197864 by vito_swat, alpritt, Murz, catch: Use hook_term_path() in forum module instead of hook_link_alter(); simplfies code, improves performance and compatibility.
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal/Makefile | 4 | ||||
-rw-r--r-- | www/drupal/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 5ca9face709..82ee2d5ae5c 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2009/02/28 16:10:23 adrianp Exp $ +# $NetBSD: Makefile,v 1.38 2009/05/01 19:49:42 adrianp Exp $ -DISTNAME= drupal-5.16 +DISTNAME= drupal-5.17 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/drupal/distinfo b/www/drupal/distinfo index 6b341745378..cc34be34716 100644 --- a/www/drupal/distinfo +++ b/www/drupal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2009/02/28 16:10:23 adrianp Exp $ +$NetBSD: distinfo,v 1.29 2009/05/01 19:49:42 adrianp Exp $ -SHA1 (drupal-5.16.tar.gz) = 3dd95ece9570e5a889b9869a50608797b2976b19 -RMD160 (drupal-5.16.tar.gz) = e79aa1fa15f5822dc32790d3f0f86ed4c9f6a8b0 -Size (drupal-5.16.tar.gz) = 766247 bytes +SHA1 (drupal-5.17.tar.gz) = 4d8445b5ef7adcd87ced8f6c119ea35a6e339fe2 +RMD160 (drupal-5.17.tar.gz) = fb53254f10ad58e11e04e0baf5ffd44bfba8d250 +Size (drupal-5.17.tar.gz) = 766536 bytes |