diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-11 16:44:18 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-11 16:44:18 +0100 |
commit | ed16b2393df8866cd0358499966be121a2106216 (patch) | |
tree | 2aa6c23db6589a202c86fc492abf3e74db210253 | |
parent | 419669302782fdd4b6a961c70b9572a52da12a6a (diff) |
update to 4.8.4 (2018-12-11, security fix)
-rw-r--r-- | phpMyAdmin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 7115ac0..fc48c8a 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -20,7 +20,7 @@ %global with_httpd 0 %endif -%global upstream_version 4.8.3 +%global upstream_version 4.8.4 #global upstream_prever rc1 Name: phpMyAdmin @@ -309,6 +309,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Tue Dec 11 2018 Remi Collet <remi@remirepo.net> - 4.8.4-1 +- update to 4.8.4 (2018-12-11, security fix) + * Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 4.8.3-1 - update to 4.8.3 (2018-08-22, security fix) |