Mon May 1 14:34:00 2023 UTC ()
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


(taca)
diff -r1.78 -r1.79 pkgsrc/www/drupal7/Makefile
diff -r1.62 -r1.63 pkgsrc/www/drupal7/distinfo

cvs diff -r1.78 -r1.79 pkgsrc/www/drupal7/Makefile (expand / switch to unified diff)

--- pkgsrc/www/drupal7/Makefile 2023/03/19 13:21:16 1.78
+++ pkgsrc/www/drupal7/Makefile 2023/05/01 14:34:00 1.79
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.78 2023/03/19 13:21:16 taca Exp $ 1# $NetBSD: Makefile,v 1.79 2023/05/01 14:34:00 taca Exp $
2 2
3DISTNAME= drupal-7.95 3DISTNAME= drupal-7.97
4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= https://ftp.drupal.org/files/projects/ 6MASTER_SITES= https://ftp.drupal.org/files/projects/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://drupal.org/ 9HOMEPAGE= http://drupal.org/
10COMMENT= Open source content management system 10COMMENT= Open source content management system
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13.include "../../lang/php/phpversion.mk" 13.include "../../lang/php/phpversion.mk"
14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
15.if ${PKG_PHP_MAJOR_VERS} < 8 15.if ${PKG_PHP_MAJOR_VERS} < 8
16DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 16DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json

cvs diff -r1.62 -r1.63 pkgsrc/www/drupal7/distinfo (expand / switch to unified diff)

--- pkgsrc/www/drupal7/distinfo 2023/03/19 13:21:16 1.62
+++ pkgsrc/www/drupal7/distinfo 2023/05/01 14:34:00 1.63
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.62 2023/03/19 13:21:16 taca Exp $ 1$NetBSD: distinfo,v 1.63 2023/05/01 14:34:00 taca Exp $
2 2
3BLAKE2s (drupal-7.95.tar.gz) = 7ab8806eda7ca64ff288b5e9d26c74b5606584718f9c79a6c9e0065b06eb14c2 3BLAKE2s (drupal-7.97.tar.gz) = 33a14b81ca6e3d32a995a473e514e191452ce79d098dc9238410c4997534683d
4SHA512 (drupal-7.95.tar.gz) = 7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84 4SHA512 (drupal-7.97.tar.gz) = 2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
5Size (drupal-7.95.tar.gz) = 3380331 bytes 5Size (drupal-7.97.tar.gz) = 3381082 bytes