Update to 6.6
The sixth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release. This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement: * SA-2008-067 - Drupal core - Multiple vulnerabilities In addition to this security vulnerability, the following bugs have been fixed since the 6.5 release: - Patch #315656 by Damien Tournoud: fixed bug in drupal_lookup_path('wipe'). #318102 by Dave Reid: hook_exit() was not invoked for some cached requests. #277206 by Damien Tournoud, lilou, fp: untranslatable string in the installer - Patch #324080 by winterheart: missing </td>-tag. See http://drupal.org/node/324832 for all the details
This commit is contained in:
parent
ac904eee7c
commit
ddd02e9546
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2008/10/12 00:34:40 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2008/10/23 21:37:23 adrianp Exp $
|
||||
|
||||
DISTNAME= drupal-6.5
|
||||
DISTNAME= drupal-6.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://drupal.org/files/projects/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2008/10/12 00:34:40 adrianp Exp $
|
||||
$NetBSD: distinfo,v 1.6 2008/10/23 21:37:23 adrianp Exp $
|
||||
|
||||
SHA1 (drupal-6.5.tar.gz) = f67ce3b42367d849900e47e835fc3e9ed52014bd
|
||||
RMD160 (drupal-6.5.tar.gz) = 4bfd0bfb5e78c67494d2292d4db5ea3b61db7409
|
||||
Size (drupal-6.5.tar.gz) = 1071036 bytes
|
||||
SHA1 (drupal-6.6.tar.gz) = 08c12b590508d2050e3c2be0faf48b98a964ea45
|
||||
RMD160 (drupal-6.6.tar.gz) = 8f98af416745fe26592bf02d8b7c61718ec6dd6b
|
||||
Size (drupal-6.6.tar.gz) = 1071507 bytes
|
||||
|
|
Loading…
Reference in a new issue