diff options
author | taca <taca@pkgsrc.org> | 2017-06-22 13:09:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-22 13:09:39 +0000 |
commit | 8c28a7b4373cef3968f56ca63e92e8fa38146702 (patch) | |
tree | 3c618efed9c547d1841d28bce48b6534ff0dc4dc /www/drupal7/Makefile | |
parent | d1109210fe24cb4334816dfed37cb1f6a0ac01fa (diff) | |
download | pkgsrc-8c28a7b4373cef3968f56ca63e92e8fa38146702.tar.gz |
Update drupal7 to 7.56.
Drupal 7.56, 2017-06-21
-----------------------
- Fixed security issues (access bypass). See SA-CORE-2017-003.
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 aa0d8f0d49b..6500a437352 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2017/05/20 18:20:02 adam Exp $ +# $NetBSD: Makefile,v 1.46 2017/06/22 13:09:39 taca Exp $ -DISTNAME= drupal-7.54 +DISTNAME= drupal-7.56 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ |