Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/phpmyadmin/Makefile

[BACK] Up to [FreeBSD] / ports / databases / phpmyadmin

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Feb 9 17:09:49 2012 UTC (38 hours, 52 minutes ago) by matthew
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +1 -1 lines
Update maintainer address to matthew@FreeBSD.org

Approved by:	shaun (mentor)

Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Dec 23 07:20:06 2011 UTC (7 weeks, 1 day ago) by dougb
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +1 -1 lines
This is the formal release of the fix for these securty
vulnerabilities. However the code is identical to the quick-reaction
patches in 3.4.9-rc1 other than updating the version number.

Security advisories have now been published:

http://www.phpmyadmin.net/home_page/security/PMASA-2011-19.php
http://www.phpmyadmin.net/home_page/security/PMASA-2011-20.php

CVE Numbers:

CVE-2011-4782
CVE-2011-4780

http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.9%2FphpMyAdmin-3.4.9-notes.html/view

PR:		ports/163528
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Dec 16 01:43:54 2011 UTC (8 weeks, 1 day ago) by dougb
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2 lines
"Welcome to the first release candidate for phpMyAdmin 3.4.9, a bugfix
release with minor security corrections.

Please refer to the upcoming PMASA-2011-19 and PMASA-2011-20
announcements on http://www.phpmyadmin.net/home_page/security.

Details will appear on http://phpmyadmin.net. In a hurry? you can visit
http://sourceforge.net/projects/phpmyadmin to download.

Marc Delisle, for the team"

ChangeLog:

3.4.9.0 (not yet released)
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown
- bug #3442004 [interface] DB suggestion not correct for user with underscore
- bug #3438420 [core] Magic quotes removed in PHP 5.4
- bug #3398788 [session] No feedback when result is empty (signon auth_type)
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB
- bug #3306875 [edit] Can't rename a database that contains views
- bug #3452506 [edit] Unable to move tables with triggers
- bug #3449659 [navi] Fast filter broken with table tree
- bug #3448485 [GUI] Firefox favicon frameset regression
- [core] Better compatibility with mysql extension
- [security] Self-XSS on export options (export server/database/table), see PMASA-2011-20
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19

http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.9-rc1/phpMyAdmin-3.4.9-rc1-notes.html/download

For the port:

Switch to using lzma compressed tarballs, for a saving of about 1MB
per download.

PR:		ports/163290
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Dec 1 21:03:31 2011 UTC (2 months, 1 week ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
Update to version 3.4.8

This is the formal release of the fix to CVE-2011-4634, but there are
no code differences from the preliminary fixes released in 3.4.8-rc1
except for the updated version number.

PMSA-2011-18 has now been published; vuxml entry attached.

PR:		ports/163001
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Feature safe:	yes

Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat Nov 26 09:14:38 2011 UTC (2 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
Security and bugfix update to 3.4.8-rc1

Announcement:

"Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix
release with minor security corrections.

Please refer to the upcoming PMASA-2011-18 announcement on
http://www.phpmyadmin.net/home_page/security.

Marc Delisle, for the team"

Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix
release with minor security corrections.

3.4.8.0 (not yet released)
- bug #3425230 [interface] enum data split at space char (more space to
  edit)
- bug #3426840 [interface] ENUM/SET editor can't handle commas in values
- bug #3427256 [interface] no links to browse/empty views and tables
- bug #3430377 [interface] Deleted search results remain visible
- bug #3428627 [import] ODS import ignores memory limits
- bug #3426836 [interface] Visual column separation
- bug #3428065 [parser] TRUE not recognized by parser
+ patch #3433770 [config] Make location of php-gettext configurable
- patch #3430291 [import] Handle conflicts in some open_basedir situations
- bug #3431427 [display] Dropdown results - setting NULL does not work
- patch #3428764 [edit] Inline edit on multi-server configuration
- patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
- [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the
  view name in main panel db Structure page
- bug #3439292 [core] Fail to synchronize column with name of keyword
- bug #3425156 [interface] Add column after drop
- [interface] Avoid showing the password in phpinfo()'s output
- bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
- bug #3407235 [interface] Entering the key through a lookup window does not
  reset NULL
- [security] Self-XSS on database names (Synchronize), see PMASA-2011-18
- [security] Self-XSS on database names (Operations/rename), see PMASA-2011-18
- [security] Self-XSS on column type (Create index), see PMASA-2011-18
- [security] Self-XSS on column type (table Search), see PMASA-2011-18
- [security] Self-XSS on invalid query (table overview), see PMASA-2011-18

PR:		ports/162873
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Feature safe:	yes

Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Nov 11 00:43:08 2011 UTC (3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +1 -1 lines
Security update to version 3.4.7.1

Please refer to the upcoming PMASA-2011-17 announcement on
http://www.phpmyadmin.net/home_page/security.

3.4.7.1 (2011-11-10)
- [security] Fixed possible local file inclusion in XML import
(CVE-2011-4107).

http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.7.1%2FphpMyAdmin-3.4.7.1-notes.html/view

PR:		ports/162442
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Feature safe:	yes

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Oct 24 22:36:19 2011 UTC (3 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -1 lines
Routine bugfix upgrade to version 3.4.7

ChangeLog:

http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.7%2FphpMyAdmin-3.4.7.html/view

Welcome to phpMyAdmin 3.4.7, a bugfix release.

3.4.7.0 (2011-10-23)
- bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false
- bug #3418849 [interface] Inline edit shows dropdowns even after closing
- bug [view] View renaming did not work
- bug [navi] Wrong icon for view (MySQL 5.5)
- bug #3420229 [doc] Missing documentation section
- bug #3423725 [pdf] Broken PDF file when exporting database to PDF
- [core] Allow to set language in URL
- bug #3425184 [doc] Fix links to PHP documentation
- bug #3426031 [export] Export to bzip2 is not working

PR:		ports/161937
Submitted by:	maintainer

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Oct 17 04:35:00 2011 UTC (3 months, 3 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Oct 17 03:39:14 2011 UTC (3 months, 3 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +1 -1 lines
Routine update to 3.4.6 release version. Note: despite the discussion
of security fixes in the announcement message and changelog, all of
the fixes were already applied in the previous port update (to
3.4.6-rc1). In fact, diff'ing the distfile tarballs between 3.4.6-rc1
and 3.4.6 shows that the only change is to update the version number.

Announcement message:

"Welcome to phpMyAdmin 3.4.6, a bugfix and minor security release.

Please refer to the upcoming PMASA-2011-15 and -16 announcements on
http://www.phpmyadmin.net/home_page/security.

Details will appear on http://phpmyadmin.net.

Marc Delisle, for the team"

ChangeLog:

http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.6/phpMyAdmin-3.4.6.html/download

The advisories PMASA-15 and PMASA-16 still have not yet been published.

PR:		ports/161709
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri Oct 7 00:45:24 2011 UTC (4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +1 -1 lines
Bugfix and Security update to 3.4.6.r1

From the announce message:

"Welcome to the first release candidate of phpMyAdmin 3.4.6, a bugfix
release containing also fixes for minor security problems.

Details will appear on http://phpmyadmin.net. In a hurry? you can visit
http://sourceforge.net/projects/phpmyadmin to download.

Marc Delisle, for the team"

Security Advisories:

PMASA-2011-15
PMASA-2011-16

(These are not published yet...)

ChangeLog:

(http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.6-rc1%2FphpMyAdmin-3.4.6-rc1.html/view)

Welcome to the first release candidate for phpMyAdmin 3.4.6, a bugfix release containing also fixes for minor security problems.

3.4.6.0 (not yet released)
- patch #3404173 InnoDB comment display with tooltips/aliases
- bug #3404886 [navi] Edit SQL statement after error
- bug #3403165 [interface] Collation not displayed for long enum fields
- bug #3399951 [export] Config for export compression not used
- bug #3400690 [privileges] DB-specific privileges won't submit
- bug #3410604 [config] Configuration storage incorrect suggested table name
- bug #3383572 [interface] Cannot execute saved query
- bug #3411535 [display] Full text button unchecks results display options
- bug #3411224 [display] Broken binary column when 'Show binary contents' is not set
- bug #3411633 [core] Call to undefined function PMA_isSuperuser()
- bug #3413743 [interface] Display options link missing after search
- bug #3324161 [core] CSP policy causing designer JS buttons to fail
- bug #3412862 [relation] Relations/constraints are dropped/created on every change
- bug #3390832 [display] Delete records from last page breaks search
- bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken
- bug #3414744 [core] External link fails in 3.4.5
- patch #3314626 [display] CharTextareaRows is not respected
- bug #3417089 [synchronize] Extraneous db choices
- [security] Fixed local path disclosure vulnerability, see PMASA-2011-15
- [security] Fixed XSS in setup (host/verbose parameter), see PMASA-2011-16

PR:		ports/161337
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> [maintainer]

Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Sep 14 23:26:28 2011 UTC (4 months, 3 weeks ago) by delphij
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
Document phpMyAdmin multiple XSS vulnerability.

Update phpMyAdminn to 3.4.5 release. [1]

PR:		ports/160589 [1]
Submitted by:	maitainer [1]

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Aug 24 21:04:45 2011 UTC (5 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +1 -1 lines
Security and bug-fix update to version 3.4.4

From the announce message:

Welcome to phpMyAdmin 3.4.4, a bugfix and security release

Please refer to the upcoming PMASA-2011-13 announcements on
http://www.phpmyadmin.net/home_page/security.

Security problem (CVE-2011-3181) is "Multiple XSS in the Tracking
feature."

ChangeLog:

http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.4/phpMyAdmin-3.4.4.html/download

PR:		ports/160156
Submitted by:	maintainer

Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue Jul 26 01:21:53 2011 UTC (6 months, 2 weeks ago) by zi
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -1 lines
Update to 3.4.3.2

PR:		ports/159143
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> [maintainer]
Approved by:	wxs (mentor)

Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Jul 13 01:23:50 2011 UTC (7 months ago) by sunpoet
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +0 -7 lines
- Remove outmoded message

PR:		ports/158844
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>

Revision 1.138: download - view: text, markup, annotated - select for diffs
Sun Jul 3 11:59:52 2011 UTC (7 months, 1 week ago) by jlaffaye
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +1 -1 lines
Update to 3.4.3.1

PR:		ports/158603
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	bapt (mentor, implicit)

Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue Jun 28 07:22:44 2011 UTC (7 months, 2 weeks ago) by culot
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +1 -1 lines
- Update to 3.4.3

PR:		ports/158356
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Jun 8 08:43:11 2011 UTC (8 months ago) by culot
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
- Update to 3.4.2

PR:		ports/157699
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.135: download - view: text, markup, annotated - select for diffs
Mon May 23 08:28:48 2011 UTC (8 months, 2 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +1 -1 lines
- Update to 3.4.1

PR:		ports/157232
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed May 18 13:28:35 2011 UTC (8 months, 3 weeks ago) by sylvio
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -1 lines
- Add spl module because when installed with php-5.2.x the phpMyAdmin require the spl module.

PR:		ports/157145
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon May 16 14:49:33 2011 UTC (8 months, 3 weeks ago) by culot
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +14 -13 lines
- Update to 3.4.0

PR:		ports/157033
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.132: download - view: text, markup, annotated - select for diffs
Sat Mar 19 19:58:15 2011 UTC (10 months, 3 weeks ago) by culot
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +7 -3 lines
- Update to 3.3.10

PR:		ports/155694
Submitted by:	Matthew Seaman <m.seaman AT infracaninophile.co.uk> (maintainer)

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Feb 11 20:44:11 2011 UTC (11 months, 4 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +1 -1 lines
Update to 3.3.9.2, a security release to fix the following:
http://www.phpmyadmin.net/home_page/security/PMASA-2011-2.php

Announcement-ID: PMASA-2011-2
Date: 2011-02-11

Summary
SQL query could be executed under another user.

Description
It was possible to create a bookmark which would be executed
unintentionally by other users.

Severity
We consider this vulnerability to be critical.

PR:		ports/154695
Submitted by:	me
Approved by:	maintainer

Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Feb 9 14:28:26 2011 UTC (12 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -1 lines
- Update to 3.3.9.1

PR:		154602
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.phpmyadmin.net/home_page/security/PMASA-2011-1.php

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Jan 4 02:17:21 2011 UTC (13 months, 1 week ago) by wen
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +1 -1 lines
- Update to 3.3.9

PR:		ports/153652
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Nov 30 02:58:43 2010 UTC (14 months, 1 week ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -1 lines
- Update to 3.3.8.1

PR:		ports/152685
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.phpmyadmin.net/home_page/security/PMASA-2010-8.php

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Oct 26 15:26:02 2010 UTC (15 months, 2 weeks ago) by sunpoet
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -1 lines
- Update to 3.3.8

Changes:
- bug #3059311 [import] BIGINT field type added to table analysis
- [core] Update library PHPExcel to version 1.7.4
- bug #3062455 [core] copy procedures and routines before tables
- bug #3062455 [export] with SQL, export procedures and routines before tables
- bug #3056023 [import] USE query not working
- bug #3038193 [display] Error when editing row with GEOMETRY column
- bug #3062454 [interface] Display routines/events also when no tables are
  defined
- support ARIA storage engine as well as its previous name MARIA

PR:		ports/151738
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	pgollucci (mentor, implicit)

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Sep 9 13:40:50 2010 UTC (17 months ago) by pav
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -1 lines
- Update to 3.3.7

PR:		ports/150374
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sun Aug 29 16:25:05 2010 UTC (17 months, 1 week ago) by sahil
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -1 lines
- Update to 3.3.6

PR:		ports/150081
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Aug 21 12:30:56 2010 UTC (17 months, 3 weeks ago) by lwhsu
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -1 lines
- Update to 3.3.5.1, this fixes for various XSS vulnerabilities

PR:		ports/149841
Submitted by:	Matthew Seaman <m.seaman AT infracaninophile.co.uk> (maintainer)
Security:	CVE-2010-3056

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Aug 2 15:01:43 2010 UTC (18 months, 1 week ago) by miwi
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +1 -1 lines
- Update to 3.3.5

PR:		148999
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Jun 30 01:38:20 2010 UTC (19 months, 1 week ago) by sylvio
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +3 -1 lines
- Update to 3.3.4

PR:		ports/148209
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Feature safe:	yes

Revision 1.121: download - view: text, markup, annotated - select for diffs
Sun May 16 09:28:51 2010 UTC (20 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -1 lines
- Update to 3.3.3

PR:		146492
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Apr 17 07:13:42 2010 UTC (21 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -2 lines
- Update to 3.3.2

PR:		145689
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.119: download - view: text, markup, annotated - select for diffs
Fri Apr 2 13:43:54 2010 UTC (22 months, 1 week ago) by pav
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -1 lines
- Make mcrypt dependency optional

PR:		ports/144983
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.118: download - view: text, markup, annotated - select for diffs
Sat Mar 20 18:56:56 2010 UTC (22 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -10 lines
- Update to 3.3.1

PR:		144789
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Mar 8 23:24:47 2010 UTC (23 months ago) by miwi
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +21 -18 lines
- Update to 3.3.0

PR:		144550
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Jan 12 01:15:17 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -1 lines
- Update to 3.2.5

PR:             ports/142572
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Changes:        http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.2.5/phpMyAdmin-3.2.5-notes.html/view

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Dec 22 11:48:41 2009 UTC (2 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +27 -74 lines
- Switch to using bsd.ports.options.mk
- 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)

Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Dec 11 15:35:07 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -1 lines
- Update to 3.2.4

PR:		141118
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Nov 2 10:54:04 2009 UTC (2 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -1 lines
- Update to 3.2.3

PR:		140123
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Oct 13 22:25:08 2009 UTC (2 years, 3 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -1 lines
- Update to 3.2.2.1

PR:		139562
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/4769914e-b844-11de-b159-0030843d3802.html

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Sep 13 18:12:53 2009 UTC (2 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
- Update to 3.2.2

PR:		138783
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Aug 27 15:04:13 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
- Remove remaining SFP references (switch these ports to SF)

Approved by:	portmgr (pav)

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Aug 13 15:06:40 2009 UTC (2 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2 lines
- Update to 3.2.1

PR:		137645
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Jun 30 19:10:53 2009 UTC (2 years, 7 months ago) by delphij
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -1 lines
Update to 3.2.0.1.

Security:	ba73f494-65a8-11de-aef5-001c2514716c

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Jun 15 21:07:45 2009 UTC (2 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
- Update to 3.2.0

PR:		135597
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat May 16 22:42:46 2009 UTC (2 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -1 lines
- Update to 3.1.5

PR:		134573
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Apr 26 23:44:34 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +5 -4 lines
- Update to 3.1.4 [1]
- Add missing dependency [2]

PR:		134001 [1]
		133960 [2]
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> [1] (maintainer)
		Mel Flynn <mel@rachie.is-a-geek.net> [2]

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Apr 15 14:45:06 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
- Update to 3.1.3.2

PR:		133729
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	portmgr (pav)
Security:	http://www.vuxml.org/freebsd/1a0e4cc6-29bf-11de-bdeb-0030843d3802.html

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Mar 25 07:44:34 2009 UTC (2 years, 10 months ago) by delphij
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
Update to 3.1.3.1 and 2.11.9.5.

Submitted by:	maintainer
Security:	06f9174f-190f-11de-b2f0-001c2514716c

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Feb 28 19:46:37 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
- Update to 3.1.3

PR:		132195
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Jan 20 22:18:15 2009 UTC (3 years ago) by pav
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
- Update to 3.1.2

PR:		ports/130750
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu Dec 11 19:47:57 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
- Update to 3.1.1

PR:		129533
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/54f72962-c7ba-11dd-a721-0030843d3802.html

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat Nov 29 20:13:08 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
- Update to 3.1.0

PR:		129257
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Nov 22 22:43:10 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -0 lines
- Use explicit mysql 5

PR:		128889
Reported by:	Till Klampaeckel <till@php.net>
Approved by:	maintainer

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Oct 31 23:59:29 2008 UTC (3 years, 3 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_6_4_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Update to 3.0.1.1.

Submitted by:	maintainer
Security:	85b0bbc8-a7a5-11dd-8283-001c2514716c

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:37:15 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -2 lines
- Update to 3.0.1

PR:		128321
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Oct 17 19:48:35 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -1 lines
- Add missing dependency

PR:		128137
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by:	maintainer

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Oct 15 14:51:53 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +7 -7 lines
- Update to 3.0.0

PR:		127880
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Sep 23 09:28:28 2008 UTC (3 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -1 lines
- Update to 2.11.9.2

PR:		127548
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/150e4548-8950-11dd-a6fe-0030843d3802.html

Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Sep 17 09:28:53 2008 UTC (3 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
- Update to 2.11.9.1

Security Update:
	A point release to close a code execution vulnerability. This bug
	allows a remote user logged in to the phpmyadmin web application to
	run arbitrary shell commands with the credentials of the web
	server.

PR:		127417
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	portmgr (pav)
Security:	http://www.vuxml.org/freebsd/74bf1594-8493-11dd-bb64-0030843d3802.html

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Aug 29 15:04:24 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
- Update to 2.11.9

PR:		126933
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Aug 2 13:56:24 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
- Update to 2.11.8.1

PR:		126044
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Jul 25 23:50:37 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
- Update to 2.11.8-rc1

PR:		125951
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Jul 18 16:37:22 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
- Update to 2.11.7.1

PR:		125650
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/35e54755-54e4-11dd-ad8b-0030843d3802.html

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Jun 28 23:45:06 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -4 lines
- Update to 2.11.7

PR:		124900
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/e285a1f4-4568-11dd-ae96-0030843d3802.html

Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu May 1 13:51:02 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -1 lines
- Update to 2.11.6

PR:		123228
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Apr 24 22:26:20 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +0 -0 lines
- Force commit to notes that's a Security update

- Update to 2.11.5.2
- Use the ${PW} variable

PR:		123004
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/6eb1dc51-1244-11dd-bab7-0016179b2dd5.html
		http://www.vuxml.org/freebsd/fe971a0f-1246-11dd-bab7-0016179b2dd5.html

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Apr 24 22:24:20 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -4 lines
- Update to 2.11.5.2
- Use the ${PW} variable

PR:		123004
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Mar 2 04:40:51 2008 UTC (3 years, 11 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -2 lines
- Update to 2.11.5, a bugfix-only version containing a security fix.

PR:		ports/121266
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2008-1

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Jan 21 10:58:19 2008 UTC (4 years ago) by miwi
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +53 -23 lines
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)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Jan 12 17:36:26 2008 UTC (4 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
- Update to 2.11.4

PR:		119599
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Dec 12 14:56:49 2007 UTC (4 years, 2 months ago) by rafan
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
- Update to 2.11.3

PR:		ports/118500
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Nov 21 19:14:12 2007 UTC (4 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
- Update to 2.11.2.2

PR:		118169
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	portmgr (erwin)
Security:	http://www.vuxml.org/freebsd/15485ae8-9848-11dc-9e48-0016179b2dd5.html

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Nov 11 16:12:24 2007 UTC (4 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
- Update to 2.11.2.1

PR:		117974
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	portmgr (erwin)
Security:	http://www.vuxml.org/freebsd/2d2dcbb4-906c-11dc-a951-0016179b2dd5.html

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Oct 30 09:24:24 2007 UTC (4 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
- Update to 2.11.2

PR:		117663
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Oct 20 18:51:30 2007 UTC (4 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
- Update to 2.11.1.2

PR:		117353
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/498a8731-7cfc-11dc-96e6-0012f06707f0.html

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Oct 16 22:12:42 2007 UTC (4 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
- Update 2.11.1.1

PR:		117232
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/51b51d4a-7c0f-11dc-9e47-0011d861d5e2.html

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Sep 23 08:33:47 2007 UTC (4 years, 4 months ago) by rafan
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
- Update to 2.11.1

PR:		ports/116490
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Aug 22 07:09:41 2007 UTC (4 years, 5 months ago) by clsung
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Routine update of phpmyadmin to version 2.11.0

>From the announce message:

    The phpMyAdmin Project is proud to announce the immediate
    availability of phpMyAdmin 2.11.0, which will probably be the last
    series supporting PHP 4.

    This version supports creating VIEWs from query results and can
    manage triggers, procedures and functions. It also supports MySQL
    5.0.37 query profiling and has an improved interface for servers
    hosting thousands of databases and tables.

    For the full announcement, see:

    http://sourceforge.net/mailarchive/message.php?msg_name=46CB572E.7020200%40cegepsherbrooke.qc.ca

    Full release notes can be found in either of these places:

    https://sourceforge.net/project/shownotes.php?release_id=533830
    http://www.phpmyadmin.net/ChangeLog.txt

PR:		ports/115707
Submitted by:	maintainer (Matthew Seaman)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:44 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3 lines
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Jul 22 00:54:38 2007 UTC (4 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- Update to 2.10.3

PR:		ports/114771
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Jun 16 11:58:34 2007 UTC (4 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -2 lines
- Update to 2.10.2

PR:		ports/113717
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat May 19 20:01:11 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Apr 24 06:54:15 2007 UTC (4 years, 9 months ago) by clsung
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- Update to version 2.10.1

This is a bugfix only release, including fixing some security bugs. No
more details than that have yet been released.

ChangeLog is at:

https://sourceforge.net/project/shownotes.php?release_id=503361

PR:		ports/112065
Submitted by:	maintainer (Matthew Seaman)

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Mar 7 21:34:20 2007 UTC (4 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +8 -2 lines
Yay! Another update. And it's only the 3rd in four days. Just for a
change, this is a security thing.

http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-3

From the announce message:

Hi,
The "Month Of PHP Bugs" reveals some PHP vulnerabilities. MOPB-02-2007
(PHP Executor Deep Recursion Stack Overflow) uses phpMyAdmin as an
example to show a recursion vulnerability in PHP, for which a
protection is provided in version 2.10.0.2.

More details will follow on phpmyadmin.net, Security section, PMASA-2007-3.

Marc Delisle, for the team.

PR:		ports/109765
Submitted by:	Matthew Seaman <m.seaman (at) infracaninophile.co.uk> (maintainer)
Security:	PMASA-2007-3

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Mar 2 07:31:19 2007 UTC (4 years, 11 months ago) by clsung
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
- fix dependencies

PR:		ports/109747
Submitted by:	maintainer (Matthew Seaman)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Mar 1 09:56:36 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
- Update to 2.10.0.1

PR:             109662
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jan 18 06:56:59 2007 UTC (5 years ago) by rafan
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -0 lines
- Add an option so users can build this package without any php dependencies.

PR:		ports/108034
Submitted by:	Henrik Brix Andersen <henrik at brixandersen.dk>
Approved by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jan 17 02:44:14 2007 UTC (5 years ago) by clsung
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
- This is the final release of version 2.9.2, which is actually unchanged
  from the preliminary 2.9.2.rc1 currently in ports. That release was a
  fast reaction to the vulnerabilities more fully documented with this
  release.

Fixes
-----
* improved support for web clusters
* deleting a user under MySQL 4.1.x
* DELIMITER in export no longer commented out
* export of query results and procedure definitions
* detection of a binary column
* problem on 64-bit systems
* granting all privileges on a wildcard name
* verification on encrypted zip files
* security fixes

ChangeLog:	http://www.phpmyadmin.net/ChangeLog.txt
PR:		ports/108014
Submitted by:	maintainer (Matthew Seaman)
Security:	http://www.securityfocus.com/archive/1/453432
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-1
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-2

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jan 10 10:47:16 2007 UTC (5 years, 1 month ago) by itetcu
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Update to 2.9.2-rc1. This update address some security problems.
According to the announce message:

The phpMyAdmin Project announces the immediate availability of the
first release candidate for phpMyAdmin 2.9.2, a bugfix-only
release containing security fixes. A security advisory will be
published on phpmyadmin.net when releasing the final 2.9.2.
(Marc Delisle)

Changelog: http://www.phpmyadmin.net/ChangeLog.txt
or https://sourceforge.net/project/shownotes.php?release_id=477232

Release notes: http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0

PR:		ports/107730
Submitted by:	Matthew Seaman (maintainer)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Nov 19 14:41:31 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
- Update to 2.9.1.1

PR:		ports/105658
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	PMASA-2006-7 to PMASA-2006-9, http://secunia.com/advisories/22969/

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Nov 10 07:05:00 2006 UTC (5 years, 3 months ago) by clsung
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
- Routine bug-fix update to version 2.9.1. From the announce message:

Fixes
-----

* XSS fix
* Wrong import when ;; is at buffer boundary
* Duplicate id for checkbox on table Operations page
* Better behavior on the Add new fields page
* Export: csv/cvs typo
* Renaming a db containing a view
* Automated timestamp values
* Import: correctly fail if file is too short
* Default font family on original theme

Detailed list of changes is available under
http://www.phpmyadmin.net/ChangeLog.txt

PR:		ports/105343
Submitted by:	maintainer (Matthew Seaman)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Nov 1 20:41:40 2006 UTC (5 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
- Update to 2.9.0.3

PR:		105045
Submitted by:	maintainer
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2006-6,
		http://secunia.com/advisories/22599/

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Oct 4 01:35:31 2006 UTC (5 years, 4 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
- Update to version 2.9.0.2 (fix problems in setup.php introduced in 2.9.0.1).

PR:		ports/103958
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Oct 1 19:55:53 2006 UTC (5 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- Update to 2.9.0.1

PR:		103869
Submitted by:	maintainer
Security:	http://secunia.com/advisories/22126/

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Sep 20 18:35:24 2006 UTC (5 years, 4 months ago) by rafan
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
- Update to 2.9.0

PR:		ports/103439
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Aug 31 18:03:12 2006 UTC (5 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -2 lines
Update two patchlevels at once.  This is all fairly routine bugfix
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)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Aug 16 15:53:14 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -0 lines
- distfile has been re-rolled.

Noted by:	krisbot
PR:		ports/102150
Submitted by:	maintainer (Matthew Seaman)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Aug 15 00:20:52 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4 lines
- Update to version 2.8.2.2
  - 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)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Aug 4 05:12:03 2006 UTC (5 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
- Update to 2.8.2.1

PR:		ports/101315
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jul 3 12:28:00 2006 UTC (5 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- Update to 2.8.2 which fixes several vulnerabilities

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

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun May 21 01:03:25 2006 UTC (5 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Update to 2.8.1

PR:		97537
Submitted by:	maintainer
Security:	http://www.vuxml.org/freebsd/2ecd02e2-e864-11da-b9f4-00123ffe8333.html

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat May 13 17:00:25 2006 UTC (5 years, 9 months ago) by clsung
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -1 lines
- 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)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Apr 6 16:41:48 2006 UTC (5 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
- Update to 2.8.0.3

PR:		95411
Submitted by:	maintainer
Security:	VuXML fba75b43-c588-11da-9110-00123ffe8333

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 21 14:32:29 2006 UTC (5 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
- Fix OPTIONSFILE include

PR:		94749
Submitted by:	maintainer

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Mar 18 03:16:33 2006 UTC (5 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -3 lines
- Update to 2.8.0.2

Changelog https://sourceforge.net/project/shownotes.php?release_id=402223

PR:		94611
Submitted by:	maintainer

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Mar 16 06:24:04 2006 UTC (5 years, 10 months ago) by sem
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
- Update to 2.8.0.1

PR:		ports/94145
Submitted by:	maintainer

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jan 22 05:52:10 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Dec 27 21:49:27 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
[maintainer] databases/phpmyadmin

	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>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Dec 15 06:21:16 2005 UTC (6 years, 1 month ago) by fenner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Add missing dependency on PHP session module.

Submitted by:	Matthew Seaman (MAINTAINER)
PR:		ports/90417

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Dec 11 23:42:44 2005 UTC (6 years, 2 months ago) by leeym
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -4 lines
- Delete unused variables

PR:		90248
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Dec 7 21:41:26 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
Update to 2.7.0-pl1

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/

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Dec 5 11:37:27 2005 UTC (6 years, 2 months ago) by garga
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4 lines
- Update to 2.7.0

PR:		ports/89962
Submitted by:	maintainer

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Nov 16 13:48:07 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Update to 2.6.4-pl4

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/

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Oct 24 16:54:38 2005 UTC (6 years, 3 months ago) by garga
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
- Update to 2.6.4.pl3 (security fix)

    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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Oct 14 09:45:51 2005 UTC (6 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -4 lines
Upgrade to 2.6.4-pl2

PR:		87431, 87430
Submitted by:	Dennis Cabooter <dennis@rootxs.org>, Matthew Seaman <m.seaman@infracaninophile.co.uk>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Oct 12 00:40:26 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -0 lines
Mark as FORBIDDEN

Security:	http://www.vuxml.org/freebsd/9b7053fd-3ab5-11da-9484-00123ffe8333.html

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Sep 18 20:51:22 2005 UTC (6 years, 4 months ago) by pav
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
- Update to 2.6.4 pl1

PR:		ports/86301
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 13 20:45:16 2005 UTC (6 years, 4 months ago) by pav
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -4 lines
- Update to 2.6.4

PR:		ports/86085
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Aug 31 15:25:04 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
- Update to 2.6.4-rc1

PR:		ports/85442
Submitted by:	maintainer

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jul 7 15:29:18 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
- Update to 2.6.3-pl1

PR:		ports/83083
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 27 19:34:32 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
- Update to 2.6.2-pl1

PR:		ports/81561
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 18 18:11:30 2005 UTC (6 years, 9 months ago) by novel
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Upgrade to 2.6.2

PR:		80076
Submitted by:	Matthew Seaman (maintainer)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 9 22:02:10 2005 UTC (6 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
- Update to 2.6.2-rc1

PR:		ports/79558
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 6 10:48:46 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +18 -23 lines
- 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)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 25 20:08:24 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1 lines
- Update to 2.6.1.2

PR:		ports/78061
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 25 20:12:33 2005 UTC (7 years ago) by pav
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Update to 2.6.1

PR:		ports/76675
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 10 22:18:35 2005 UTC (7 years, 1 month ago) by sem
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- Update to 2.6.1-rc2

PR:		ports/76049
Submitted by:	maintainer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:43:25 2004 UTC (7 years, 1 month ago) by simon
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Update to phpMyAdmin-2.6.1-rc1 to solve command execution and file
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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 20 11:22:19 2004 UTC (7 years, 2 months ago) by josef
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update port to phpMyAdmin-2.6.0-pl3 to fix
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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 23 08:50:41 2004 UTC (7 years, 3 months ago) by simon
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Upgrade to phpMyAdmin 2.6.0-pl2 in order to close a remote command
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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 13 08:54:07 2004 UTC (7 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +10 -1 lines
Fix build of databases/phpmyadmin

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reviewed by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 12 01:06:15 2004 UTC (7 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +35 -7 lines
[ Maintainer Update ] databases/phpmyadmin to 2.6.0

	- 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>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jul 24 17:39:18 2004 UTC (7 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -2 lines
- Cope with recent php changes

PR:		ports/69336
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 1 23:51:09 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
- Update to 2.5.7-pl1, which closes security vulnerability allowing remote
  user to inject php code

PR:		ports/68557
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 9 20:23:56 2004 UTC (7 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
- Update to 2.5.7

PR:		ports/67767
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 20 16:29:49 2004 UTC (7 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +90 -11 lines
- moves the default installation directory to /usr/local/www/phpMyAdmin
  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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 27 08:37:14 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -22 lines
- 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)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Mar 22 09:04:55 2004 UTC (7 years, 10 months ago) by nbm
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Drop maintainership.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 11 18:48:06 2004 UTC (7 years, 11 months ago) by eik
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 9 11:43:37 2004 UTC (8 years ago) by ale
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -6 lines
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:	nork (mentor/implicitly)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 21 18:58:11 2003 UTC (8 years, 2 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1 lines
Update phpMyAdmin to 2.5.4

PR:		58872
Submitted by:	Melvyn Sopacua <melvyn@webteckies.org>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 19 20:23:40 2003 UTC (8 years, 5 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update phpmyadmin to 2.5.2

PR:		54776
Submitted by:   Kang Liu <lazykang@hotmail.com>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 4 11:59:29 2003 UTC (8 years, 7 months ago) by nbm
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +20 -25 lines
Upgrade to 2.5.1

PR:		53405
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:58:29 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 9 14:34:39 2003 UTC (9 years, 1 month ago) by nbm
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -1 lines
1) Upgrade phpmyadmin to 2.3.2

2) Make databases/phpmyadmin operate with apache2

PR:		43706 (2)
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (2)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 4 19:18:53 2002 UTC (9 years, 6 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Upgrade to phpmyadmin 2.3.0 release candidate 4.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 23 12:24:12 2002 UTC (9 years, 10 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +29 -10 lines
Upgrade to version 2.2.4

PR:		35600
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 21 15:40:36 2001 UTC (11 years ago) by dirk
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Switch from mysql322-{client,server} to mysql323-{client,server}.

mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 19 14:51:11 2001 UTC (11 years ago) by nbm
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Change the BUILD_DEPENDS I was using for testing to RUN_DEPENDS.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 19 12:53:37 2001 UTC (11 years ago) by nbm
Branches: MAIN
Add phpMyAdmin, a set of PHP3 scripts to adminstrate MySQL over the web

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options