Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835933 - dev-db/phpmyadmin-5.1.3 version bump
Summary: dev-db/phpmyadmin-5.1.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL: https://www.phpmyadmin.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-24 17:04 UTC by Kim B. Sindalsen
Modified: 2022-07-24 17:14 UTC (History)
1 user (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 Kim B. Sindalsen 2022-03-24 17:04:58 UTC
Simply renaming of ebuild seems to do the trick ;)

Reproducible: Always
Comment 1 Kim B. Sindalsen 2022-06-16 18:28:50 UTC
Simple renaming seems to be working for both 5.1.4 and 5.2.0, too

Though 5.2.0 preferably needs to also be modified to need >=PHP7.2 (and with ssl)
Comment 2 Mickaël Bucas 2022-06-26 10:38:05 UTC
After some tests, phpMyAdmin >= 5.1.2 works correctly with PHP 8.1.7, which is currently stable in Gentoo.

With phpMyAdmin 5.1.1 and PHP 8.1.7, I get lots of this kind of messages :

Deprecation Notice in ./vendor/twig/twig/src/Loader/FilesystemLoader.php#40
realpath(): Passing null to parameter #1 ($path) of type string is deprecated

Backtrace

FilesystemLoader.php#40: realpath(NULL)
Template.php#57: Twig\Loader\FilesystemLoader->__construct(string '/var/www/localhost/htdocs/mysql//templates/')
Theme.php#101: PhpMyAdmin\Template->__construct()
Theme.php#174: PhpMyAdmin\Theme->__construct()
ThemeManager.php#307: PhpMyAdmin\Theme::load(
string './themes/original',
string '/var/www/localhost/htdocs/mysql/./themes/original/',
)
ThemeManager.php#79: PhpMyAdmin\ThemeManager->loadThemes()
ThemeManager.php#121: PhpMyAdmin\ThemeManager->__construct()
ThemeManager.php#385: PhpMyAdmin\ThemeManager::getInstance()
common.inc.php#240: PhpMyAdmin\ThemeManager::initializeTheme()
index.php#15: require_once(./libraries/common.inc.php)
Comment 3 Larry the Git Cow gentoo-dev 2022-07-24 17:14:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a479b85578f8647a634bc502df7b0a79b7f25941

commit a479b85578f8647a634bc502df7b0a79b7f25941
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2022-07-24 17:14:34 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-07-24 17:14:43 +0000

    dev-db/phpmyadmin: bump to 5.2.0
    
    Closes: https://bugs.gentoo.org/835933
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-db/phpmyadmin/Manifest                |  1 +
 dev-db/phpmyadmin/phpmyadmin-5.2.0.ebuild | 61 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)