Accepting request 140208 from server:php:applications
fix for bnc#788103 (forwarded request 140206 from computersalat) OBS-URL: https://build.opensuse.org/request/show/140208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=26
This commit is contained in:
commit
f5cd33e358
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef5fb0d6390c0bd1cdb81aafcfc71afe8d19da966a5f6e5c6f6e145b0f93eebf
|
||||
size 4795602
|
3
phpMyAdmin-3.5.3-all-languages.tar.bz2
Normal file
3
phpMyAdmin-3.5.3-all-languages.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8833f97f93c43818b2e3e83eb10f47e05c914a6f731abacddc3a9563a7753570
|
||||
size 4875342
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 5 11:40:16 UTC 2012 - chris@computersalat.de
|
||||
|
||||
- update to 3.5.3.0 (2012-10-08)
|
||||
* sf#3539044 [interface] Browse mode "Show" button gives blank page
|
||||
if no results anymore
|
||||
* sf#3534979 [interface] Copy Database Ajax feedback vanishes long
|
||||
before copying is done
|
||||
* sf#3527531 [interface] GC-maxlifetime warning incorrectly
|
||||
displayed
|
||||
* sf#3526916 [interface] Search fails with JS error when tooltips
|
||||
disabled
|
||||
* sf#3544366 [interface] Event comments not saved
|
||||
* sf#3549084 [edit] Can't enter date directly when editing inline
|
||||
* sf#3548491 [interface] Inline query editor doesn't work from
|
||||
search results
|
||||
* sf#3547825 [edit] BLOB download no longer works
|
||||
* sf#3541966 [config] Error in generated configuration arrray
|
||||
* sf#3553551 [GUI] Invalid HTML code in multi submits confirmation
|
||||
form
|
||||
* [interface] Designer sometimes places tables on the top menu
|
||||
* sf#3546277 [core] Call to undefined function __() when config file
|
||||
has wrong permissions
|
||||
* sf#3540922 [edit] Error searching table with many fields
|
||||
* sf#3555104 [edit] Cannot copy a DB with table and views
|
||||
* sf#3559925 [privileges] Incorrect updating of the list of users
|
||||
* sf#3561224 [edit] cell edit date field with empty date fills in
|
||||
current date
|
||||
* sf#3559955 [edit] current_date from function drop down fails on
|
||||
update
|
||||
* sf#3562472 add support for Solaris and FreeBSD system load and
|
||||
memory display in server status
|
||||
* sf#3553068 [import] Table import from XML file fails
|
||||
* replace Highcharts with jqplot for Display chart
|
||||
* sf#3567684 [edit] Pasting value doesn't clear null checkbox
|
||||
* sf#3570786 [edit] Datepicker for date and datetime fields is
|
||||
broken
|
||||
- fix for bnc#788103
|
||||
* PMASA-2012-6 (CVE-2012-5339)
|
||||
o http://www.phpmyadmin.net/home_page/security/PMASA-2012-6.php
|
||||
* PMASA-2012-7 (CVE-2012-5368)
|
||||
o http://www.phpmyadmin.net/home_page/security/PMASA-2012-7.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 14:30:51 UTC 2012 - chris@computersalat.de
|
||||
|
||||
- update to 3.5.2.2 (2012-08-12)
|
||||
- [security] Fixed XSS vulnerabilities,
|
||||
see PMASA-2012-4
|
||||
- update to 3.5.2.1 (2012-08-03)
|
||||
- [security] Fixed local path disclosure vulnerability,
|
||||
see PMASA-2012-3
|
||||
- fix for bnc#776701
|
||||
* PMASA-2012-4 (CVE-2012-4345)
|
||||
- fix for bnc#776698
|
||||
* PMASA-2012-3 (CVE-2012-4219)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 8 15:52:13 UTC 2012 - chris@computersalat.de
|
||||
|
||||
|
@ -34,7 +34,7 @@ Name: phpMyAdmin
|
||||
Summary: Administration of MySQL over the web
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Web/Frontends
|
||||
Version: 3.5.2
|
||||
Version: 3.5.3
|
||||
Release: 0
|
||||
Url: http://www.phpMyAdmin.net
|
||||
Source0: %{name}-%{version}-all-languages.tar.bz2
|
||||
@ -96,6 +96,9 @@ Currently phpMyAdmin can:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-all-languages
|
||||
## rpmlint:
|
||||
# wrong-file-end-of-line-encoding
|
||||
%{__perl} -p -i -e 's|\r\n|\n|' examples/config.manyhosts.inc.php
|
||||
%patch0
|
||||
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user