diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-02-28 16:10:23 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-02-28 16:10:23 +0000 |
commit | 16d9acedecbfc79d4cf141f498b77c86cc24e942 (patch) | |
tree | d20fb791f8466f40b5b53578feaef096f53653a2 /www/drupal/Makefile | |
parent | 5bdcb8f5208e876af0951105fcf2aeb718c89f0d (diff) | |
download | pkgsrc-16d9acedecbfc79d4cf141f498b77c86cc24e942.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/Makefile')
-rw-r--r-- | www/drupal/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |