diff options
author | taca <taca> | 2014-08-08 15:53:33 +0000 |
---|---|---|
committer | taca <taca> | 2014-08-08 15:53:33 +0000 |
commit | 12fdd876893d5288c437610b2b38e50eb74027a8 (patch) | |
tree | beeda33fefc4a08685baef6dcb1397de4c0ce3bf /www/drupal7/Makefile | |
parent | a67b20ec046457afb6599d098c63cb4226aca4de (diff) | |
download | pkgsrc-12fdd876893d5288c437610b2b38e50eb74027a8.tar.gz |
Update drupal7 to 7.31.
Drupal 7.31, 2014-08-06
----------------------
- Fixed security issues (denial of service). See SA-CORE-2014-004.
Drupal 7.30, 2014-07-24
-----------------------
- Fixed a regression introduced in Drupal 7.29 that caused files or images
attached to taxonomy terms to be deleted when the taxonomy term was edited
and resaved (and other related bugs with contributed and custom modules).
- Added a warning on the permissions page to recommend restricting access to
the "View site reports" permission to trusted administrators. See
DRUPAL-PSA-2014-002.
- Numerous API documentation improvements.
- Additional automated test coverage.
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r-- | www/drupal7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 6cec3a2656e..7a5b237b4be 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/07/17 03:57:10 taca Exp $ +# $NetBSD: Makefile,v 1.28 2014/08/08 15:53:33 taca Exp $ -DISTNAME= drupal-7.29 +DISTNAME= drupal-7.31 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ |