diff options
author | taca <taca@pkgsrc.org> | 2022-01-27 13:38:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-01-27 13:38:03 +0000 |
commit | 846e2399d45fddd16c8b23983ebcd759fc2a278e (patch) | |
tree | 33e69f687e0b42fd8f6e8db7005f0f47ed6f59d6 | |
parent | 4544dafe45ee29df631cd8d38a3abe8bf21feee9 (diff) | |
download | pkgsrc-846e2399d45fddd16c8b23983ebcd759fc2a278e.tar.gz |
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
-rw-r--r-- | www/drupal7/Makefile | 4 | ||||
-rw-r--r-- | www/drupal7/PLIST | 8 | ||||
-rw-r--r-- | www/drupal7/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index d4e54441bd1..1d89bb26e33 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -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/ diff --git a/www/drupal7/PLIST b/www/drupal7/PLIST index c5cb8b5ef9d..754c9b779d8 100644 --- a/www/drupal7/PLIST +++ b/www/drupal7/PLIST @@ -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 diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index e9a207ab1e9..3633aba56b0 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -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 |