From acc9b405b953868d8a3c7ca6d8ee43240a23c654 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Feb 2023 14:44:54 +0100 Subject: update to 4.4.50 --- php-symfony4.spec | 12 +++++++++--- src/Symfony/Bundle/SecurityBundle/composer.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/php-symfony4.spec b/php-symfony4.spec index f52fb6e..6ae0b99 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# Copyright (c) 2016-2022 Shawn Iwinski +# Copyright (c) 2016-2023 Shawn Iwinski # Remi Collet # # License: MIT @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 4.4.48 -%global github_commit a23b1f3be1c5a6818481f4fd10792e8400446f65 +%global github_version 4.4.50 +%global github_commit 6bc1c2e2506327daa9a2359ec45f7098ca947728 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3315,6 +3315,12 @@ exit $RET # ############################################################################## %changelog +* Thu Feb 2 2023 Remi Collet - 4.4.50-1 +- update to 4.4.50 + +* Tue Nov 29 2022 Remi Collet - 4.4.49-1 +- update to 4.4.49 + * Thu Nov 3 2022 Remi Collet - 4.4.48-1 - update to 4.4.48 diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 1106acf..4061646 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -25,7 +25,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/annotations": "^1.10.4", -- cgit