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:           Sat Jan 19 07:33:55 UTC 2019

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
www/drupal8: update to 8.6.6

This is a hotfix release for a regression affecting some Drush installations
that was introduced by the fix for SA-CORE-2019-002.  No other fixes are
included.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/www/drupal8/Makefile:1.16
--- pkgsrc/www/drupal8/Makefile:1.15    Wed Jan  9 11:56:17 2019
+++ pkgsrc/www/drupal8/Makefile Sat Jan 19 07:33:55 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/01/09 11:56:17 prlw1 Exp $
+# $NetBSD: Makefile,v 1.16 2019/01/19 07:33:55 taca Exp $
 
-DISTNAME=      drupal-8.6.5
-PKGREVISION=   1
+DISTNAME=      drupal-8.6.6
 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.12 pkgsrc/www/drupal8/PLIST:1.13
--- pkgsrc/www/drupal8/PLIST:1.12       Fri Jan  4 08:17:37 2019
+++ pkgsrc/www/drupal8/PLIST    Sat Jan 19 07:33:55 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/01/04 08:17:37 wen Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/01/19 07:33:55 taca Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -2259,6 +2259,7 @@ share/drupal/core/lib/Drupal/Core/Routin
 share/drupal/core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php
 share/drupal/core/lib/Drupal/Core/Routing/UrlMatcher.php
 share/drupal/core/lib/Drupal/Core/Routing/routing.api.php
+share/drupal/core/lib/Drupal/Core/Security/PharExtensionInterceptor.php
 share/drupal/core/lib/Drupal/Core/Security/RequestSanitizer.php
 share/drupal/core/lib/Drupal/Core/Serialization/Yaml.php
 share/drupal/core/lib/Drupal/Core/Session/AccountInterface.php
@@ -7729,6 +7730,7 @@ share/drupal/core/modules/simpletest/fil
 share/drupal/core/modules/simpletest/files/invalid-img-zero-size.png
 share/drupal/core/modules/simpletest/files/javascript-1.txt
 share/drupal/core/modules/simpletest/files/javascript-2.script
+share/drupal/core/modules/simpletest/files/phar-1.phar
 share/drupal/core/modules/simpletest/files/php-1.txt
 share/drupal/core/modules/simpletest/files/php-2.php
 share/drupal/core/modules/simpletest/files/sql-1.txt
@@ -12010,6 +12012,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php
@@ -15446,6 +15449,17 @@ share/drupal/vendor/twig/twig/src/TwigFu
 share/drupal/vendor/twig/twig/src/TwigTest.php
 share/drupal/vendor/twig/twig/src/Util/DeprecationCollector.php
 share/drupal/vendor/twig/twig/src/Util/TemplateDirIterator.php
+share/drupal/vendor/typo3/phar-stream-wrapper/.gitignore
+share/drupal/vendor/typo3/phar-stream-wrapper/LICENSE
+share/drupal/vendor/typo3/phar-stream-wrapper/README.md
+share/drupal/vendor/typo3/phar-stream-wrapper/composer.json
+share/drupal/vendor/typo3/phar-stream-wrapper/src/Assertable.php
+share/drupal/vendor/typo3/phar-stream-wrapper/src/Behavior.php
+share/drupal/vendor/typo3/phar-stream-wrapper/src/Exception.php
+share/drupal/vendor/typo3/phar-stream-wrapper/src/Helper.php
+share/drupal/vendor/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php
+share/drupal/vendor/typo3/phar-stream-wrapper/src/Manager.php
+share/drupal/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
 share/drupal/vendor/web.config
 share/drupal/vendor/wikimedia/composer-merge-plugin/LICENSE
 share/drupal/vendor/wikimedia/composer-merge-plugin/README.md

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.14 pkgsrc/www/drupal8/distinfo:1.15
--- pkgsrc/www/drupal8/distinfo:1.14    Wed Jan  9 11:56:17 2019
+++ pkgsrc/www/drupal8/distinfo Sat Jan 19 07:33:55 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2019/01/09 11:56:17 prlw1 Exp $
+$NetBSD: distinfo,v 1.15 2019/01/19 07:33:55 taca Exp $
 
-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
+SHA1 (drupal-8.6.6.tar.gz) = 73f6895c868156e38b588f0b0278545dbce3766d
+RMD160 (drupal-8.6.6.tar.gz) = a87c3542188df65e334fee9341bdf89d6f3e295d
+SHA512 (drupal-8.6.6.tar.gz) = 8db15dfc06e2a183a9e608f853b8a65c4fdacb8f8f9cd7def98fb3104a5f6121e95aa185bbdbf47bb446aff82633addcf2db420a5e21d3fb35239ce0c53f6c1d
+Size (drupal-8.6.6.tar.gz) = 16478660 bytes
 SHA1 (patch-core_lib_Drupal_Core_Extension_ModulesHandler.php) = 3d3bb6f82f14d213c805e9958916b1fab3169fe7



Home | Main Index | Thread Index | Old Index