diff options
author | taca <taca> | 2009-09-29 13:41:00 +0000 |
---|---|---|
committer | taca <taca> | 2009-09-29 13:41:00 +0000 |
commit | 8f69b93a8fbbd39eccf8137608770e5981b8611a (patch) | |
tree | 1d012be7f50eb4d6a19b858b5e5610c7cd9982e8 /www | |
parent | 8fdc71d51b4650b9dede2bd161601ab1deff3227 (diff) | |
download | pkgsrc-8f69b93a8fbbd39eccf8137608770e5981b8611a.tar.gz |
Update www/drupal6 package to fix security problem.
pkgsrc change: add LICENSE.
Drupal 6.14, 2009-09-16
----------------------
- Fixed security issues (OpenID association cross site request forgeries,
OpenID impersonation and File upload), see SA-CORE-2009-008.
- Changed the system modules page to not run all cache rebuilds; use the
button on the performance settings page to achieve the same effect.
- Added support for PHP 5.3.0 out of the box.
- Fixed a variety of small bugs.
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal6/Makefile | 5 | ||||
-rw-r--r-- | www/drupal6/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 6a5aa9a82b2..d7cd1d57678 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2009/07/16 18:11:53 adrianp Exp $ +# $NetBSD: Makefile,v 1.17 2009/09/29 13:41:00 taca Exp $ -DISTNAME= drupal-6.13 +DISTNAME= drupal-6.14 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://drupal.org/ COMMENT= Open source content management system +LICENSE= gnu-gpl-v2 CONFLICTS+= drupal-5.*{,nb*} diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo index a95d43623fe..75269219710 100644 --- a/www/drupal6/distinfo +++ b/www/drupal6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/07/16 18:11:53 adrianp Exp $ +$NetBSD: distinfo,v 1.13 2009/09/29 13:41:00 taca Exp $ -SHA1 (drupal-6.13.tar.gz) = ac4df01933267261021cc13ea48dea5e9946529b -RMD160 (drupal-6.13.tar.gz) = 5e08333266cff012c766eac8c62f1c9468d8bb89 -Size (drupal-6.13.tar.gz) = 1080373 bytes +SHA1 (drupal-6.14.tar.gz) = 25d4249e91bb04041e3185be8bf79785f9d91811 +RMD160 (drupal-6.14.tar.gz) = c4ae3a65556bae115e7ab003450b68e3f544f2ca +Size (drupal-6.14.tar.gz) = 1082687 bytes |