[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1030851: bullseye-pu: package symfony/4.4.19+dfsg-2+deb11u2



Hi,

Le 27/02/2023 à 08:18, David Prévot a écrit :
Le 26/02/2023 à 21:54, Paul Gevers a écrit :
On 08-02-2023 13:53, David Prévot wrote:
[ Tests ]
I didn’t test it thoroughly (I doubt to have much time for at least
another week), but it passes

There are issues with the installability of src:symfony packages as can be seen from the autopkgtests [1]:

Thank you for the heads up! Shame on me for not checking thoroughly the autotest result
[…]
I’ll look at it ASAP […] and provide an updated version with an update to this bug report.

I’ve uploaded symfony/4.4.19+dfsg-2+deb11u3 without the dependency bump, debdiff against 4.4.19+dfsg-2+deb11u2 attached.

Regards

taffit
diff --git a/debian/changelog b/debian/changelog
index 3f054d84ec..8aac84e7c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+symfony (4.4.19+dfsg-2+deb11u3) bullseye; urgency=medium
+
+  * Drop dependency bump.
+    Thanks to Paul Gevers <elbrus@debian.org>
+
+ -- David Prévot <taffit@debian.org>  Mon, 27 Feb 2023 23:05:34 +0100
+
 symfony (4.4.19+dfsg-2+deb11u2) bullseye; urgency=medium
 
   * Backport security fixes from Symfony 4.4.50
diff --git a/debian/patches/Security-Http-Remove-CSRF-tokens-from-storage-on-successf.patch b/debian/patches/Security-Http-Remove-CSRF-tokens-from-storage-on-successf.patch
index 27842fb9a3..e61a2160e4 100644
--- a/debian/patches/Security-Http-Remove-CSRF-tokens-from-storage-on-successf.patch
+++ b/debian/patches/Security-Http-Remove-CSRF-tokens-from-storage-on-successf.patch
@@ -8,10 +8,9 @@ Origin: backport, https://github.com/symfony/symfony/commit/c75c5699f02da5ebb92c
  .../Bundle/SecurityBundle/Resources/config/security.xml    |  1 +
  .../SecurityBundle/Tests/Functional/CsrfFormLoginTest.php  |  6 ++++++
  .../Bundle/SecurityBundle/Tests/Functional/LogoutTest.php  |  4 +---
- src/Symfony/Bundle/SecurityBundle/composer.json            |  2 +-
  .../Http/Session/SessionAuthenticationStrategy.php         | 14 +++++++++++---
  .../Tests/Session/SessionAuthenticationStrategyTest.php    | 13 +++++++++++++
- 6 files changed, 33 insertions(+), 7 deletions(-)
+ 5 files changed, 32 insertions(+), 6 deletions(-)
 
 diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
 index 3491383..eabe5e5 100644
@@ -81,19 +80,6 @@ index cb7868f..465027f 100644
  
          $client->request('GET', '/logout');
  
-diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json
-index 872ef66..6627cdb 100644
---- a/src/Symfony/Bundle/SecurityBundle/composer.json
-+++ b/src/Symfony/Bundle/SecurityBundle/composer.json
-@@ -24,7 +24,7 @@
-         "symfony/security-core": "^4.4",
-         "symfony/security-csrf": "^4.2|^5.0",
-         "symfony/security-guard": "^4.2|^5.0",
--        "symfony/security-http": "^4.4.5"
-+        "symfony/security-http": "^4.4.50"
-     },
-     "require-dev": {
-         "doctrine/doctrine-bundle": "^1.5|^2.0",
 diff --git a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php
 index a4bb888..7369105 100644
 --- a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php

Reply to: