www/drupal7: update to 7.86

Drupal 7.86, 2022-01-18
-----------------------
- Fixed security issues:
   - SA-CORE-2022-001
   - SA-CORE-2022-002

Drupal 7.85, 2022-01-12
-----------------------
- Fix session cookies for sites with different base_urls but a shared domain

Drupal 7.84, 2021-12-13
-----------------------
- Hotfix for session cookie domain on www subdomains

Drupal 7.83, 2021-12-01
-----------------------
- Initial support for PHP 8.1
- The has_js cookie has been removed (but can be re-enabled)
- The leading www. is no longer stripped from cookie domain by default
- The user entity now has a "changed" property
- Introduced a skip_permissions_hardening setting
- Changes to the password reset process to avoid email and username enumeration
- Various bug fixes, optimizations and improvements
This commit is contained in:
taca 2022-01-27 13:38:03 +00:00
parent 63855b34bf
commit 00b7312a49
3 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.74 2021/08/29 14:48:15 taca Exp $
# $NetBSD: Makefile,v 1.75 2022/01/27 13:38:03 taca Exp $
DISTNAME= drupal-7.82
DISTNAME= drupal-7.86
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://ftp.drupal.org/files/projects/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.28 2021/08/29 14:48:15 taca Exp $
@comment $NetBSD: PLIST,v 1.29 2022/01/27 13:38:03 taca Exp $
share/doc/drupal/CHANGELOG.txt
share/doc/drupal/COPYRIGHT.txt
share/doc/drupal/INSTALL.mysql.txt
@ -219,13 +219,16 @@ share/drupal/misc/ui/jquery.ui.button.css
share/drupal/misc/ui/jquery.ui.button.min.js
share/drupal/misc/ui/jquery.ui.core.css
share/drupal/misc/ui/jquery.ui.core.min.js
share/drupal/misc/ui/jquery.ui.datepicker-1.13.0-backport.js
share/drupal/misc/ui/jquery.ui.datepicker.css
share/drupal/misc/ui/jquery.ui.datepicker.min.js
share/drupal/misc/ui/jquery.ui.dialog-1.13.0-backport.js
share/drupal/misc/ui/jquery.ui.dialog.css
share/drupal/misc/ui/jquery.ui.dialog.min.js
share/drupal/misc/ui/jquery.ui.draggable.min.js
share/drupal/misc/ui/jquery.ui.droppable.min.js
share/drupal/misc/ui/jquery.ui.mouse.min.js
share/drupal/misc/ui/jquery.ui.position-1.13.0-backport.js
share/drupal/misc/ui/jquery.ui.position.min.js
share/drupal/misc/ui/jquery.ui.progressbar.css
share/drupal/misc/ui/jquery.ui.progressbar.min.js
@ -912,6 +915,9 @@ share/drupal/modules/system/tests/cron_queue_test.info
share/drupal/modules/system/tests/cron_queue_test.module
share/drupal/modules/system/tests/system_cron_test.info
share/drupal/modules/system/tests/system_cron_test.module
share/drupal/modules/system/tests/system_test_archive.tar.gz
share/drupal/modules/system/tests/system_test_archive_abs.tgz
share/drupal/modules/system/tests/system_test_archive_rel.tar
share/drupal/modules/system/theme.api.php
share/drupal/modules/taxonomy/taxonomy-term.tpl.php
share/drupal/modules/taxonomy/taxonomy.admin.inc

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.58 2021/10/26 11:29:25 nia Exp $
$NetBSD: distinfo,v 1.59 2022/01/27 13:38:03 taca Exp $
BLAKE2s (drupal-7.82.tar.gz) = 846a4f99319d93df03034ae1072232597a4e93cd0ac5f50ad325b61a4fe3414f
SHA512 (drupal-7.82.tar.gz) = 41b844df868971ea21fa574daf46502edcb78f4287c223694fe967541da72dfe9b360e1764441eddafb64b782d14408eac58ecff7eaed4bc1fd832b35f0c7e2d
Size (drupal-7.82.tar.gz) = 3348407 bytes
BLAKE2s (drupal-7.86.tar.gz) = 14643cace6e9cb76c526ea10bb82c10d667bf092102830bcb12770716e00e0d0
SHA512 (drupal-7.86.tar.gz) = 25aaf40b6ffe81e4b973ab2bdc6a41dd7395b2c61b310532d96672528d08bb8971261cc0c653a6b7a1d81bd2c3607d6513b1da0cb7c6c9561fd99a76826c5e4a
Size (drupal-7.86.tar.gz) = 3357792 bytes