Commit graph

9 commits

Author SHA1 Message Date
Martin Wilke
784cf42941 Changes:
* 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)
2008-01-21 10:58:20 +00:00
Pav Lucistnik
14dd14b714 - Fix syntax error in pkg-message's Apache configuration example
PR:		ports/98045
Submitted by:	Brian Gourlie <bgourlie@gmail.com>
Approved by:	maintainer
2006-05-28 15:02:02 +00:00
Cheng-Lung Sung
f4895cc9b0 - A trivial error pointed out to me by Gerard Seibert -- it's
config.default.php not config.defaults.php, and the file is in the
  libraries sub-directory

PR:		ports/97334
Submitted by:	maintainer (Matthew Seaman)
2006-05-16 06:43:23 +00:00
Cheng-Lung Sung
6965e56ee6 - update to 2.8.0.4
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)
2006-05-13 17:00:25 +00:00
Sergey Matveychuk
c99def19e5 - Update to 2.8.0.1
PR:		ports/94145
Submitted by:	maintainer
2006-03-16 06:24:05 +00:00
Renato Botelho
00af0d6d3e - Update to 2.7.0
PR:		ports/89962
Submitted by:	maintainer
2005-12-05 11:37:27 +00:00
Thierry Thomas
8603006888 - Update to phpmyadmin-2.6.1.pl3 which corrects some pugs introduced
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)
2005-03-06 10:48:47 +00:00
Thierry Thomas
43dd92f5fe - Update to version 2.5.6
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)
2004-03-27 08:37:14 +00:00
Neil Blakey-Milner
f0068bad36 Add files I missed in my previous commit. 2003-11-21 19:44:24 +00:00