aboutsummaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/pkg-plist-chunk
Commit message (Collapse)AuthorAgeFilesLines
* * Review port dependencies based on composer.json files included inMatthew Seaman2018-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the source - Add hash as a required dependency [1] - Move xml from optional to required - Add curl, gmp, opcache and sodium as optional dependencies: all of these default to off. sodium only works with php >= 7.2, but there is no mechanism for modifying options dependent on flavour settings at the moment. - Move mbstring from required to optional dependency: defaults to on * Sort lists of options * Remove references to the redundant 'OPTIONS_MULTI_DB_connect': this was a remnant from an earlier version of the port which allowed switching between the old 'mysql' and the current 'mysqli' modules. * Add an empty %%WWWDIR%%/tmp directory to the plist: this is referenced in the configuration defaults [2]. Make this writable by the www group. PR: 227803 Submitted by: marko.cupac@mimar.rs [1] Reported by: marko.cupac@mimar.rs [2] Notes: svn path=/head/; revision=468537
* Allow staging as a regular userAntoine Brodin2014-09-141-5/+1
| | | | Notes: svn path=/head/; revision=368221
* Security update to 4.2.4Matthew Seaman2014-06-201-3/+1
| | | | | | | | | | | | | | | | | | - while here switch plist to use @sample The advisories: PMASA-2014-2 and PMASA-2014-3, have not been published yet, so there is very little concrete information about what the security problems are. About all there is comes from the change log, where the security issues are listed as: - bug #4464 [security] XSS injection due to unescaped db/table name in navigation hiding - bug #4465 [security] XSS injection due to unescaped db/table name in recent/favorite tables ChaneLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.4/phpMyAdmin-4.2.4-notes.html/view MFH: 2014Q2 Notes: svn path=/head/; revision=358641
* Changes:Martin Wilke2008-01-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * When installed using WITH_SUPHP use a fix username/UID from /usr/ports/UIDs. There's no equivalent /usr/ports/GIDs entry because it defaults to group 'www'. * Consequently change the default username from phpmyadm to _pma and add an entry to /usr/ports/UIDs: _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin * Use the standard $WWWDIR for PLIST_SUB and SUB_LIST, instead of rolling my own equivalent. * Various internal code changes and clean-up * Bump PORTREVISION Note: the changes here mostly affect compilation with WITH_SUPHP defined. If you're not a suPHP user, then there's very little ultimately that has changed. PR: 119825 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=205961
* - moves the default installation directory to /usr/local/www/phpMyAdminThierry Thomas2004-05-201-0/+7
instead of /usr/local/www/data/phpMyAdmin - Improves handling config files, making them not world readable by default. - Generates pkg-plist dynamically - Adds a WITH_SUPHP option PR: ports/66697 Submitted by: maintainer Notes: svn path=/head/; revision=109564