Received: by mail.netbsd.org (Postfix, from userid 605) id 583C384EAF; Sat, 11 May 2019 06:48:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D567F84DE9 for ; Sat, 11 May 2019 06:48:44 +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 wI_h9Mb8xnwJ for ; Sat, 11 May 2019 06:48:44 +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 1BE1A84DCB for ; Sat, 11 May 2019 06:48:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 169AEFB16; Sat, 11 May 2019 06:48:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557557324221050" MIME-Version: 1.0 Date: Sat, 11 May 2019 06:48:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/drupal7 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190511064844.169AEFB16@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. --_----------=_1557557324221050 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:48:43 UTC 2019 Modified Files: pkgsrc/www/drupal7: Makefile PLIST distinfo Log Message: www/drupal7: update to 7.67 Update drupal7 to 7.67. Drupal 7.67, 2019-05-08 ----------------------- - Fixed security issues: - SA-CORE-2019-007 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/drupal7/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/drupal7/PLIST cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/drupal7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557557324221050 Content-Disposition: inline Content-Length: 4754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/drupal7/Makefile diff -u pkgsrc/www/drupal7/Makefile:1.58 pkgsrc/www/drupal7/Makefile:1.59 --- pkgsrc/www/drupal7/Makefile:1.58 Tue Apr 30 04:07:37 2019 +++ pkgsrc/www/drupal7/Makefile Sat May 11 06:48:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2019/04/30 04:07:37 taca Exp $ +# $NetBSD: Makefile,v 1.59 2019/05/11 06:48:43 taca Exp $ -DISTNAME= drupal-7.66 +DISTNAME= drupal-7.67 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= https://ftp.drupal.org/files/projects/ Index: pkgsrc/www/drupal7/PLIST diff -u pkgsrc/www/drupal7/PLIST:1.22 pkgsrc/www/drupal7/PLIST:1.23 --- pkgsrc/www/drupal7/PLIST:1.22 Tue Apr 30 04:07:37 2019 +++ pkgsrc/www/drupal7/PLIST Sat May 11 06:48:43 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2019/04/30 04:07:37 taca Exp $ +@comment $NetBSD: PLIST,v 1.23 2019/05/11 06:48:43 taca Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/COPYRIGHT.txt share/doc/drupal/INSTALL.mysql.txt @@ -90,6 +90,13 @@ share/drupal/misc/arrow-desc.png share/drupal/misc/authorize.js share/drupal/misc/autocomplete.js share/drupal/misc/batch.js +share/drupal/misc/brumann/polyfill-unserialize/.gitignore +share/drupal/misc/brumann/polyfill-unserialize/.travis.yml +share/drupal/misc/brumann/polyfill-unserialize/LICENSE +share/drupal/misc/brumann/polyfill-unserialize/README.md +share/drupal/misc/brumann/polyfill-unserialize/composer.json +share/drupal/misc/brumann/polyfill-unserialize/phpunit.xml.dist +share/drupal/misc/brumann/polyfill-unserialize/src/Unserialize.php share/drupal/misc/collapse.js share/drupal/misc/configure.png share/drupal/misc/draggable.png @@ -153,16 +160,30 @@ share/drupal/misc/timezone.js share/drupal/misc/tree-bottom.png share/drupal/misc/tree.png share/drupal/misc/typo3/drupal-security/PharExtensionInterceptor.php +share/drupal/misc/typo3/phar-stream-wrapper/.gitignore share/drupal/misc/typo3/phar-stream-wrapper/LICENSE share/drupal/misc/typo3/phar-stream-wrapper/README.md share/drupal/misc/typo3/phar-stream-wrapper/composer.json share/drupal/misc/typo3/phar-stream-wrapper/src/Assertable.php share/drupal/misc/typo3/phar-stream-wrapper/src/Behavior.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Collectable.php share/drupal/misc/typo3/phar-stream-wrapper/src/Exception.php share/drupal/misc/typo3/phar-stream-wrapper/src/Helper.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Interceptor/ConjunctionInterceptor.php share/drupal/misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php share/drupal/misc/typo3/phar-stream-wrapper/src/Manager.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Phar/Container.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Phar/DeserializationException.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Phar/Manifest.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Phar/Reader.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Phar/ReaderException.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Phar/Stub.php share/drupal/misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Resolvable.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php +share/drupal/misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php share/drupal/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png share/drupal/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png share/drupal/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png Index: pkgsrc/www/drupal7/distinfo diff -u pkgsrc/www/drupal7/distinfo:1.46 pkgsrc/www/drupal7/distinfo:1.47 --- pkgsrc/www/drupal7/distinfo:1.46 Tue Apr 30 04:07:37 2019 +++ pkgsrc/www/drupal7/distinfo Sat May 11 06:48:43 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2019/04/30 04:07:37 taca Exp $ +$NetBSD: distinfo,v 1.47 2019/05/11 06:48:43 taca Exp $ -SHA1 (drupal-7.66.tar.gz) = 109a148b6888b6391ce7b3a12fd307de102b37ac -RMD160 (drupal-7.66.tar.gz) = b7933a05e3dc7e78620b817526238d491e30c5ff -SHA512 (drupal-7.66.tar.gz) = c348eeeabfb5fef05b28aa87c9885231bd5e676b1ced64a2f51cc2aefa122b5ce142aae2ede5c1479608c893195450ae25168bae971b8e77cc741b18650f75c8 -Size (drupal-7.66.tar.gz) = 3300183 bytes +SHA1 (drupal-7.67.tar.gz) = bba9533865eb057627242cf4cdb6cb500ba0effc +RMD160 (drupal-7.67.tar.gz) = 37a915dc1b6e84889d8c956b8d3637e001c8db64 +SHA512 (drupal-7.67.tar.gz) = 0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28 +Size (drupal-7.67.tar.gz) = 3312764 bytes --_----------=_1557557324221050--