Date: Sat, 19 Jan 2019 20:39:45 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490738 - head/www/drupal8 Message-ID: <201901192039.x0JKdj0n069253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Sat Jan 19 20:39:45 2019 New Revision: 490738 URL: https://svnweb.freebsd.org/changeset/ports/490738 Log: - Update to 8.6.7 ChangeLog at: https://www.drupal.org/project/drupal/releases/8.6.7 Security: e00ed3d9-1c27-11e9-a257-000ffec0b3e1 Modified: head/www/drupal8/Makefile head/www/drupal8/distinfo head/www/drupal8/pkg-plist Modified: head/www/drupal8/Makefile ============================================================================== --- head/www/drupal8/Makefile Sat Jan 19 20:37:47 2019 (r490737) +++ head/www/drupal8/Makefile Sat Jan 19 20:39:45 2019 (r490738) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal8 -PORTVERSION= 8.6.5 +PORTVERSION= 8.6.7 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal8/distinfo ============================================================================== --- head/www/drupal8/distinfo Sat Jan 19 20:37:47 2019 (r490737) +++ head/www/drupal8/distinfo Sat Jan 19 20:39:45 2019 (r490738) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546564508 -SHA256 (drupal/drupal-8.6.5.tar.gz) = 5c6249af6013abced012e9a25765dd7a6820e054470dfbc22a548005258dbfd5 -SIZE (drupal/drupal-8.6.5.tar.gz) = 16465640 +TIMESTAMP = 1547925692 +SHA256 (drupal/drupal-8.6.7.tar.gz) = c78976e430764959daac1ef214814adddf1dd9c29f925b5889ad18fd34fbcd17 +SIZE (drupal/drupal-8.6.7.tar.gz) = 16478439 Modified: head/www/drupal8/pkg-plist ============================================================================== --- head/www/drupal8/pkg-plist Sat Jan 19 20:37:47 2019 (r490737) +++ head/www/drupal8/pkg-plist Sat Jan 19 20:39:45 2019 (r490738) @@ -2260,6 +2260,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/UrlMatcher.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/routing.api.php +%%WWWDIR%%/core/lib/Drupal/Core/Security/PharExtensionInterceptor.php %%WWWDIR%%/core/lib/Drupal/Core/Security/RequestSanitizer.php %%WWWDIR%%/core/lib/Drupal/Core/Serialization/Yaml.php %%WWWDIR%%/core/lib/Drupal/Core/Session/AccountInterface.php @@ -7730,6 +7731,7 @@ %%WWWDIR%%/core/modules/simpletest/files/invalid-img-zero-size.png %%WWWDIR%%/core/modules/simpletest/files/javascript-1.txt %%WWWDIR%%/core/modules/simpletest/files/javascript-2.script +%%WWWDIR%%/core/modules/simpletest/files/phar-1.phar %%WWWDIR%%/core/modules/simpletest/files/php-1.txt %%WWWDIR%%/core/modules/simpletest/files/php-2.php %%WWWDIR%%/core/modules/simpletest/files/sql-1.txt @@ -12011,6 +12013,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php @@ -15446,6 +15449,17 @@ %%WWWDIR%%/vendor/twig/twig/src/TwigTest.php %%WWWDIR%%/vendor/twig/twig/src/Util/DeprecationCollector.php %%WWWDIR%%/vendor/twig/twig/src/Util/TemplateDirIterator.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/.gitignore +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/LICENSE +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/README.md +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/composer.json +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/Assertable.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/Behavior.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/Exception.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/Helper.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/Manager.php +%%WWWDIR%%/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php %%WWWDIR%%/vendor/web.config %%WWWDIR%%/vendor/wikimedia/composer-merge-plugin/LICENSE %%WWWDIR%%/vendor/wikimedia/composer-merge-plugin/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901192039.x0JKdj0n069253>