diff options
author | taca <taca@pkgsrc.org> | 2010-03-04 01:29:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-04 01:29:58 +0000 |
commit | 77fad6e6bda88a12122a54e2baf118f08c9ada08 (patch) | |
tree | 9bc7329fe5646b38a84cc84b91477d3720c8f747 /www/drupal6 | |
parent | f2d73e875bdd92cbc3dcd735eebc41cc5c0bfe6b (diff) | |
download | pkgsrc-77fad6e6bda88a12122a54e2baf118f08c9ada08.tar.gz |
Update drupal6 package to 6.16.
Drupal 6.16, 2010-03-03
----------------------
- Fixed security issues (Installation cross site scripting, Open redirection,
Locale module cross site scripting, Blocked user session regeneration),
see SA-CORE-2010-001.
- Better support for updated jQuery versions.
- Reduced resource usage of update.module.
- Fixed several issues relating to support of install profiles and
distributions.
- Added a locking framework to avoid data corruption on long operations.
- Fixed a variety of other bugs.
Diffstat (limited to 'www/drupal6')
-rw-r--r-- | www/drupal6/Makefile | 8 | ||||
-rw-r--r-- | www/drupal6/PLIST | 3 | ||||
-rw-r--r-- | www/drupal6/distinfo | 8 |
3 files changed, 8 insertions, 11 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 0c81af670e3..32369c64503 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2009/12/19 09:29:22 taca Exp $ +# $NetBSD: Makefile,v 1.19 2010/03/04 01:29:58 taca Exp $ -DISTNAME= drupal-6.15 +DISTNAME= drupal-6.16 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ @@ -57,10 +57,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/php/phpversion.mk" -.if ${PKG_PHP_VERSION} == "4" -DEPENDS+= php>=4.3.5:../../www/php4 -.endif - .if ${PKG_PHP_VERSION} == "5" DEPENDS+= php>=5.2.0:../../lang/php5 .endif diff --git a/www/drupal6/PLIST b/www/drupal6/PLIST index 46063b3eb0d..24e951ab6d5 100644 --- a/www/drupal6/PLIST +++ b/www/drupal6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/12/19 09:29:22 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/03/04 01:29:58 taca Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/COPYRIGHT.txt share/doc/drupal/INSTALL.mysql.txt @@ -29,6 +29,7 @@ share/drupal/includes/install.mysqli.inc share/drupal/includes/install.pgsql.inc share/drupal/includes/language.inc share/drupal/includes/locale.inc +share/drupal/includes/lock.inc share/drupal/includes/mail.inc share/drupal/includes/menu.inc share/drupal/includes/module.inc diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo index a0e5ac17d90..75a4fae0abd 100644 --- a/www/drupal6/distinfo +++ b/www/drupal6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/12/19 09:29:22 taca Exp $ +$NetBSD: distinfo,v 1.15 2010/03/04 01:29:58 taca Exp $ -SHA1 (drupal-6.15.tar.gz) = 5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 -RMD160 (drupal-6.15.tar.gz) = 146709dd487fa6a0d1cb39d1a79c7f7519f73643 -Size (drupal-6.15.tar.gz) = 1085634 bytes +SHA1 (drupal-6.16.tar.gz) = 90db81b6f4b9b0514c9cdd1338f344492beb5477 +RMD160 (drupal-6.16.tar.gz) = 2d8579d76bc06c623fdad88c30b8aebf48bd88d7 +Size (drupal-6.16.tar.gz) = 1090616 bytes |