diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-22 06:32:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-22 06:32:08 +0200 |
commit | 5e9ecab50a46ee54dbed88d4a267807bc972dea0 (patch) | |
tree | 6382d626eb3f784d8bd6c55f0dca1ba2492b3f30 /phpMyAdmin.spec | |
parent | 1ce5cbd3d89f392bb898c2cb64531620aa3ad5cc (diff) |
update to 4.8.2 (2018-06-21, important security fix)
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r-- | phpMyAdmin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 640935d..248a224 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -20,7 +20,7 @@ %global with_httpd 0 %endif -%global upstream_version 4.8.1 +%global upstream_version 4.8.2 #global upstream_prever rc1 Name: phpMyAdmin @@ -309,6 +309,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Fri Jun 22 2018 Remi Collet <remi@remirepo.net> - 4.8.2-1 +- update to 4.8.2 (2018-06-21, important security fix) + * Fri May 25 2018 Remi Collet <remi@remirepo.net> - 4.8.1-1 - update to 4.8.1 (2018-05-25, bug fix release) |