Summary: | dev-db/phpmyadmin-3.5.7 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tomáš Mózes <hydrapolic> |
Component: | New packages | Assignee: | Alex Legler (RETIRED) <a3li> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | admwiggin, andrzej.pauli, mikemagowan2000, rodrigo, web-apps |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tomáš Mózes
2012-11-27 14:13:09 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 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. 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 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 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 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 Thanks Anthony, it seems to work :) (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 |