Accepting request 104125 from server:php:applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=18
This commit is contained in:
commit
17610f7c44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:792a53d1904feed2bba0a613680af86fb4ca2ee8e94ba65ef92043c5c2d90604
|
||||
size 4610153
|
3
phpMyAdmin-3.4.9-all-languages.tar.bz2
Normal file
3
phpMyAdmin-3.4.9-all-languages.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5251dc5c5c691c02dd4683692f282c72e8360f453dbb3edfa5f53d9461299f86
|
||||
size 4666051
|
@ -1,6 +1,7 @@
|
||||
diff -ruN phpMyAdmin-3.4.1-all-languages-orig/config.sample.inc.php phpMyAdmin-3.4.1-all-languages/config.sample.inc.php
|
||||
--- phpMyAdmin-3.4.1-all-languages-orig/config.sample.inc.php 2011-05-20 19:24:04.000000000 +0200
|
||||
+++ phpMyAdmin-3.4.1-all-languages/config.sample.inc.php 2011-05-24 18:21:28.000000000 +0200
|
||||
Index: config.sample.inc.php
|
||||
===================================================================
|
||||
--- config.sample.inc.php.orig 2011-12-21 21:07:53.000000000 +0100
|
||||
+++ config.sample.inc.php 2011-12-28 14:33:11.000000000 +0100
|
||||
@@ -10,55 +10,223 @@
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
@ -67,8 +68,8 @@ diff -ruN phpMyAdmin-3.4.1-all-languages-orig/config.sample.inc.php phpMyAdmin-3
|
||||
-$cfg['Servers'][$i]['host'] = 'localhost';
|
||||
-$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
||||
-$cfg['Servers'][$i]['compress'] = false;
|
||||
-/* Select mysqli if your server has it */
|
||||
-$cfg['Servers'][$i]['extension'] = 'mysql';
|
||||
-/* Select mysql if your server does not have mysqli */
|
||||
-$cfg['Servers'][$i]['extension'] = 'mysqli';
|
||||
-$cfg['Servers'][$i]['AllowNoPassword'] = false;
|
||||
+// MySQL hostname or IP address
|
||||
+$cfg['Servers'][$i]['host'] = 'localhost';
|
||||
@ -256,9 +257,10 @@ diff -ruN phpMyAdmin-3.4.1-all-languages-orig/config.sample.inc.php phpMyAdmin-3
|
||||
* End of servers configuration
|
||||
*/
|
||||
|
||||
diff -ruN phpMyAdmin-3.4.1-all-languages-orig/libraries/vendor_config.php phpMyAdmin-3.4.1-all-languages/libraries/vendor_config.php
|
||||
--- phpMyAdmin-3.4.1-all-languages-orig/libraries/vendor_config.php 2011-05-20 19:24:04.000000000 +0200
|
||||
+++ phpMyAdmin-3.4.1-all-languages/libraries/vendor_config.php 2011-05-24 17:24:15.000000000 +0200
|
||||
Index: libraries/vendor_config.php
|
||||
===================================================================
|
||||
--- libraries/vendor_config.php.orig 2011-12-21 21:07:53.000000000 +0100
|
||||
+++ libraries/vendor_config.php 2011-12-28 14:35:48.000000000 +0100
|
||||
@@ -14,18 +14,18 @@
|
||||
* Path to changelog file, can be gzip compressed. Useful when you want to
|
||||
* have documentation somewhere else, eg. /usr/share/doc.
|
||||
@ -281,7 +283,7 @@ diff -ruN phpMyAdmin-3.4.1-all-languages-orig/libraries/vendor_config.php phpMyA
|
||||
|
||||
/**
|
||||
* Whether setup requires writable directory where config
|
||||
@@ -43,7 +43,7 @@
|
||||
@@ -43,7 +43,7 @@ define('CONFIG_DIR', './');
|
||||
/**
|
||||
* Filename of a configuration file.
|
||||
*/
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 13:41:55 UTC 2011 - chris@computersalat.de
|
||||
|
||||
- update to 3.4.9
|
||||
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown
|
||||
- bug #3442004 [interface] DB suggestion not correct for user with underscore
|
||||
- bug #3438420 [core] Magic quotes removed in PHP 5.4
|
||||
- bug #3398788 [session] No feedback when result is empty (signon auth_type)
|
||||
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB
|
||||
- bug #3306875 [edit] Can't rename a database that contains views
|
||||
- bug #3452506 [edit] Unable to move tables with triggers
|
||||
- bug #3449659 [navi] Fast filter broken with table tree
|
||||
- bug #3448485 [GUI] Firefox favicon frameset regression
|
||||
- [core] Better compatibility with mysql extension
|
||||
- [security] Self-XSS on export options (export server/database/table),
|
||||
see PMASA-2011-20
|
||||
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19
|
||||
- fix for bnc#738411
|
||||
* PMASA-2011-19 (CVE-2011-4780)
|
||||
* PMASA-2011-20 (CVE-2011-4782)
|
||||
- rework config patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 08:34:11 UTC 2011 - chris@computersalat.de
|
||||
|
||||
|
@ -35,12 +35,12 @@ Name: phpMyAdmin
|
||||
Summary: Administration of MySQL over the web
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Web/Frontends
|
||||
Version: 3.4.8
|
||||
Version: 3.4.9
|
||||
Release: 0
|
||||
Url: http://www.phpMyAdmin.net
|
||||
Source0: %{name}-%{version}-all-languages.tar.bz2
|
||||
Source1: %{name}.http
|
||||
Patch0: %{name}-3.4.1-config.patch
|
||||
Patch0: %{name}-3.4.9-config.patch
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: pwgen coreutils sed grep
|
||||
@ -97,7 +97,7 @@ Currently phpMyAdmin can:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-all-languages
|
||||
%patch0 -p1
|
||||
%patch0
|
||||
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user