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. Release Announcement: phpMyAdmin 2.9.2 - January 16, 2007 ====================================== A set of PHP-scripts to administrate MySQL over the Web. -------------------------------------------------------- Announcement ------------ The phpMyAdmin Project announces the immediate availability of phpMyAdmin 2.9.2, a bugfix-only release containing security fixes. See the Security section of phpmyadmin.net for details. phpMyAdmin is a web administration tool for MySQL databases, intended to handle a whole database server as well as a single database. Over the years, it has become the most popular Web GUI for MySQL. 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: https://sourceforge.net/project/shownotes.php?release_id=478992 or http://www.phpmyadmin.net/ChangeLog.txt Advisories: http://www.securityfocus.com/archive/1/453432 http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-1 http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-2 Note: 2.9.2.rc1 is also not vulnerable to the problems covered in these advisories. 2.9.1.1 and earlier are.
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2007-01-17 02:44:14 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: - 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 Changes Path 1.63 +2 -2 ports/databases/phpmyadmin/Makefile 1.51 +3 -3 ports/databases/phpmyadmin/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank You.