summaryrefslogtreecommitdiffstats
path: root/phpMyAdmin.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-18 07:49:24 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-18 07:49:24 +0200
commitcd30c3d2c877f5df411c0a6d3389385e5f028872 (patch)
tree80b8c2923aa595ce785871eb45d86ffe3c51267d /phpMyAdmin.spec
parent1ffa7cc9538c44781efcce1bdd777f507c40cb12 (diff)
phpMyAdmin: update to 4.2.6 (security)
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r--phpMyAdmin.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
index a192fee..31207c7 100644
--- a/phpMyAdmin.spec
+++ b/phpMyAdmin.spec
@@ -13,8 +13,8 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_datadir}/doc/%{name}-%{version}}
Name: phpMyAdmin
-Version: 4.2.5
-Release: 2%{?dist}
+Version: 4.2.6
+Release: 1%{?dist}
Summary: Web based MySQL browser written in php
Group: Applications/Internet
@@ -23,8 +23,6 @@ URL: http://www.phpmyadmin.net/
Source0: http://downloads.sourceforge.net/sourceforge/phpmyadmin/%{name}-%{version}%{?prever:-%prever}-all-languages.tar.bz2
Source2: phpMyAdmin.htaccess
-Patch0: %{name}-phpseclib.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: unzip
@@ -44,6 +42,7 @@ Requires: php-iconv
Requires: php-json
Requires: php-libxml
Requires: php-mbstring
+Requires: php-mcrypt
Requires: php-mysqli
Requires: php-openssl
Requires: php-pcre
@@ -76,8 +75,6 @@ is available in 50 languages
%prep
%setup -qn phpMyAdmin-%{version}%{?prever:-%prever}-all-languages
-%patch0 -p1
-
# Minimal configuration file
sed -e "/'extension'/s@'mysql'@'mysqli'@" \
-e "/'blowfish_secret'/s@''@'MUSTBECHANGEDONINSTALL'@" \
@@ -170,10 +167,13 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN
%changelog
+* Fri Jul 18 2014 Remi Collet <rpms@famillecollet.com> 4.2.6-1
+- update to 4.2.6 (Thu, 17 Jul 2014, security)
+- fix for PMASA-2014-4 to PMASA-2014-7
+
* Tue Jul 8 2014 Remi Collet <rpms@famillecollet.com> 4.2.5-2
- apply upstream patch to use system phpseclib
- add dependency on php-phpseclib-crypt-aes
-- drop dependency on php-mcrypt
* Thu Jun 26 2014 Remi Collet <rpms@famillecollet.com> 4.2.5-1
- update to 4.2.5 (Thu, 26 Jun 2014, bugfix)