summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-02 14:44:54 +0100
committerRemi Collet <remi@php.net>2023-02-02 14:44:54 +0100
commitacc9b405b953868d8a3c7ca6d8ee43240a23c654 (patch)
tree6678d23c15e4e0d2e89645a59f7a9b8ea088464d
parent42167dda209bdc1994c891bf5188958981b8b613 (diff)
update to 4.4.50HEADmaster
-rw-r--r--php-symfony4.spec12
-rw-r--r--src/Symfony/Bundle/SecurityBundle/composer.json2
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",