diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-22 09:16:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-22 09:16:48 +0200 |
commit | c9e98d7a4a769908231a5e79511f72eb0a364057 (patch) | |
tree | 466f1dc3030c91271e6b312950800152df4708cc | |
parent | 6be8349d3b6850ec80bfb4d769e8f92b0d32005d (diff) |
phpMyAdmin: 4.2.4 (security)
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | phpMyAdmin.spec | 6 |
2 files changed, 7 insertions, 2 deletions
@@ -3,5 +3,6 @@ phpMyAdmin Diff from fedora packages -- version 4.1.x +- version 4.2.x - don't requires httpd +- don't use httpd auth (so, works with php-fpm) diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index a44f154..4ce1e9f 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -13,7 +13,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_datadir}/doc/%{name}-%{version}} Name: phpMyAdmin -Version: 4.2.3 +Version: 4.2.4 Release: 1%{?dist} Summary: Web based MySQL browser written in php @@ -164,6 +164,10 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Sun Jun 22 2014 Remi Collet <rpms@famillecollet.com> 4.2.4-1 +- update to 4.2.4 (Fri, 20 Jun 2014, security) +- fix for PMASA-2014-2 and PMASA-2014-3 + * Tue Jun 10 2014 Remi Collet <rpms@famillecollet.com> 4.2.3-1 - update to 4.2.3 (Sun, 08 June 2014, bugfix) |