summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix instructions for the apache>=2.3 caseMatthew Seaman2013-12-251-1/+1
| | | | | | | Submitted by: starlition@tp.edu.tw Notes: svn path=/head/; revision=337404
* Update to 4.1.2Matthew Seaman2013-12-231-0/+14
| | | | | | | | | | | - Add instructions for more recent verions of Apache to pkg-message (1) Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.2/phpMyAdmin-4.1.2-notes.html/view Submitted by: poinsot.julien@gmail.com (1) Notes: svn path=/head/; revision=337306
* Drop the SUPHP option as the www/suphp port has expired.Matthew Seaman2013-12-172-62/+0
| | | | | | | | | | | | | General cleanup: pkg-install and pkg-deinstall are redundant: it's all handled by @exec and @unexec actions in pkg-plist. PR: ports/184923 Submitted by: rene Notes: svn path=/head/; revision=336725
* - stagifyMatthew Seaman2013-09-271-3/+14
| | | | | | | - move post-install actions into pkg-install Notes: svn path=/head/; revision=328496
* Add an advise to users who installs phpMyAdmin that it's better toXin LI2011-12-231-0/+8
| | | | | | | | | protect it with an additional layer. Approved by: maintainer Notes: svn path=/head/; revision=287913
* - Update to 3.3.0Martin Wilke2010-03-081-1/+1
| | | | | | | | PR: 144550 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=250737
* - Switch to using bsd.ports.options.mkMartin Wilke2009-12-221-88/+3
| | | | | | | | | | | - Use USERS and GROUPS functionality , instead of supplying pkg-install - Drop some warnings about changes that happened a long time ago now. PR: 141801 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=246448
* Changes:Martin Wilke2008-01-213-59/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* - Fix syntax error in pkg-message's Apache configuration examplePav Lucistnik2006-05-281-1/+1
| | | | | | | | | PR: ports/98045 Submitted by: Brian Gourlie <bgourlie@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=163709
* - A trivial error pointed out to me by Gerard Seibert -- it'sCheng-Lung Sung2006-05-161-2/+3
| | | | | | | | | | | config.default.php not config.defaults.php, and the file is in the libraries sub-directory PR: ports/97334 Submitted by: maintainer (Matthew Seaman) Notes: svn path=/head/; revision=162544
* - update to 2.8.0.4Cheng-Lung Sung2006-05-131-1/+10
| | | | | | | | | | | | | | | | | | | | | | Release notes are at: https://sourceforge.net/project/shownotes.php?release_id=416383&group_id=23067 i) Update to version 2.8.0.4 to patch some security holes. See CVE-2006-2031 http://secunia.com/advisories/19659 http://pridels.blogspot.com/2006/04/phpmyadmin-xss-vuln.html ii) Provide a little guidance on how to get phpMyAdmin installed with PHP5 iii) Provide a little more guidance on how to configure Apache to work with phpMyAdmin. PR: 97185 Submitted by: matainer (Matthew Seaman) Notes: svn path=/head/; revision=162250
* - Update to 2.8.0.1Sergey Matveychuk2006-03-161-0/+1
| | | | | | | | PR: ports/94145 Submitted by: maintainer Notes: svn path=/head/; revision=157375
* - Update to 2.7.0Renato Botelho2005-12-051-0/+12
| | | | | | | | PR: ports/89962 Submitted by: maintainer Notes: svn path=/head/; revision=150459
* - Update to phpmyadmin-2.6.1.pl3 which corrects some pugs introducedThierry Thomas2005-03-063-0/+136
| | | | | | | | | | | | | | | | | | | with the security patches in pl2. Announcement is at: http://sourceforge.net/mailarchive/forum.php?thread_id=6732974&forum_id=2141 Release Notes: http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0 - add OPTIONS support for the PHP MCRYPT and MBSTRING modules, both of which are can be used by recent versions of phpMyAdmin. PR: ports/78445 Submitted by: Matthew Seaman (maintainer) Notes: svn path=/head/; revision=130444
* - Update to version 2.5.6Thierry Thomas2004-03-274-94/+0
| | | | | | | | | | | | | | | | | | | | | | Release notes are at http://www.phpmyadmin.net/home_page/relnotes.php?rel=0 This release fixes the vulnerability described in: http://marc.theaimsgroup.com/?l=bugtraq&m=107582619125932&w=2 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0129 - Take maintainership - No more support for php3 PR: ports/64568 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: mat (mentor) Notes: svn path=/head/; revision=105411
* Add files I missed in my previous commit.Neil Blakey-Milner2003-11-214-0/+94
Notes: svn path=/head/; revision=94669