From 716ecdb1f531c2bc2021026312a098737c934711 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 24 Mar 2021 11:45:12 +0100 Subject: [PATCH] Bump authorize-module --- composer.lock | 12 ++++++------ docs/simplesamlphp-changelog.md | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 1f0c9d6d1..40f36d5a0 100644 --- a/composer.lock +++ b/composer.lock @@ -686,16 +686,16 @@ }, { "name": "simplesamlphp/simplesamlphp-module-authorize", - "version": "v0.9.2", + "version": "v0.9.3", "source": { "type": "git", "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git", - "reference": "c2607a5252ee1256b50ce7795e35513b116998d4" + "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/c2607a5252ee1256b50ce7795e35513b116998d4", - "reference": "c2607a5252ee1256b50ce7795e35513b116998d4", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/0593bfcb84fca9d9133f415246ab8ca51b412c92", + "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92", "shasum": "" }, "require": { @@ -714,7 +714,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-2.1-or-later" ], "authors": [ { @@ -727,7 +727,7 @@ "authorize", "simplesamlphp" ], - "time": "2020-02-25T15:16:57+00:00" + "time": "2021-03-24T10:37:17+00:00" }, { "name": "simplesamlphp/simplesamlphp-module-authtwitter", diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 37ffc7be2..51eb1dea9 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -16,6 +16,9 @@ Released TBD * Updated npm dependencies up to February 1, 2021 * Fixed a bug where it was impossible to set WantAssertionsSigned=true on SP-metadata (#1433) +### authorize + * Fix a bug in the Twig-template that causes an exception in Twig strict vars mode + ### memcacheMonitor * Fix a bug in the Twig-template that causes an exception on newer Twig-versions -- GitLab