pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2007Q3]: pkgsrc/www/drupal Pullup ticket 2240 - requested by a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d2db3dbb5d5
branches: pkgsrc-2007Q3
changeset: 534055:0d2db3dbb5d5
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Dec 06 10:11:00 2007 +0000
description:
Pullup ticket 2240 - requested by adrianp
security update for drupal
- pkgsrc/www/drupal/Makefile 1.25
- pkgsrc/www/drupal/distinfo 1.18
Module Name: pkgsrc
Committed By: adrianp
Date: Wed Dec 5 23:16:19 UTC 2007
Modified Files:
pkgsrc/www/drupal: Makefile distinfo
Log Message:
This release fixes a security vulnerability. Sites are urged to upgrade
immediately. For more details, please see the security announcement:
* SA-2007-031 - Drupal core - SQL Injection possible when certain
contributed modules are enabled
In addition to this security vulnerability, the following bugs have been
fixed since the 5.2 release:
* 178478 by scor: typo in text displyed when the DB is installed but not
accessible
* Patch 122759 by Robrecht: fixed broken query in upgrade path.
* 55277 by catch and JirkaRybka: when flat comment view is used, order
comments by cid (ie. original submission order) instead of timestamp
(ie. last editing time order) to avoid comments jumping around when
being edited
* Patch 181063 by chx and bjaspan: fixed problem with drupal_bootstrap()
not booting to the proper level.
* 184668 by hazexp, Remove unnecessary ';'
* Patch 182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().
* 93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft
carried over in comment module
* 154388 (backport of 172262) by JirkaRybka. Better globals handling in
install system, so the choosen profile and language are remembered.
* 171117 by JirkaRybka: set access time for admin created or edited
accounts so they are exempt from the spam protection we have for
accounts never logged in
* Patch 168829 by Neil Drumm: fixed link in documentation.
* 165924 by odious. Use accurate count query for user list.
* 187601 by Bart Jansens. Use correct HTTP status codes for redirects.
* 180109 by JirkaRybka: overcome browser quirk to detect when no
taxonomy term was selected
* 134984 by mikesmullin. Fix x2 coordinate for rendering gradients.
diffstat:
www/drupal/Makefile | 6 ++++--
www/drupal/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 383392f4e536 -r 0d2db3dbb5d5 www/drupal/Makefile
--- a/www/drupal/Makefile Wed Dec 05 14:07:40 2007 +0000
+++ b/www/drupal/Makefile Thu Dec 06 10:11:00 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23.2.1 2007/10/22 11:37:28 ghen Exp $
+# $NetBSD: Makefile,v 1.23.2.2 2007/12/06 10:11:00 ghen Exp $
-DISTNAME= drupal-5.3
+DISTNAME= drupal-5.4
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
@@ -19,6 +19,8 @@
PKG_USERS_VARS+= APACHE_USER
BUILD_DEFS+= APACHE_USER APACHE_GROUP
+USE_TOOLS+= perl:run
+REPLACE_PERL= scripts/code-style.pl
OWN_DIRS+= ${DRUPAL}/sites/default
OWN_DIRS_PERMS+= ${DRUPAL}/files ${APACHE_USER} ${APACHE_GROUP} 0750
diff -r 383392f4e536 -r 0d2db3dbb5d5 www/drupal/distinfo
--- a/www/drupal/distinfo Wed Dec 05 14:07:40 2007 +0000
+++ b/www/drupal/distinfo Thu Dec 06 10:11:00 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16.2.1 2007/10/22 11:37:28 ghen Exp $
+$NetBSD: distinfo,v 1.16.2.2 2007/12/06 10:11:00 ghen Exp $
-SHA1 (drupal-5.3.tar.gz) = 71aaf830b65ec3c1029855b6ae95b6493ca17ae5
-RMD160 (drupal-5.3.tar.gz) = d6eaa0a3ebe860857a9f212302206db967e2478a
-Size (drupal-5.3.tar.gz) = 753427 bytes
+SHA1 (drupal-5.4.tar.gz) = 76e08a766d36d24c4628f61aea47d8961064f29b
+RMD160 (drupal-5.4.tar.gz) = ed20245d804cbd2ff7670a164e61b5be6202600e
+Size (drupal-5.4.tar.gz) = 753584 bytes
Home |
Main Index |
Thread Index |
Old Index