summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2010-03-05 10:52:15 +0000
committertron <tron@pkgsrc.org>2010-03-05 10:52:15 +0000
commit47dbab388a36ee147dae14d32f05227bc1d1632c (patch)
treea4031d16eb1d940351254de4fbfc93ced33d7ad6
parent2a70da5ebe70b0c90066540a023319f6c1d6f63b (diff)
downloadpkgsrc-47dbab388a36ee147dae14d32f05227bc1d1632c.tar.gz
Pullup ticket #3038 - requested by taca
drupal6: security update Revisions pulled up: - www/drupal6/Makefile 1.19 - www/drupal6/PLIST 1.6 - www/drupal6/distinfo 1.15 --- Module Name: pkgsrc Committed By: taca Date: Thu Mar 4 01:29:58 UTC 2010 Modified Files: pkgsrc/www/drupal6: Makefile PLIST distinfo Log Message: 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.
-rw-r--r--www/drupal6/Makefile8
-rw-r--r--www/drupal6/PLIST3
-rw-r--r--www/drupal6/distinfo8
3 files changed, 8 insertions, 11 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
index 0c81af670e3..2764acfc171 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.18.2.1 2010/03/05 10:52:15 tron 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..0b5732c1884 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.5.2.1 2010/03/05 10:52:16 tron 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..6213b451ebe 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.14.2.1 2010/03/05 10:52:18 tron 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