diff options
author | adrianp <adrianp> | 2009-02-28 16:10:23 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2009-02-28 16:10:23 +0000 |
commit | b323b6de94d76b325d813c819aaeda8aaa8a09ea (patch) | |
tree | d20fb791f8466f40b5b53578feaef096f53653a2 /www/drupal | |
parent | 0e019e4988da74d4a67e04af468e811790ed7d7a (diff) | |
download | pkgsrc-b323b6de94d76b325d813c819aaeda8aaa8a09ea.tar.gz |
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-004 Drupal core - Local file inclusion on Windows
In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:
* #124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
* #360038 by sun. Documentation improvement.
* #179244 by tangent: line break filter operates on object element.
* #62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag.
Diffstat (limited to 'www/drupal')
-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 5fd3ad0c3e8..5ca9face709 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2009/01/15 20:05:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.37 2009/02/28 16:10:23 adrianp Exp $ -DISTNAME= drupal-5.15 +DISTNAME= drupal-5.16 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/drupal/distinfo b/www/drupal/distinfo index cfe03a6e7e2..6b341745378 100644 --- a/www/drupal/distinfo +++ b/www/drupal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2009/01/15 20:05:44 adrianp Exp $ +$NetBSD: distinfo,v 1.28 2009/02/28 16:10:23 adrianp Exp $ -SHA1 (drupal-5.15.tar.gz) = ecf67f38e85a6f01102f4dae18f1b2d221f1acba -RMD160 (drupal-5.15.tar.gz) = 404c59d34f9d4ebe09186dc66eb6203990c7488c -Size (drupal-5.15.tar.gz) = 766007 bytes +SHA1 (drupal-5.16.tar.gz) = 3dd95ece9570e5a889b9869a50608797b2976b19 +RMD160 (drupal-5.16.tar.gz) = e79aa1fa15f5822dc32790d3f0f86ed4c9f6a8b0 +Size (drupal-5.16.tar.gz) = 766247 bytes |