pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/drupal8 Update drupal8 to 8.7.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffe8fe7563f9
branches: trunk
changeset: 341945:ffe8fe7563f9
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Thu Oct 10 13:28:35 2019 +0000
description:
Update drupal8 to 8.7.8
Core versioning support in *.info.yml files since 8.7.7
Drupal 8.7.7 introduces a new core_version_requirement key to
*.info.yml files, allowing contributed modules to specify specific
versions for Drupal core compatiblity, as well as to indicate that they
are compatible with both Drupal 8 and the forthcoming Drupal 9 release.
See the change record for more details.
Dependency updates
* Several JavaScript dependencies have been updated to resolve
publicly disclosed security issues:
+ nightwatch has been updated to version 1.2.1
+ chromedriver has been updated to version 75.1.0
+ stylelint-no-browser-hacks has been updated to 1.2.1
* Due to a compatibility issue between zend-diactoros 1.8.5 and
psr-http-message-bridge versions prior to 1.1.2, Drupal core's
composer.json has increased the minimum requirement for
psr-http-message-bridge from 1.0 to 1.1.2. This should not affect
sites using the tarball packaged by Drupal.org (which already
supplied version 1.1.2 of the component in Drupal 8.7.7), but may
lead to a dependency update for certain sites maintained with
Composer.
Full release notes available at:
https://www.drupal.org/project/drupal/releases/8.7.8
diffstat:
www/drupal8/Makefile | 4 ++--
www/drupal8/PLIST | 7 ++++++-
www/drupal8/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 8 deletions(-)
diffs (69 lines):
diff -r bc6957c33198 -r ffe8fe7563f9 www/drupal8/Makefile
--- a/www/drupal8/Makefile Thu Oct 10 13:28:30 2019 +0000
+++ b/www/drupal8/Makefile Thu Oct 10 13:28:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2019/09/17 09:39:53 prlw1 Exp $
+# $NetBSD: Makefile,v 1.25 2019/10/10 13:28:35 prlw1 Exp $
-DISTNAME= drupal-8.7.7
+DISTNAME= drupal-8.7.8
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
diff -r bc6957c33198 -r ffe8fe7563f9 www/drupal8/PLIST
--- a/www/drupal8/PLIST Thu Oct 10 13:28:30 2019 +0000
+++ b/www/drupal8/PLIST Thu Oct 10 13:28:35 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2019/09/17 09:39:53 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.22 2019/10/10 13:28:35 prlw1 Exp $
share/drupal/.csslintrc
share/drupal/.editorconfig
share/drupal/.eslintignore
@@ -2375,6 +2375,7 @@
share/drupal/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php
share/drupal/core/lib/Drupal/Core/Test/ObjectSerialization.php
share/drupal/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php
+share/drupal/core/lib/Drupal/Core/Test/RunTests/TestFileParser.php
share/drupal/core/lib/Drupal/Core/Test/TestDatabase.php
share/drupal/core/lib/Drupal/Core/Test/TestKernel.php
share/drupal/core/lib/Drupal/Core/Test/TestRunnerKernel.php
@@ -6407,6 +6408,8 @@
share/drupal/core/modules/media/tests/fixtures/oembed/rich_twitter.json
share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.html
share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml
+share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo-no-title.html
+share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo-no-title.json
share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.html
share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.json
share/drupal/core/modules/media/tests/fixtures/oembed/video_youtube.html
@@ -12430,6 +12433,7 @@
share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php
@@ -13345,6 +13349,7 @@
share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php
share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
share/drupal/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php
share/drupal/core/tests/Drupal/Tests/Core/Test/TestSetupTraitTest.php
share/drupal/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
diff -r bc6957c33198 -r ffe8fe7563f9 www/drupal8/distinfo
--- a/www/drupal8/distinfo Thu Oct 10 13:28:30 2019 +0000
+++ b/www/drupal8/distinfo Thu Oct 10 13:28:35 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2019/09/17 09:39:54 prlw1 Exp $
+$NetBSD: distinfo,v 1.24 2019/10/10 13:28:35 prlw1 Exp $
-SHA1 (drupal-8.7.7.tar.gz) = e4f2fed580d30c37b240f20605cfa37446fc9a05
-RMD160 (drupal-8.7.7.tar.gz) = dacca6a8b4bde1e5d973fee5c8230547419b07f9
-SHA512 (drupal-8.7.7.tar.gz) = 098fa371159449eb7ff8ca1f25100700a6986a5b1efed9c4989372e1eb53e02ab9fd9ca218c51e59b2a3280e1dc0fdc95382c3bdce30eed2974176ef08b75eb6
-Size (drupal-8.7.7.tar.gz) = 17873760 bytes
+SHA1 (drupal-8.7.8.tar.gz) = 96f4f852e8c9f6a4c424a33e6ac145ba8ee067ba
+RMD160 (drupal-8.7.8.tar.gz) = 86a31cc6ce33bc1c6fe4fd88a495bebeff6f5779
+SHA512 (drupal-8.7.8.tar.gz) = cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
+Size (drupal-8.7.8.tar.gz) = 17882836 bytes
Home |
Main Index |
Thread Index |
Old Index