From e6f306fa5d67172ceb4beffa4d1853998785bfc34cb79072a9c9719e74fb5c89 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 27 Jun 2011 09:10:37 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/phpMyAdmin revision 8.0 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=d4619eadb70e0b111912f1cbd7b66d53 --- phpMyAdmin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index d2316b4..aeee0b6 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -35,7 +35,7 @@ Name: phpMyAdmin Summary: Administration of MySQL over the web Version: 3.4.2 -Release: 1 +Release: 3 License: GPLv2+ Group: Productivity/Networking/Web/Frontends Url: http://www.phpMyAdmin.net From f60a54ceb175eb1a4bed2e3b18cd7be6d4c0647b9d56a2526441543950aa3814 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Mon, 4 Jul 2011 14:05:23 +0000 Subject: [PATCH 2/2] Accepting request 75323 from home:computersalat:devel:php update to 3.4.3.1 OBS-URL: https://build.opensuse.org/request/show/75323 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=11 --- phpMyAdmin-3.4.2-all-languages.tar.bz2 | 3 --- phpMyAdmin-3.4.3.1-all-languages.tar.bz2 | 3 +++ phpMyAdmin.changes | 27 ++++++++++++++++++++++++ phpMyAdmin.spec | 16 ++++++++++---- 4 files changed, 42 insertions(+), 7 deletions(-) delete mode 100644 phpMyAdmin-3.4.2-all-languages.tar.bz2 create mode 100644 phpMyAdmin-3.4.3.1-all-languages.tar.bz2 diff --git a/phpMyAdmin-3.4.2-all-languages.tar.bz2 b/phpMyAdmin-3.4.2-all-languages.tar.bz2 deleted file mode 100644 index 387e86a..0000000 --- a/phpMyAdmin-3.4.2-all-languages.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e63aa5479bfb190d295b02431b3a579faf62dd66bd24c8a79e43aa5c477f1fe0 -size 4639847 diff --git a/phpMyAdmin-3.4.3.1-all-languages.tar.bz2 b/phpMyAdmin-3.4.3.1-all-languages.tar.bz2 new file mode 100644 index 0000000..b33fe29 --- /dev/null +++ b/phpMyAdmin-3.4.3.1-all-languages.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138175f19802c5c1c70ceee14b89a86a19ee04917fd7bbd50b17bb200838eb69 +size 4924615 diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 187e633..2e7cab6 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jul 4 13:27:10 UTC 2011 - chris@computersalat.de + +- update to 3.4.3.1 + - [security] Fixed possible session manipulation in swekey + authentication, see PMASA-2011-5 + - [security] Fixed possible code injection incase session variables + are compromised, see PMASA-2011-6 + - [security] Fixed regexp quoting issue in Synchronize code, see PMASA-2011-7 + - [security] Fixed filtering of a file path, which allowed for + directory traversal, see PMASA-2011-8 +- 3.4.3.0 (2011-06-27) + - bug #3311170 [sync] Missing helper icons in Synchronize + - patch #3304473 [setup] Redefine a lable that was wrong + - bug #3304544 [parser] master is not a reserved word + - bug #3307616 [edit] Inline edit updates multiple duplicate rows + - patch #3311539 [edit] Inline edit does not escape backslashes + - bug #3313210 [interface] Columns class sometimes changed for nothing + - patch #3313326 [interface] Some tooltips do not disappear + - bug #3315720 [search] Fix search in non unicode tables + - bug #3315741 [display] Inline query edit broken + - patch #3317206 [privileges] Generate password option missing on new accounts + - bug #3317293 [edit] Inline edit places HTML line breaks in edit area + - bug #3319466 [interface] Inline query edit does not escape special characters + - minor XSS (require a valid token) +- add restart_on_update apache to post + ------------------------------------------------------------------- Wed Jun 22 09:01:52 UTC 2011 - chris@computersalat.de diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index aeee0b6..e8ba7c8 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -34,8 +34,8 @@ Name: phpMyAdmin %endif Summary: Administration of MySQL over the web -Version: 3.4.2 -Release: 3 +Version: 3.4.3.1 +Release: 1 License: GPLv2+ Group: Productivity/Networking/Web/Frontends Url: http://www.phpMyAdmin.net @@ -50,8 +50,15 @@ BuildRequires: apache2-devel BuildRequires: fdupes %endif # -Requires: mod_php_any php-bz2 php-gd php-iconv -Requires: php-mbstring php-mcrypt php-mysql php-session php-zlib +Requires: mod_php_any +Requires: php-bz2 +Requires: php-gd +Requires: php-iconv +Requires: php-mbstring +Requires: php-mcrypt +Requires: php-mysql +Requires: php-session +Requires: php-zlib Recommends: php5-zip %description @@ -136,6 +143,7 @@ find $RPM_BUILD_ROOT%{ap_docroot}/%{name} -maxdepth 1 -type f | grep -v 'config. # set PmaAbsoluteUri ### generate blowfish secret %{__sed} -i -e "s,@FQDN@,$(cat /etc/HOSTNAME)," \ -e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config} +%restart_on_update apache2 %postun %restart_on_update apache2