summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-04-26 09:18:43 +0000
committertaca <taca@pkgsrc.org>2020-04-26 09:18:43 +0000
commitceeb9739d20680f05a3519da4fcda92af056d2b3 (patch)
tree10827d7b3d498e54e52db59e9fe759e095614e08
parent50112cfe6b901fff42ec98e487a654a0dea9daff (diff)
downloadpkgsrc-ceeb9739d20680f05a3519da4fcda92af056d2b3.tar.gz
www/drupal8: update to 8.7.12
Update drupal8 to 8.7.12. Release notes Maintenance and security release of the Drupal 8 series. This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the notes below and the security announcement: * Drupal core - Moderately critical - Third-party library - SA-CORE-2020-001 No other fixes are included. Which release do I choose? Security coverage information * Sites on 8.7.x will receive security coverage until June 3, 2020 (when Drupal 8.9.0 is scheduled for release). * Versions of Drupal 8 prior to 8.7.x are end-of-life and do not receive security coverage. Important update information No changes have been made to the .htaccess, web.config, robots.txt or default settings.php files in this release, so upgrading custom versions of those files is not necessary if your site is already on the previous release.
-rw-r--r--www/drupal8/Makefile4
-rw-r--r--www/drupal8/PLIST10
-rw-r--r--www/drupal8/distinfo10
3 files changed, 16 insertions, 8 deletions
diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile
index 6a0a916b6b1..8eb9db0cb0d 100644
--- a/www/drupal8/Makefile
+++ b/www/drupal8/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/12/19 00:39:29 taca Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/26 09:18:43 taca Exp $
-DISTNAME= drupal-8.7.11
+DISTNAME= drupal-8.7.12
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
diff --git a/www/drupal8/PLIST b/www/drupal8/PLIST
index d4f32825329..1f40505c34a 100644
--- a/www/drupal8/PLIST
+++ b/www/drupal8/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2019/12/19 00:39:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/04/26 09:18:43 taca Exp $
share/drupal/.csslintrc
share/drupal/.editorconfig
share/drupal/.eslintignore
@@ -180,6 +180,7 @@ share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckedit
share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
share/drupal/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js
share/drupal/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js
+share/drupal/core/assets/vendor/ckeditor/plugins/dialog/styles/dialog.css
share/drupal/core/assets/vendor/ckeditor/plugins/icons.png
share/drupal/core/assets/vendor/ckeditor/plugins/icons_hidpi.png
share/drupal/core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js
@@ -187,7 +188,11 @@ share/drupal/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon-rtl
share/drupal/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon.png
share/drupal/core/assets/vendor/ckeditor/plugins/magicline/images/icon-rtl.png
share/drupal/core/assets/vendor/ckeditor/plugins/magicline/images/icon.png
+share/drupal/core/assets/vendor/ckeditor/plugins/pastefromgdocs/filter/default.js
+share/drupal/core/assets/vendor/ckeditor/plugins/pastefromlibreoffice/filter/default.js
share/drupal/core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js
+share/drupal/core/assets/vendor/ckeditor/plugins/pastetools/filter/common.js
+share/drupal/core/assets/vendor/ckeditor/plugins/pastetools/filter/image.js
share/drupal/core/assets/vendor/ckeditor/plugins/showblocks/images/block_address.png
share/drupal/core/assets/vendor/ckeditor/plugins/showblocks/images/block_blockquote.png
share/drupal/core/assets/vendor/ckeditor/plugins/showblocks/images/block_div.png
@@ -250,6 +255,8 @@ share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js
share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
+share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js
+share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sr.js
share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js
share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
@@ -284,6 +291,7 @@ share/drupal/core/assets/vendor/ckeditor/skins/moono-lisa/images/lock-open.png
share/drupal/core/assets/vendor/ckeditor/skins/moono-lisa/images/lock.png
share/drupal/core/assets/vendor/ckeditor/skins/moono-lisa/images/refresh.png
share/drupal/core/assets/vendor/ckeditor/skins/moono-lisa/images/spinner.gif
+share/drupal/core/assets/vendor/ckeditor/vendor/promise.js
share/drupal/core/assets/vendor/classList/LICENSE.md
share/drupal/core/assets/vendor/classList/classList.min.js
share/drupal/core/assets/vendor/domready/ready.min.js
diff --git a/www/drupal8/distinfo b/www/drupal8/distinfo
index a95121feb70..e0ac51419a6 100644
--- a/www/drupal8/distinfo
+++ b/www/drupal8/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2019/12/19 00:39:29 taca Exp $
+$NetBSD: distinfo,v 1.27 2020/04/26 09:18:43 taca Exp $
-SHA1 (drupal-8.7.11.tar.gz) = 44e4e6d045c3e7577b3d2b125efd64cde2c89b71
-RMD160 (drupal-8.7.11.tar.gz) = 81b5bd8fd2e236fdaba261a94979ad6b9fee70b7
-SHA512 (drupal-8.7.11.tar.gz) = 1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
-Size (drupal-8.7.11.tar.gz) = 17899106 bytes
+SHA1 (drupal-8.7.12.tar.gz) = 2acf8f1cfbba90da7f82809f6f5ffc26b78e43dc
+RMD160 (drupal-8.7.12.tar.gz) = b9dbf04cbfb2ab7c1cc41c13e56b1f9d3d702f1e
+SHA512 (drupal-8.7.12.tar.gz) = f9b140d52d11d9ec0543b8e18315b898f1d09bb4c360c544498b1b6df8d40e59c04e5e04749140c896c51f2ea1844fab8220dd556986b39af0fc846d2571e5c2
+Size (drupal-8.7.12.tar.gz) = 17917274 bytes