aboutsummaryrefslogtreecommitdiff
path: root/databases/phpmyadmin211
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to version 2.9.0.2 (fix problems in setup.php introduced in 2.9.0.1).Alejandro Pulver2006-10-042-4/+4
| | | | | | | | PR: ports/103958 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=174423
* - Update to 2.9.0.1Marcus Alves Grando2006-10-012-4/+4
| | | | | | | | | PR: 103869 Submitted by: maintainer Security: http://secunia.com/advisories/22126/ Notes: svn path=/head/; revision=174261
* - Update to 2.9.0Rong-En Fan2006-09-203-9/+6
| | | | | | | | PR: ports/103439 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=173484
* Update two patchlevels at once. This is all fairly routine bugfixIon-Mihai Tetcu2006-08-312-5/+4
| | | | | | | | | | | | | | | | | | stuff. Announce messages: 2.8.2.3: This one contains two fixes: - cookie login on IIS with IE6 - switching from scripts/setup.php to the main script in case of register_globals enabled 2.8.2.4: Sorry for 2.8.2.3 which broke the setup script. Now fixed in 2.8.2.4. Changelog: https://sourceforge.net/project/shownotes.php?release_id=441457 PR: ports/102403 Submitted by: Matthew Seaman (maintainer) Notes: svn path=/head/; revision=171741
* - distfile has been re-rolled.Cheng-Lung Sung2006-08-162-3/+4
| | | | | | | | | Noted by: krisbot PR: ports/102150 Submitted by: maintainer (Matthew Seaman) Notes: svn path=/head/; revision=170807
* - Update to version 2.8.2.2Cheng-Lung Sung2006-08-152-7/+7
| | | | | | | | | | | | - bugfix - http://sourceforge.net/tracker/index.php?func=detail&aid=1536112&group_id=23067&atid=377408 - Respect DESTDIR PR: ports/102027 Submitted by: maintainer (Matthew Seaman) Notes: svn path=/head/; revision=170648
* - Update to 2.8.2.1Rong-En Fan2006-08-042-6/+6
| | | | | | | | PR: ports/101315 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=169613
* - Update to 2.8.2 which fixes several vulnerabilitiesMartin Wilke2006-07-032-4/+4
| | | | | | | | | | PR: ports/99682 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Approved by: markus (co-mentor) Security: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2006-4 Notes: svn path=/head/; revision=166833
* - 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
* - Update to 2.8.1Marcus Alves Grando2006-05-212-4/+4
| | | | | | | | | PR: 97537 Submitted by: maintainer Security: http://www.vuxml.org/freebsd/2ecd02e2-e864-11da-b9f4-00123ffe8333.html Notes: svn path=/head/; revision=162915
* - 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-133-5/+19
| | | | | | | | | | | | | | | | | | | | | | 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.3Marcus Alves Grando2006-04-062-4/+4
| | | | | | | | | PR: 95411 Submitted by: maintainer Security: VuXML fba75b43-c588-11da-9110-00123ffe8333 Notes: svn path=/head/; revision=158974
* - Fix OPTIONSFILE includeMarcus Alves Grando2006-03-211-0/+1
| | | | | | | | PR: 94749 Submitted by: maintainer Notes: svn path=/head/; revision=157881
* - Update to 2.8.0.2Marcus Alves Grando2006-03-182-6/+4
| | | | | | | | | | Changelog https://sourceforge.net/project/shownotes.php?release_id=402223 PR: 94611 Submitted by: maintainer Notes: svn path=/head/; revision=157517
* - Update to 2.8.0.1Sergey Matveychuk2006-03-164-26/+42
| | | | | | | | PR: ports/94145 Submitted by: maintainer Notes: svn path=/head/; revision=157375
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* [maintainer] databases/phpmyadminEdwin Groothuis2005-12-272-5/+5
| | | | | | | | | | | | | | | | | | | | | Update to 2.7.0-pl2 Release notes are at: http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0 This is a bug-fix release -- particularly it fixes: * libraries/display_create_table.lib.php: bug #1376314, detection of privileges to create a table (fix for MySQL 4.0.x case) Plus updates to Japanese, Danish and Hungarian localization. PR: ports/90982 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=152232
* Add missing dependency on PHP session module.Bill Fenner2005-12-151-1/+1
| | | | | | | | Submitted by: Matthew Seaman (MAINTAINER) PR: ports/90417 Notes: svn path=/head/; revision=151220
* - Delete unused variablesYen-Ming Lee2005-12-111-4/+0
| | | | | | | | PR: 90248 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=150929
* Update to 2.7.0-pl1Marcus Alves Grando2005-12-072-6/+6
| | | | | | | | | | | PR: 90085 Submitted by: maintainer Security: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-9 http://www.hardened-php.net/advisory_252005.110.html http://secunia.com/advisories/17925/ Notes: svn path=/head/; revision=150626
* - Update to 2.7.0Renato Botelho2005-12-054-19/+40
| | | | | | | | PR: ports/89962 Submitted by: maintainer Notes: svn path=/head/; revision=150459
* Update to 2.6.4-pl4Marcus Alves Grando2005-11-162-4/+5
| | | | | | | | | | PR: 89119 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Security: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-6 http://secunia.com/advisories/17578/ Notes: svn path=/head/; revision=148461
* - Update to 2.6.4.pl3 (security fix)Renato Botelho2005-10-242-4/+4
| | | | | | | | | | | | | | Security alert: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-5 Download details: http://www.phpmyadmin.net PR: ports/87922 Submitted by: maintainer Notes: svn path=/head/; revision=146268
* Upgrade to 2.6.4-pl2Edwin Groothuis2005-10-142-6/+4
| | | | | | | | PR: 87431, 87430 Submitted by: Dennis Cabooter <dennis@rootxs.org>, Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=145353
* Mark as FORBIDDENMarcus Alves Grando2005-10-121-0/+2
| | | | | | | Security: http://www.vuxml.org/freebsd/9b7053fd-3ab5-11da-9484-00123ffe8333.html Notes: svn path=/head/; revision=145054
* - Update to 2.6.4 pl1Pav Lucistnik2005-09-182-5/+5
| | | | | | | | PR: ports/86301 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=143102
* - Update to 2.6.4Pav Lucistnik2005-09-132-6/+8
| | | | | | | | PR: ports/86085 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=142624
* - Update to 2.6.4-rc1Renato Botelho2005-08-312-5/+5
| | | | | | | | PR: ports/85442 Submitted by: maintainer Notes: svn path=/head/; revision=141594
* - Update to 2.6.3-pl1Pav Lucistnik2005-07-073-25/+16
| | | | | | | | PR: ports/83083 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=138651
* - Update to 2.6.2-pl1Pav Lucistnik2005-05-272-5/+5
| | | | | | | | PR: ports/81561 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=136292
* Upgrade to 2.6.2Roman Bogorodskiy2005-04-182-4/+4
| | | | | | | | PR: 80076 Submitted by: Matthew Seaman (maintainer) Notes: svn path=/head/; revision=133604
* - Update to 2.6.2-rc1Pav Lucistnik2005-04-092-5/+5
| | | | | | | | PR: ports/79558 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=132836
* - Update to phpmyadmin-2.6.1.pl3 which corrects some pugs introducedThierry Thomas2005-03-065-27/+22
| | | | | | | | | | | | | | | | | | | 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 2.6.1.2Pav Lucistnik2005-02-252-3/+5
| | | | | | | | PR: ports/78061 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=129794
* - Update to 2.6.1Pav Lucistnik2005-01-252-3/+3
| | | | | | | | PR: ports/76675 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=127330
* - Update to 2.6.1-rc2Sergey Matveychuk2005-01-102-3/+3
| | | | | | | | PR: ports/76049 Submitted by: maintainer Notes: svn path=/head/; revision=126092
* Update to phpMyAdmin-2.6.1-rc1 to solve command execution and fileSimon L. B. Nielsen2004-12-192-4/+3
| | | | | | | | | | | | | disclosure vulnerabilities. PR: ports/75158 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) VuXML: http://vuxml.FreeBSD.org/0ff0e9a6-4ee0-11d9-a9e7-0001020eed82.html http://vuxml.FreeBSD.org/9f0a405e-4edd-11d9-a9e7-0001020eed82.html Approved by: nectar Notes: svn path=/head/; revision=124484
* Update port to phpMyAdmin-2.6.0-pl3 to fixJosef El-Rayes2004-11-203-3/+4
| | | | | | | | | | | | vulnerability documented as: http://www.vuxml.org/freebsd/6a33477e-3a9c-11d9-84ad-000c6e8f12ef.html Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: ports/74111 With hat: secteam Notes: svn path=/head/; revision=121995
* Upgrade to phpMyAdmin 2.6.0-pl2 in order to close a remote commandSimon L. B. Nielsen2004-10-232-4/+4
| | | | | | | | | | | | execution vulnerability. PR: ports/72954 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Fixes VuXML: http://vuxml.FreeBSD.org/fc07c9ca-22ce-11d9-814e-0001020eed82.html Approved by: edwin Notes: svn path=/head/; revision=120022
* Fix build of databases/phpmyadminEdwin Groothuis2004-10-131-1/+10
| | | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Reviewed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=119183
* [ Maintainer Update ] databases/phpmyadmin to 2.6.0Edwin Groothuis2004-10-123-20/+57
| | | | | | | | | | | | - Update to phpMyAdmin 2.6.0 - Add OPTIONS support (From 71100) - Add MySQLi support PR: ports/72143 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=118727
* - Cope with recent php changesPav Lucistnik2004-07-241-2/+4
| | | | | | | | PR: ports/69336 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=114582
* - Update to 2.5.7-pl1, which closes security vulnerability allowing remotePav Lucistnik2004-07-012-3/+4
| | | | | | | | | | user to inject php code PR: ports/68557 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=112712
* - Update to 2.5.7Pav Lucistnik2004-06-092-5/+4
| | | | | | | | PR: ports/67767 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=111177
* - moves the default installation directory to /usr/local/www/phpMyAdminThierry Thomas2004-05-206-331/+231
| | | | | | | | | | | | | | | | | 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
* - Update to version 2.5.6Thierry Thomas2004-03-277-355/+246
| | | | | | | | | | | | | | | | | | | | | | 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
* Drop maintainership.Neil Blakey-Milner2004-03-221-1/+1
| | | | Notes: svn path=/head/; revision=104908
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-03-111-0/+2
| | | | | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed. Notes: svn path=/head/; revision=103676
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toAlex Dupre2004-02-091-6/+2
| | | | | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100488