Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444948 - dev-db/phpmyadmin-3.5.7 version bump
Summary: dev-db/phpmyadmin-3.5.7 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Legler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 14:13 UTC by Tomáš Mózes
Modified: 2013-03-03 16:42 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2012-11-27 14:13:09 UTC
http://www.phpmyadmin.net/home_page/news.php#phpMyAdmin_3.5.4_is_released

Welcome to phpMyAdmin 3.5.4, a bugfix release.

3.5.4.0 (2012-11-16))
- bug #3570212 [edit] uuid_short() is a no-arguments function
- bug #3569577 [edit] Add routine parameter headers not valid for "function" 
- bug #3575799 [search] Various search operators not working as expected
- bug #3576322 [search] Invalid select query generated for tables with ENUM fields
- bug #3577468 [display] Incorrect imagejpeg Syntax Breaks Image Transformation
- bug #3578776 [search] Editing SQL not possible when no records found
- bug #3571970 [interface] Display chart and number of rows to plot
- bug #3582631 [core] Wrong redirect url caused cookies error with ForceSSL
Comment 1 Tomáš Mózes 2012-12-13 11:19:16 UTC
I tried to rename phpmyadmin-3.5.3.ebuild to phpmyadmin-3.5.4.ebuild and it works fine.

You need to take care about libraries/.htaccess under Apache 2.4 - either install mod_access_compat or fix it withing Apache configuration. For example (Apache 2.4 + php-fpm):

<Directory /var/www/localhost/htdocs/phpmyadmin/libraries>
  Require all denied
</Directory>

ProxyPass /phpmyadmin/libraries !
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/localhost/htdocs/$1
Comment 2 Mike Magowan 2012-12-22 21:27:39 UTC
Any word on this version bump? (or to 3.5.5?)  3.5.3 has serious breakage in the search functionality:

http://sourceforge.net/tracker/index.php?func=detail&aid=3575799&group_id=23067&atid=377408

Thanks.
Comment 3 Tomáš Mózes 2013-01-11 07:48:12 UTC
3.5.5.0 (2012-12-21)
- bug #3563824 [export] Support Apache's mod_deflate
- bug #3585523 [interface] Inline query editing broken after row update
- bug #3586389 [setup] Cannot switch language in /setup
- bug #3585695 [CSS] Font size in inline query editor is way too big
- bug #3588354 [l10n] Portuguese Language not displaying correctly
- bug #3591412 [status] Live charts don't work for non-default server
- bug [core] Proxy ajax calls to pma.net to avoid browser notices
- bug #3593534 [tracking] Structure Snapshot on tracked view renders invalid
SQL
- bug #3544366 [events] Event comments not saved
Comment 4 Tomáš Mózes 2013-02-04 09:39:51 UTC
3.5.6.0 (2013-01-28)
- bug #3593604 [status] Erroneous advisor rule
- bug #3596070 [status] localStorage broken in server status monitor
- bug #3598736 [routines] Editing a procedure with special characters
- bug #3600322 [core] Visualize GIS data throws Fatal Error
- bug #3599362 [core] Double-escaped error message
- bug #3776 [cookies] Login without auth on second server
Comment 5 Tomáš Mózes 2013-02-19 16:48:29 UTC
3.5.7.0 (2013-02-15)
- bug #3779 [core] Problem with backslash in enum fields
- bug #3816 Missing server_processlist.php
- bug #3821 Safari: white page
- Correct detection of the Chrome browser
Comment 6 Anthony Basile gentoo-dev 2013-02-19 18:30:28 UTC
Not my package, so this is just a random act of kindness.  Please test!

  19 Feb 2013; Anthony G. Basile <blueness@gentoo.org> +phpmyadmin-3.5.7.ebuild:
  Version bump, bug #444948
Comment 7 Tomáš Mózes 2013-02-20 10:39:25 UTC
Thanks Anthony, it seems to work :)
Comment 8 Pacho Ramos gentoo-dev 2013-03-03 16:42:03 UTC
(In reply to comment #6)
> Not my package, so this is just a random act of kindness.  Please test!
> 
>   19 Feb 2013; Anthony G. Basile <blueness@gentoo.org>
> +phpmyadmin-3.5.7.ebuild:
>   Version bump, bug #444948