Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 04B947A2F6 for ; Thu, 17 Nov 2016 14:18:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 42E0C855BC; Thu, 17 Nov 2016 14:18:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C77828558D for ; Thu, 17 Nov 2016 14:18:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IZOEceI-RGan for ; Thu, 17 Nov 2016 14:18:39 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5062A8557E for ; Thu, 17 Nov 2016 14:18:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 467E6FBA6; Thu, 17 Nov 2016 14:18:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479392319112740" MIME-Version: 1.0 Date: Thu, 17 Nov 2016 14:18:39 +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: <20161117141839.467E6FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479392319112740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Nov 17 14:18:39 UTC 2016 Modified Files: pkgsrc/www/drupal7: Makefile distinfo Log Message: Update drupal7 to 7.52 (Drupal 7.52), including security fix. Drupal 7.52, 2016-11-16 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-005. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/drupal7/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/drupal7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479392319112740 Content-Disposition: inline Content-Length: 1603 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.41 pkgsrc/www/drupal7/Makefile:1.42 --- pkgsrc/www/drupal7/Makefile:1.41 Sat Oct 22 07:44:03 2016 +++ pkgsrc/www/drupal7/Makefile Thu Nov 17 14:18:39 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2016/10/22 07:44:03 wen Exp $ +# $NetBSD: Makefile,v 1.42 2016/11/17 14:18:39 taca Exp $ -DISTNAME= drupal-7.51 -PKGREVISION= 1 +DISTNAME= drupal-7.52 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ Index: pkgsrc/www/drupal7/distinfo diff -u pkgsrc/www/drupal7/distinfo:1.31 pkgsrc/www/drupal7/distinfo:1.32 --- pkgsrc/www/drupal7/distinfo:1.31 Fri Oct 21 14:31:30 2016 +++ pkgsrc/www/drupal7/distinfo Thu Nov 17 14:18:39 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2016/10/21 14:31:30 wen Exp $ +$NetBSD: distinfo,v 1.32 2016/11/17 14:18:39 taca Exp $ -SHA1 (drupal-7.51.tar.gz) = 351d539a070888d9d18e75819823632f691bdb7d -RMD160 (drupal-7.51.tar.gz) = 53fd0546411deb053f38c015362d51d3ddbb1961 -SHA512 (drupal-7.51.tar.gz) = 3e72f2ce8941d9d82358de5376afd6a5a3d2c375fe487a26d0dd5e448a602c4a726877b48a96388180aace1d6f360a6dedf400164d759665657b50102ef9d45c -Size (drupal-7.51.tar.gz) = 3288987 bytes +SHA1 (drupal-7.52.tar.gz) = fceb7a2891e870eae1a027d7f06028aa24dc58b2 +RMD160 (drupal-7.52.tar.gz) = c58b7c789e5853842d260065e2fb27cf4809dcf9 +SHA512 (drupal-7.52.tar.gz) = 4fd2721b87d7e160ccf202894c5ec11e836796be6dce3fbfe187eea826175822677c26079a3dae4567e0615e8f376a88c07a8979b619bb4ac1096c8ea5c8f802 +Size (drupal-7.52.tar.gz) = 3289714 bytes --_----------=_1479392319112740--