Tue Sep 29 13:41:00 2009 UTC ()
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.


(taca)
diff -r1.16 -r1.17 pkgsrc/www/drupal6/Makefile
diff -r1.12 -r1.13 pkgsrc/www/drupal6/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/www/drupal6/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/drupal6/Attic/Makefile 2009/07/16 18:11:53 1.16
+++ pkgsrc/www/drupal6/Attic/Makefile 2009/09/29 13:41:00 1.17
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.16 2009/07/16 18:11:53 adrianp Exp $ 1# $NetBSD: Makefile,v 1.17 2009/09/29 13:41:00 taca Exp $
2 2
3DISTNAME= drupal-6.13 3DISTNAME= drupal-6.14
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://drupal.org/files/projects/ 5MASTER_SITES= http://drupal.org/files/projects/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://drupal.org/ 8HOMEPAGE= http://drupal.org/
9COMMENT= Open source content management system 9COMMENT= Open source content management system
 10LICENSE= gnu-gpl-v2
10 11
11CONFLICTS+= drupal-5.*{,nb*} 12CONFLICTS+= drupal-5.*{,nb*}
12 13
13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.5:../../graphics/php-gd 14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.5:../../graphics/php-gd
14 15
15NO_BUILD= YES 16NO_BUILD= YES
16DRUPAL= ${PREFIX}/share/drupal 17DRUPAL= ${PREFIX}/share/drupal
17PAX_DIRS= includes misc modules scripts themes 18PAX_DIRS= includes misc modules scripts themes
18DOCS= CHANGELOG.txt COPYRIGHT.txt INSTALL.mysql.txt \ 19DOCS= CHANGELOG.txt COPYRIGHT.txt INSTALL.mysql.txt \
19 INSTALL.pgsql.txt INSTALL.txt LICENSE.txt \ 20 INSTALL.pgsql.txt INSTALL.txt LICENSE.txt \
20 MAINTAINERS.txt UPGRADE.txt 21 MAINTAINERS.txt UPGRADE.txt
21 22
22PKG_GROUPS_VARS+= WWW_GROUP 23PKG_GROUPS_VARS+= WWW_GROUP

cvs diff -r1.12 -r1.13 pkgsrc/www/drupal6/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/drupal6/Attic/distinfo 2009/07/16 18:11:53 1.12
+++ pkgsrc/www/drupal6/Attic/distinfo 2009/09/29 13:41:00 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2009/07/16 18:11:53 adrianp Exp $ 1$NetBSD: distinfo,v 1.13 2009/09/29 13:41:00 taca Exp $
2 2
3SHA1 (drupal-6.13.tar.gz) = ac4df01933267261021cc13ea48dea5e9946529b 3SHA1 (drupal-6.14.tar.gz) = 25d4249e91bb04041e3185be8bf79785f9d91811
4RMD160 (drupal-6.13.tar.gz) = 5e08333266cff012c766eac8c62f1c9468d8bb89 4RMD160 (drupal-6.14.tar.gz) = c4ae3a65556bae115e7ab003450b68e3f544f2ca
5Size (drupal-6.13.tar.gz) = 1080373 bytes 5Size (drupal-6.14.tar.gz) = 1082687 bytes