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 /www/drupal7/Makefile | |
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
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r-- | www/drupal7/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |