pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/drupal8 Update to 8.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2620f245652
branches:  trunk
changeset: 317318:d2620f245652
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jan 04 08:17:37 2019 +0000

description:
Update to 8.6.5

Upstream changes:
Changes since 8.6.4

    #3023402 by alexpott: \Drupal\Tests\Component\Datetime\DateTimePlusTest fails on latest PHP7.3 build
    #3001997 by Krzysztof Doma?skii, scott_euser, alexpott: Transliteration a string containing an unknown character (e.g. 0x80) is not valid
    #3018942 by welly, alexpott, jibran, Krzysztof Doma?skii, floydm: Domain URL language detection - InvalidArgumentException: The user-entered string must begin with a '/', '?', or '#'
    #3020902 by Berdir, alexpott: PostgresqlDateSql fails to serialize
    Revert "Issue #2986725 by Mile23, devitate, alexpott: doctrine common 2.9 has moved reflection"
    #3022183 by wengerk, benjifisher: Fix BlockContentAccessHandlerTest::providerTestAccess wrong coverage by early return
    #2984072 by vijaycs85, Lendude, ApacheEx, dawehner: System: Convert ErrorHandlerTest to phpunit
    #3019706 by hchonov, alexpott, sheanhoxie, jibran, dawehner: Functional JS Tests are broken if XDEBUG_CONFIG is set as an env variable
    Revert "Issue #3019706 by hchonov, jibran: Functional JS Tests are broken if XDEBUG_CONFIG is set as an env variable"
    #3021204 by maxocub: Remove maxocub from Migrate maintainers
    #3019706 by hchonov, jibran: Functional JS Tests are broken if XDEBUG_CONFIG is set as an env variable
    #2986725 by Mile23, devitate, alexpott: doctrine common 2.9 has moved reflection
    #2939908 by kjay, steveparks, spitzialist, cferthorney, danharper, Eli-T: Add an article to Umami - Dairy-free chocolate
    #3007439 by tim.plunkett, Wim Leers, xopoc: Layout builder renders Book navigation block on non-book pages
    #2927768 by justinlevi, Lendude, pritish.kumar, Wim Leers, dawehner: Update RestRegisterUserTest to use the ResourceTestBase base class instead of the deprecated RESTTestBase
    #3020550 by catch: Passing commands as a string to Process is deprecated in Symfony 4
    #3020579 by catch: TypeError: Argument 3 passed to Symfony\Component\HttpKernel\Event\FilterResponseEvent::__construct() must be of the type integer, string given [Symfony 4]
    #2618606 by dawehner, rbayliss: Update.php - Reverse proxy settings not used
    #2865344 by mpdonadio, Lendude, mbovan, organicwire, alexpott, jibran, jhedstrom, bobemoe, Berdir, larowlan: Exposed date filters 'empty' and 'not empty' are broken
    #2974274 by mitrpaka, RumyanaRuseva, joachim: exception message for unrecognized source IDs in lookupDestinationIds() should have more detail
    #2809305 by Upchuk, Pavan B S, Jo Fitzgerald, tim.plunkett, Berdir: Block Context assignment form element shows even if no options are available
    #3018774 by xjm: hook_post_update_NAME() docs do not explain batching/ parameter
    #3018539 by phenaproxima, rodrigoaguilera, alexpott: Media types cannot be created in the UI without JavaScript
    #3018764 by Wim Leers: One test case in MediaUiFunctionalTest is not actually tested due to a duplicate key
    #2998462 by AndyF, Baysaa, Siavash, tim.plunkett, millionleaves, fatmarker: Error adding Content Type Selection criteria or Context
    #3016501 by govind.maloo, andrewmacpherson, markconroy: Writing style - Umami should be capitalised when it is used as a proper noun in English
    #2916595 by phenaproxima, AdamPS, Wim Leers: File element discards attributes if #multiple
    #2883260 by kiamlaluno, yogeshmpawar, msankhala, benjifisher, alexpott, bdlangton: Replace the schema example with one actually used from a module
    #2883553 by govind.maloo, msankhala, seanB, Berdir, xjm, alexpott: Obsolete argument for hasPermission in node_node_access()
    #3016011 by mikelutz, quietone, alexpott: Reroll all migrate dump files
    #3017753 by mxr576, alexpott: MemoryBackend should validate the passed cids

diffstat:

 www/drupal8/Makefile |   4 ++--
 www/drupal8/PLIST    |  13 ++++++++++---
 www/drupal8/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 10 deletions(-)

diffs (124 lines):

diff -r 5435a23b675e -r d2620f245652 www/drupal8/Makefile
--- a/www/drupal8/Makefile      Fri Jan 04 08:01:08 2019 +0000
+++ b/www/drupal8/Makefile      Fri Jan 04 08:17:37 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/12/11 09:45:54 prlw1 Exp $
+# $NetBSD: Makefile,v 1.14 2019/01/04 08:17:37 wen Exp $
 
-DISTNAME=      drupal-8.6.4
+DISTNAME=      drupal-8.6.5
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
diff -r 5435a23b675e -r d2620f245652 www/drupal8/PLIST
--- a/www/drupal8/PLIST Fri Jan 04 08:01:08 2019 +0000
+++ b/www/drupal8/PLIST Fri Jan 04 08:17:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/12/11 09:45:54 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/01/04 08:17:37 wen Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -2947,6 +2947,7 @@
 share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
 share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php
 share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php
+share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php
 share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php
 share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php
 share/drupal/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php
@@ -4258,6 +4259,7 @@
 share/drupal/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php
 share/drupal/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php
 share/drupal/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php
+share/drupal/core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
@@ -6076,6 +6078,7 @@
 share/drupal/core/modules/media/tests/src/Functional/MediaSourceFileTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaTranslationUITest.php
+share/drupal/core/modules/media/tests/src/Functional/MediaTypeCreationTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
 share/drupal/core/modules/media/tests/src/Functional/ProviderRepositoryTest.php
 share/drupal/core/modules/media/tests/src/Functional/ResourceFetcherTest.php
@@ -8065,7 +8068,6 @@
 share/drupal/core/modules/system/src/Tests/Routing/MockAliasManager.php
 share/drupal/core/modules/system/src/Tests/Routing/MockRouteProvider.php
 share/drupal/core/modules/system/src/Tests/Session/SessionHttpsTest.php
-share/drupal/core/modules/system/src/Tests/System/ErrorHandlerTest.php
 share/drupal/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
 share/drupal/core/modules/system/src/Tests/Update/DbUpdatesTrait.php
 share/drupal/core/modules/system/src/Tests/Update/UpdatePathTestBase.php
@@ -8539,6 +8541,7 @@
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
+share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
@@ -9066,6 +9069,7 @@
 share/drupal/core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/DateTimeTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/FrontPageTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/HtaccessTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/IndexPhpTest.php
@@ -9155,6 +9159,7 @@
 share/drupal/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Form/FileElementTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php
@@ -9917,7 +9922,6 @@
 share/drupal/core/modules/user/src/SharedTempStore.php
 share/drupal/core/modules/user/src/SharedTempStoreFactory.php
 share/drupal/core/modules/user/src/StatusItem.php
-share/drupal/core/modules/user/src/Tests/RestRegisterUserTest.php
 share/drupal/core/modules/user/src/Tests/UserResetEmailTestTrait.php
 share/drupal/core/modules/user/src/Theme/AdminNegotiator.php
 share/drupal/core/modules/user/src/TimeZoneItem.php
@@ -9991,6 +9995,7 @@
 share/drupal/core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php
 share/drupal/core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php
 share/drupal/core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php
+share/drupal/core/modules/user/tests/src/Functional/RestRegisterUserTest.php
 share/drupal/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php
 share/drupal/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserAccountLinksTest.php
@@ -11363,6 +11368,7 @@
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/.htaccess
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/baking-mishaps-our-troubleshooting-tips.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/dairy-free-delicious-milk-chocolate.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-it-a-go-and-grow-your-own-herbs.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-your-oatmeal-the-ultimate-makeover.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html
@@ -11383,6 +11389,7 @@
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/supermarket-savvy-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/thai-green-curry-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/umami-bundle.png
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/vegan-chocolate.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/veggie-pasta-bake-hero-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/veggie-pasta-bake-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/victoria-sponge-umami.jpg
diff -r 5435a23b675e -r d2620f245652 www/drupal8/distinfo
--- a/www/drupal8/distinfo      Fri Jan 04 08:01:08 2019 +0000
+++ b/www/drupal8/distinfo      Fri Jan 04 08:17:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/12/11 09:45:54 prlw1 Exp $
+$NetBSD: distinfo,v 1.13 2019/01/04 08:17:37 wen Exp $
 
-SHA1 (drupal-8.6.4.tar.gz) = 4ea912ac2fd0483fe887df425075407b07dd691a
-RMD160 (drupal-8.6.4.tar.gz) = fcc2c2ee4ad906795eb5afb63936964fb6084cf5
-SHA512 (drupal-8.6.4.tar.gz) = ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b
-Size (drupal-8.6.4.tar.gz) = 16401179 bytes
+SHA1 (drupal-8.6.5.tar.gz) = 4df0ff5b2455db17bf753acb4facc8b1287caf23
+RMD160 (drupal-8.6.5.tar.gz) = e6d7bf440935e64fd8095f42f5ab7b741c687d4b
+SHA512 (drupal-8.6.5.tar.gz) = 7298b315c14931c24a1f433625c91a96bb2c7d09ab6ceac31fba62d316604a8b72c13941ef99ffc878ff697f00fb70924f6ffdd23081ec1c9258d0dba1b52e76
+Size (drupal-8.6.5.tar.gz) = 16465640 bytes



Home | Main Index | Thread Index | Old Index