Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 3, 2021

Bumps onelogin/php-saml from 3.4.1 to 4.0.0.

Release notes

Sourced from onelogin/php-saml's releases.

OneLogin's SAML PHP Toolkit v4.0.0

  • Supports PHP 8.X, drop support PHP < 7.3

OneLogin's SAML PHP Toolkit v3.6.1

  • #467 Fix bug on getSelfRoutedURLNoQuery method

OneLogin's SAML PHP Toolkit v3.6.0

  • Add AES128_GCM encryption on generateNameId method. New setting parameter encryption_algorithm. If you set a encryption method different than AES128_CBC then the algorithm RSA_OAEP_MGF1P will be used as well instead RSA_1_5
  • PHP 8.0 support

OneLogin's SAML PHP Toolkit v3.5.1

  • 3.5.0 packagist/github release due a confusion were using the master (2.X branch). I'm releasing 3.5.1 to fix this issue and go back to 3.X branch

3.5.0

  • #412 Empty instead of unset the $_SESSION variable
  • #433 Fix Incorrect Destination in LogoutResponse when using responseUrl #443
  • Update xmlseclibs to 3.1.1
  • Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
  • Get lib path dinamically
  • Check for x509Cert of the IdP when loading settings, even if the security index was not provided
  • Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
Changelog

Sourced from onelogin/php-saml's changelog.

v4.0.0

  • Supports PHP 8.X

v3.6.1

  • #467 Fix bug on getSelfRoutedURLNoQuery method

v3.6.0

  • Add AES128_GCM encryption on generateNameId method. New setting parameter encryption_algorithm. If you set a encryption method different than AES128_CBC then the algorithm RSA_OAEP_MGF1P will be used as well instead RSA_1_5
  • PHP 8.0 support

v3.5.1

  • 3.5.0 packagist/github release due a confusion were using the master (2.X branch). I'm releasing 3.5.1 to fix this issue and go back to 3.X branch

v3.5.0

  • #412 Empty instead of unset the $_SESSION variable
  • #433 Fix Incorrect Destination in LogoutResponse when using responseUrl #443
  • Update xmlseclibs to 3.1.1
  • Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
  • Get lib path dinamically
  • Check for x509Cert of the IdP when loading settings, even if the security index was not provided
  • Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @blizzz.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 3, 2021
@blizzz
Copy link
Member

blizzz commented Mar 3, 2021

fyi @rullzer this is gonna bring 8.0 support for 4.1/21

@dependabot-preview

This comment was marked as resolved.

@solracsf

This comment was marked as resolved.

@nextcloud-command nextcloud-command force-pushed the dependabot/composer/3rdparty/onelogin/php-saml-4.0.0 branch from fd27ec9 to a0da054 Compare March 4, 2022 09:12
@solracsf
Copy link
Member

solracsf commented Mar 7, 2022

Related (to merge after?) #583

GuyPaddock pushed a commit to Inveniem/nextcloud-azure-aks that referenced this pull request Mar 7, 2022
Fixes:
> Function libxml_disable_entity_loader() is deprecated at
> /var/www/html/custom_apps/user_saml/3rdparty/vendor/onelogin/php-saml/src/Saml2/Utils.php#89

Upstream issues:
- nextcloud/user_saml#548
- nextcloud/user_saml#519
@Mte90
Copy link

Mte90 commented Mar 17, 2022

Any hope for this?

@blizzz
Copy link
Member

blizzz commented Mar 18, 2022

Any hope for this?

@Mte90
Copy link

Mte90 commented Mar 18, 2022

So are required to get merged 2 different PR to move on that issue.
Thanks!

@solracsf
Copy link
Member

/rebase

@nextcloud-command nextcloud-command force-pushed the dependabot/composer/3rdparty/onelogin/php-saml-4.0.0 branch from a0da054 to 4511159 Compare May 31, 2022 06:52
@solracsf
Copy link
Member

@blizzz all green here 👍

@Mte90
Copy link

Mte90 commented May 31, 2022

So we have the integration tests but we don't have the library that let the project to test php 8.0 😂

Sorry I am just waiting this new release with this PR to move on a project.

@Mte90
Copy link

Mte90 commented Jun 30, 2022

ping

@blizzz blizzz merged commit 2f83819 into master Jul 5, 2022
@blizzz blizzz deleted the dependabot/composer/3rdparty/onelogin/php-saml-4.0.0 branch July 5, 2022 11:05
@blizzz blizzz mentioned this pull request Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8 deprecation error regarding libxml_disable_entity_loader() on onelogin/php-saml 3rdparty

4 participants