diff options
-rw-r--r-- | php-symfony4.spec | 12 | ||||
-rw-r--r-- | 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 <shawn@iwin.ski> +# Copyright (c) 2016-2023 Shawn Iwinski <shawn@iwin.ski> # Remi Collet <remi@fedoraproject.org> # # 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 <remi@remirepo.net> - 4.4.50-1 +- update to 4.4.50 + +* Tue Nov 29 2022 Remi Collet <remi@remirepo.net> - 4.4.49-1 +- update to 4.4.49 + * Thu Nov 3 2022 Remi Collet <remi@remirepo.net> - 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", |