diff options
-rw-r--r-- | php-symfony.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-symfony.spec b/php-symfony.spec index df53bb6..aa6bc15 100644 --- a/php-symfony.spec +++ b/php-symfony.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 2.8.25 -%global github_commit c2452af5659d0492a43268c389bb211295c5e4c9 +%global github_version 2.8.26 +%global github_commit 33553101754e0888a1a1fecc46d7a7f10f6f9580 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2696,6 +2696,9 @@ exit $RET # ############################################################################## %changelog +* Wed Aug 2 2017 Remi Collet <remi@remirepo.net> - 2.8.26-1 +- Update to 2.8.26 + * Tue Jul 18 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.8.25-1 - Update to 2.8.25 (CVE-2017-11365) |