Received: by mail.netbsd.org (Postfix, from userid 605) id 8884084E68; Mon, 1 May 2023 14:34:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5AFD84CF2 for ; Mon, 1 May 2023 14:34:01 +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 sMynWV7kMsiz for ; Mon, 1 May 2023 14:34:00 +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 A6BCC84C13 for ; Mon, 1 May 2023 14:34:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 954AAFA87; Mon, 1 May 2023 14:34:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682951640259250" MIME-Version: 1.0 Date: Mon, 1 May 2023 14:34:00 +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: <20230501143400.954AAFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682951640259250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon May 1 14:34:00 UTC 2023 Modified Files: pkgsrc/www/drupal7: Makefile distinfo Log Message: www/drupal7: update to 7.97 7.96 (2023-04-19) This is a security release of the Drupal 7 series. This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements: * Drupal core - Moderately critical - Access bypass - SA-CORE-2023-005 No other fixes are included. 7.97 (2023-04-21) This is a "hotfix" release to address a PHP 5.x regression caused by SA-CORE-2023-005. Changes since 7.96: * #3355216 by poker10: Fix PHP 5.x regression caused by ::class constant To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/drupal7/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/drupal7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682951640259250 Content-Disposition: inline Content-Length: 1500 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.78 pkgsrc/www/drupal7/Makefile:1.79 --- pkgsrc/www/drupal7/Makefile:1.78 Sun Mar 19 13:21:16 2023 +++ pkgsrc/www/drupal7/Makefile Mon May 1 14:34:00 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2023/03/19 13:21:16 taca Exp $ +# $NetBSD: Makefile,v 1.79 2023/05/01 14:34:00 taca Exp $ -DISTNAME= drupal-7.95 +DISTNAME= drupal-7.97 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= https://ftp.drupal.org/files/projects/ Index: pkgsrc/www/drupal7/distinfo diff -u pkgsrc/www/drupal7/distinfo:1.62 pkgsrc/www/drupal7/distinfo:1.63 --- pkgsrc/www/drupal7/distinfo:1.62 Sun Mar 19 13:21:16 2023 +++ pkgsrc/www/drupal7/distinfo Mon May 1 14:34:00 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.62 2023/03/19 13:21:16 taca Exp $ +$NetBSD: distinfo,v 1.63 2023/05/01 14:34:00 taca Exp $ -BLAKE2s (drupal-7.95.tar.gz) = 7ab8806eda7ca64ff288b5e9d26c74b5606584718f9c79a6c9e0065b06eb14c2 -SHA512 (drupal-7.95.tar.gz) = 7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84 -Size (drupal-7.95.tar.gz) = 3380331 bytes +BLAKE2s (drupal-7.97.tar.gz) = 33a14b81ca6e3d32a995a473e514e191452ce79d098dc9238410c4997534683d +SHA512 (drupal-7.97.tar.gz) = 2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb +Size (drupal-7.97.tar.gz) = 3381082 bytes --_----------=_1682951640259250--