head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.32 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.30 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.28 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.26 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.24 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.22 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.20 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.18 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.16 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2022.04.22.19.28.59; author tm; state Exp; branches; next ; commitid kf9hA1dk13wFoeBD; desc @@ 1.1 log @phpmyadmin5: import phpmyadmin version 5.1.3 As phpMyAdmin version 4 is currently supported for security fixes only the latest stable version is imported as an extra package. phpMyAdmin 5 is compatible with PHP 7.1 and newer and MySQL/MariaDB 5.5 and newer. @ text @$NetBSD: patch-libraries_vendor__config.php,v 1.1 2018/12/10 19:27:46 tm Exp $ As recommended by phpMyAdmin developers the temp directory should not be part of the webroot. User configuration should be also stored in the "etc"-folder to update the package without configuration changes. --- libraries/vendor_config.php.orig 2022-02-11 04:16:06.000000000 +0000 +++ libraries/vendor_config.php @@@@ -24,7 +24,7 @@@@ define('AUTOLOAD_FILE', ROOT_PATH . 'ven /** * Directory where cache files are stored. */ -define('TEMP_DIR', ROOT_PATH . 'tmp' . DIRECTORY_SEPARATOR); +define('TEMP_DIR', '@@PMVARDIR@@' . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR); /** * Path to changelog file, can be gzip compressed. Useful when you want to @@@@ -48,7 +48,7 @@@@ define('SQL_DIR', ROOT_PATH . 'sql' . DI * It is not used directly in code, just a convenient * define used further in this file. */ -define('CONFIG_DIR', ROOT_PATH); +define('CONFIG_DIR', '@@PMCONFDIR@@'); /** * Filename of a configuration file. @