Received: by mail.netbsd.org (Postfix, from userid 605) id C73B084EBA; Sat, 11 May 2019 06:59:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C79484DE9 for ; Sat, 11 May 2019 06:59:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kxjKJyF656hx for ; Sat, 11 May 2019 06:59:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8880A84DCB for ; Sat, 11 May 2019 06:59:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 867B3FB16; Sat, 11 May 2019 06:59:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557557945153680" MIME-Version: 1.0 Date: Sat, 11 May 2019 06:59:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/drupal8 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190511065905.867B3FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1557557945153680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat May 11 06:59:05 UTC 2019 Modified Files: pkgsrc/www/drupal8: Makefile PLIST distinfo Log Message: www/drupal8: update to 8.6.16 - Fixed security issues of SA-CORE-2019-007. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/drupal8/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/drupal8/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/drupal8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557557945153680 Content-Disposition: inline Content-Length: 4629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/drupal8/Makefile diff -u pkgsrc/www/drupal8/Makefile:1.21 pkgsrc/www/drupal8/Makefile:1.22 --- pkgsrc/www/drupal8/Makefile:1.21 Tue Apr 30 04:11:22 2019 +++ pkgsrc/www/drupal8/Makefile Sat May 11 06:59:05 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2019/04/30 04:11:22 taca Exp $ +# $NetBSD: Makefile,v 1.22 2019/05/11 06:59:05 taca Exp $ -DISTNAME= drupal-8.6.15 +DISTNAME= drupal-8.6.16 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.18 pkgsrc/www/drupal8/PLIST:1.19 --- pkgsrc/www/drupal8/PLIST:1.18 Tue Apr 30 04:11:22 2019 +++ pkgsrc/www/drupal8/PLIST Sat May 11 06:59:05 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2019/04/30 04:11:22 taca Exp $ +@comment $NetBSD: PLIST,v 1.19 2019/05/11 06:59:05 taca Exp $ share/drupal/.csslintrc share/drupal/.editorconfig share/drupal/.eslintignore @@ -13483,6 +13483,13 @@ share/drupal/vendor/asm89/stack-cors/com share/drupal/vendor/asm89/stack-cors/src/Asm89/Stack/Cors.php share/drupal/vendor/asm89/stack-cors/src/Asm89/Stack/CorsService.php share/drupal/vendor/autoload.php +share/drupal/vendor/brumann/polyfill-unserialize/.gitignore +share/drupal/vendor/brumann/polyfill-unserialize/.travis.yml +share/drupal/vendor/brumann/polyfill-unserialize/LICENSE +share/drupal/vendor/brumann/polyfill-unserialize/README.md +share/drupal/vendor/brumann/polyfill-unserialize/composer.json +share/drupal/vendor/brumann/polyfill-unserialize/phpunit.xml.dist +share/drupal/vendor/brumann/polyfill-unserialize/src/Unserialize.php share/drupal/vendor/composer/ClassLoader.php share/drupal/vendor/composer/LICENSE share/drupal/vendor/composer/autoload_classmap.php @@ -15522,11 +15529,24 @@ share/drupal/vendor/typo3/phar-stream-wr 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/Collectable.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/ConjunctionInterceptor.php share/drupal/vendor/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php share/drupal/vendor/typo3/phar-stream-wrapper/src/Manager.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Phar/Container.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Phar/DeserializationException.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Phar/Manifest.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Phar/Reader.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Phar/ReaderException.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Phar/Stub.php share/drupal/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Resolvable.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php +share/drupal/vendor/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.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.20 pkgsrc/www/drupal8/distinfo:1.21 --- pkgsrc/www/drupal8/distinfo:1.20 Tue Apr 30 04:11:22 2019 +++ pkgsrc/www/drupal8/distinfo Sat May 11 06:59:05 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2019/04/30 04:11:22 taca Exp $ +$NetBSD: distinfo,v 1.21 2019/05/11 06:59:05 taca Exp $ -SHA1 (drupal-8.6.15.tar.gz) = 2d2d39b4b041d3fb6c0bb2f1ba391b4887eb4389 -RMD160 (drupal-8.6.15.tar.gz) = e4e586bbb96eafc31d03dc65193ee704a19da1eb -SHA512 (drupal-8.6.15.tar.gz) = 9a8d9c73f7812b6deca4bcfee0e04d485bfac5efa6e9112379fdacc727ecf0e40703ce9b141c7414357c296eb621a015aa1c97ab8e6bbe4d35c38b2f1c323337 -Size (drupal-8.6.15.tar.gz) = 17137689 bytes +SHA1 (drupal-8.6.16.tar.gz) = bcb257ac1d7a6cbdd487f4a57ecc42e919f129c0 +RMD160 (drupal-8.6.16.tar.gz) = b01b10818306a66e0d8cc340eae5d2695fe7e5ce +SHA512 (drupal-8.6.16.tar.gz) = 34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12 +Size (drupal-8.6.16.tar.gz) = 17151378 bytes --_----------=_1557557945153680--