Received: by mail.netbsd.org (Postfix, from userid 605) id 66B5E84E6A; Tue, 27 Feb 2018 08:05:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D23C384E68 for ; Tue, 27 Feb 2018 08:05:07 +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 ecIimBAEdGcJ for ; Tue, 27 Feb 2018 08:05:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4245384C74 for ; Tue, 27 Feb 2018 08:05:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CF0EFB40; Tue, 27 Feb 2018 08:05:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151971870799380" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 08:05:07 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/drupal7 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180227080507.3CF0EFB40@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. --_----------=_151971870799380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Feb 27 08:05:07 UTC 2018 Modified Files: pkgsrc/www/drupal7: Makefile distinfo Log Message: Update to 7.57 Upstream changes: drupal 7.57 Posted by David_Rothstein on 21 February 2018 Release notes Maintenance and security release of the Drupal 7 series. This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the notes below and the security announcement: Drupal Core - Critical - Multiple Vulnerabilities - SA-CORE-2018-001 No other fixes are included. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/drupal7/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/drupal7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151971870799380 Content-Disposition: inline Content-Length: 1710 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.46 pkgsrc/www/drupal7/Makefile:1.47 --- pkgsrc/www/drupal7/Makefile:1.46 Thu Jun 22 13:09:39 2017 +++ pkgsrc/www/drupal7/Makefile Tue Feb 27 08:05:07 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2017/06/22 13:09:39 taca Exp $ +# $NetBSD: Makefile,v 1.47 2018/02/27 08:05:07 wen Exp $ -DISTNAME= drupal-7.56 +DISTNAME= drupal-7.57 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www -MASTER_SITES= http://ftp.drupal.org/files/projects/ +MASTER_SITES= https://ftp.drupal.org/files/projects/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://drupal.org/ Index: pkgsrc/www/drupal7/distinfo diff -u pkgsrc/www/drupal7/distinfo:1.34 pkgsrc/www/drupal7/distinfo:1.35 --- pkgsrc/www/drupal7/distinfo:1.34 Thu Jun 22 13:09:39 2017 +++ pkgsrc/www/drupal7/distinfo Tue Feb 27 08:05:07 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2017/06/22 13:09:39 taca Exp $ +$NetBSD: distinfo,v 1.35 2018/02/27 08:05:07 wen Exp $ -SHA1 (drupal-7.56.tar.gz) = 4647ccc356a8557659a3a3891dbae1dce8467396 -RMD160 (drupal-7.56.tar.gz) = 49dcde9a4801bf4d9f753ab197e2c104b31a2880 -SHA512 (drupal-7.56.tar.gz) = ab7ad8d9cb26e89b9d81280b1677584072db627d508ccade9442c95a90f24c94d11561013c8a7297ddae6ae43696d0b711b8c37ab98f89539f6f0e0154db6344 -Size (drupal-7.56.tar.gz) = 3277833 bytes +SHA1 (drupal-7.57.tar.gz) = 0e11212a07c87f10706b80cbf19db18925791a49 +RMD160 (drupal-7.57.tar.gz) = fa1f711617ff9ac79e4c29904dc76fca1917f0d4 +SHA512 (drupal-7.57.tar.gz) = 79e7e38c605cf60e458b2846ef4ce95f82368954f86fac6e79c19357e7a4ff714367c5580836ae2e45b22029d9ba2f2566901887d37bfa1ec2ed94a5a370fa0e +Size (drupal-7.57.tar.gz) = 3279405 bytes --_----------=_151971870799380--