pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/drupal8
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 26 09:18:43 UTC 2020
Modified Files:
pkgsrc/www/drupal8: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/drupal8/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.30 pkgsrc/www/drupal8/Makefile:1.31
--- pkgsrc/www/drupal8/Makefile:1.30 Thu Dec 19 00:39:29 2019
+++ pkgsrc/www/drupal8/Makefile Sun Apr 26 09:18:43 2020
@@ -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/
Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.24 pkgsrc/www/drupal8/PLIST:1.25
--- pkgsrc/www/drupal8/PLIST:1.24 Thu Dec 19 00:39:29 2019
+++ pkgsrc/www/drupal8/PLIST Sun Apr 26 09:18:43 2020
@@ -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
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
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
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
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
Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.26 pkgsrc/www/drupal8/distinfo:1.27
--- pkgsrc/www/drupal8/distinfo:1.26 Thu Dec 19 00:39:29 2019
+++ pkgsrc/www/drupal8/distinfo Sun Apr 26 09:18:43 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index