From 0919171df5138b7e9099f7160f0731299d370ddfd424440dccc39c79c3398875 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 4 Mar 2015 00:04:17 +0000 Subject: [PATCH 1/4] Accepting request 288771 from home:ecsos update to 4.3.11 OBS-URL: https://build.opensuse.org/request/show/288771 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=185 --- phpMyAdmin-4.3.10-all-languages.tar.bz2 | 3 --- phpMyAdmin-4.3.11-all-languages.tar.bz2 | 3 +++ phpMyAdmin.changes | 16 ++++++++++++++++ phpMyAdmin.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 phpMyAdmin-4.3.10-all-languages.tar.bz2 create mode 100644 phpMyAdmin-4.3.11-all-languages.tar.bz2 diff --git a/phpMyAdmin-4.3.10-all-languages.tar.bz2 b/phpMyAdmin-4.3.10-all-languages.tar.bz2 deleted file mode 100644 index 03b4118..0000000 --- a/phpMyAdmin-4.3.10-all-languages.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:275cfe9236147ec2740563b501f51531fc55e1a63f7f27d4fb0de100329dadf4 -size 7299779 diff --git a/phpMyAdmin-4.3.11-all-languages.tar.bz2 b/phpMyAdmin-4.3.11-all-languages.tar.bz2 new file mode 100644 index 0000000..8b05975 --- /dev/null +++ b/phpMyAdmin-4.3.11-all-languages.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd5dc70638972a56ae741bca81a31ed9e347628524f0f3a479865f9e3fad655 +size 7304180 diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 4fcaef7..4105560 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Mar 3 23:54:51 UTC 2015 - ecsos@opensuse.org + +- update to 4.3.11 (2015-03-02) + - sf#4774 SQL links are completely wrong + - sf#4768 MariaDB: version mismatch + - sf#4777 Some images are missing in Designer for original theme + - sf#4767 Drizzle: undefined index in mysql_charsets.inc.php + - sf#4753 Normal field and multi-line field have different + margins + - sf#4760 Cannot re-import settings from local storage + - sf#4778 SQL error when database list is sorted by additional + columns + - sf#4780 Notice when timestamp column does not have default + value + ------------------------------------------------------------------- Fri Feb 20 16:32:21 UTC 2015 - ecsos@opensuse.org diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index b69b66f..2b67f05 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,7 +1,7 @@ # # spec file for package phpMyAdmin # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ Name: phpMyAdmin Summary: Administration of MySQL over the web License: GPL-2.0+ Group: Productivity/Networking/Web/Frontends -Version: 4.3.10 +Version: 4.3.11 Release: 0 Url: http://www.phpMyAdmin.net Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2 From 72eeda22146b01e02caaf34a40652acb9288fa46e5e7bc2ee623c31d7e4ee93b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 4 Mar 2015 18:57:29 +0000 Subject: [PATCH 2/4] Accepting request 288819 from home:ecsos I have fixed error displayed in Status/Advisor and not functional display of cpu and memory under Status/Monitor/. Is this okay or is something to be said against it? OBS-URL: https://build.opensuse.org/request/show/288819 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=186 --- phpMyAdmin.changes | 6 ++++++ phpMyAdmin.http | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 4105560..5f9efa5 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 4 09:07:09 UTC 2015 - ecsos@opensuse.org + +- fix error displayed in Status/Advisor and not functional display + of cpu and memory under Status/Monitor/ + ------------------------------------------------------------------- Tue Mar 3 23:54:51 UTC 2015 - ecsos@opensuse.org diff --git a/phpMyAdmin.http b/phpMyAdmin.http index 5ae47d3..2413ac4 100644 --- a/phpMyAdmin.http +++ b/phpMyAdmin.http @@ -8,7 +8,7 @@ php_admin_flag allow_url_fopen off php_admin_flag zend.ze1_compatibility_mode off php_admin_flag safe_mode Off - php_admin_value open_basedir "@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@" + php_admin_value open_basedir "@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@:/proc/meminfo:/proc/stat" # customize suhosin php_admin_value suhosin.post.max_array_index_length 256 php_admin_value suhosin.post.max_totalname_length 8192 From c4fa81e39e87f53fdc0fce12b8c3fb7a8a75ab405960b0bfdbcc7841ef5625da Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 5 Mar 2015 08:19:32 +0000 Subject: [PATCH 3/4] Accepting request 289298 from home:ecsos update to 4.3.11.1 Security fix PMASA-2015-1 OBS-URL: https://build.opensuse.org/request/show/289298 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=187 --- phpMyAdmin-4.3.11-all-languages.tar.bz2 | 3 --- phpMyAdmin-4.3.11.1-all-languages.tar.bz2 | 3 +++ phpMyAdmin.changes | 10 ++++++++++ phpMyAdmin.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 phpMyAdmin-4.3.11-all-languages.tar.bz2 create mode 100644 phpMyAdmin-4.3.11.1-all-languages.tar.bz2 diff --git a/phpMyAdmin-4.3.11-all-languages.tar.bz2 b/phpMyAdmin-4.3.11-all-languages.tar.bz2 deleted file mode 100644 index 8b05975..0000000 --- a/phpMyAdmin-4.3.11-all-languages.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fd5dc70638972a56ae741bca81a31ed9e347628524f0f3a479865f9e3fad655 -size 7304180 diff --git a/phpMyAdmin-4.3.11.1-all-languages.tar.bz2 b/phpMyAdmin-4.3.11.1-all-languages.tar.bz2 new file mode 100644 index 0000000..6e4d6b8 --- /dev/null +++ b/phpMyAdmin-4.3.11.1-all-languages.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35824cfe40b8650a0311fa2955b621d7b79fb3bbd40abeff53fb2d3649ce89ba +size 7302766 diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 5f9efa5..c215c21 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Wed Mar 4 23:12:16 UTC 2015 - ecsos@opensuse.org + +- update to 4.3.11.1 (2015-03-04) + This update fixes several vulnerabilities +- Security fixes: + * PMASA-2015-1 (CVE-2015-2206, CWE-661 CWE-352) + http://www.phpmyadmin.net/home_page/security/PMASA-2015-1.php + - fix bug [security] Risk of BREACH attack + + ------------------------------------------------------------------- Wed Mar 4 09:07:09 UTC 2015 - ecsos@opensuse.org - fix error displayed in Status/Advisor and not functional display diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 2b67f05..b26554b 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -34,7 +34,7 @@ Name: phpMyAdmin Summary: Administration of MySQL over the web License: GPL-2.0+ Group: Productivity/Networking/Web/Frontends -Version: 4.3.11 +Version: 4.3.11.1 Release: 0 Url: http://www.phpMyAdmin.net Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2 From d12ccaf88195fd6d97c7cda2db6384e6e45ad378f85e65958e41218825e1bbdd Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 5 Mar 2015 08:20:38 +0000 Subject: [PATCH 4/4] fix changelog OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=188 --- phpMyAdmin.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index c215c21..665cf27 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -4,11 +4,11 @@ Wed Mar 4 23:12:16 UTC 2015 - ecsos@opensuse.org - update to 4.3.11.1 (2015-03-04) This update fixes several vulnerabilities - Security fixes: - * PMASA-2015-1 (CVE-2015-2206, CWE-661 CWE-352) + * PMASA-2015-1 (CVE-2015-2206, CWE-661 CWE-352) [boo#920773] http://www.phpmyadmin.net/home_page/security/PMASA-2015-1.php - fix bug [security] Risk of BREACH attack - ------------------------------------------------------------------- +------------------------------------------------------------------- Wed Mar 4 09:07:09 UTC 2015 - ecsos@opensuse.org - fix error displayed in Status/Advisor and not functional display