From 7a4d3f73c7de5f3ec281c8eb2b72234b46ef39c5 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Thu, 11 Apr 2024 23:24:26 +0200 Subject: [PATCH] Bump hsaml2, saml2-web-sso dependencies. --- changelog.d/5-internal/wpb6170-bump-hsaml2-dep | 1 + nix/haskell-pins.nix | 10 +++++----- services/galley/galley.cabal | 4 ++-- services/spar/spar.cabal | 8 ++++---- 4 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 changelog.d/5-internal/wpb6170-bump-hsaml2-dep diff --git a/changelog.d/5-internal/wpb6170-bump-hsaml2-dep b/changelog.d/5-internal/wpb6170-bump-hsaml2-dep new file mode 100644 index 00000000000..b03b34a30ad --- /dev/null +++ b/changelog.d/5-internal/wpb6170-bump-hsaml2-dep @@ -0,0 +1 @@ +Bump hsaml2, saml2-web-sso dependencies. \ No newline at end of file diff --git a/nix/haskell-pins.nix b/nix/haskell-pins.nix index 831fe39eff0..1b3c0b97ae5 100644 --- a/nix/haskell-pins.nix +++ b/nix/haskell-pins.nix @@ -82,8 +82,8 @@ let saml2-web-sso = { src = fetchgit { url = "https://github.com/wireapp/saml2-web-sso"; - rev = "d50bddadf9bd9a96dd6036dad0e2dda27567ec1a"; - sha256 = "sha256-IKovI1h2Wkm3Y7Sz6XsxLOv654SgUasaWsDX6gi9hZw="; + rev = "0cf23a87b140ba5b960a848ecad3976e6fdaac88"; + sha256 = "sha256-Gm58Yjt5ZGh74cfEjcZSx6jvwkpFC324xTPLhLS29r0="; }; }; @@ -110,9 +110,9 @@ let hsaml2 = { src = fetchgit { - url = "https://github.com/wireapp/hsaml2"; - rev = "c11ad42e6bd6ef6a1eb298413ab131234b171224"; - sha256 = "sha256-OYqIxe+9M8YKUpqJPgOeqOTmez7JdOd351J5NgaHrMY="; + url = "https://github.com/dylex/hsaml2"; + rev = "95d9dc7502c2533f7927de00cbc2bd20ad989ace"; + sha256 = "sha256-z3s/ZkkCd2ThVBsu72pS/+XygHImuffz/HVy3hkQ6eo="; }; }; diff --git a/services/galley/galley.cabal b/services/galley/galley.cabal index b15592ed296..91556478195 100644 --- a/services/galley/galley.cabal +++ b/services/galley/galley.cabal @@ -336,7 +336,7 @@ library , resourcet >=1.1 , retry >=0.5 , safe-exceptions >=0.1 - , saml2-web-sso >=0.19 + , saml2-web-sso >=0.20 , schema-profunctor , servant , servant-client @@ -518,7 +518,7 @@ executable galley-integration , quickcheck-instances , random , retry - , saml2-web-sso >=0.19 + , saml2-web-sso >=0.20 , schema-profunctor , servant-client , servant-client-core diff --git a/services/spar/spar.cabal b/services/spar/spar.cabal index 27fcc4015bd..43e9582ceda 100644 --- a/services/spar/spar.cabal +++ b/services/spar/spar.cabal @@ -179,7 +179,7 @@ library , polysemy-wire-zoo , QuickCheck , raw-strings-qq - , saml2-web-sso >=0.19 + , saml2-web-sso >=0.20 , servant-multipart , servant-server , text @@ -372,7 +372,7 @@ executable spar-integration , random , raw-strings-qq , retry - , saml2-web-sso >=0.19 + , saml2-web-sso >=0.20 , servant , servant-server , silently @@ -465,7 +465,7 @@ executable spar-migrate-data , imports , lens , optparse-applicative - , saml2-web-sso >=0.19 + , saml2-web-sso >=0.20 , spar , text , time @@ -622,7 +622,7 @@ test-suite spec , polysemy-plugin , polysemy-wire-zoo , QuickCheck - , saml2-web-sso >=0.19 + , saml2-web-sso >=0.20 , servant , servant-openapi3 , spar