From c4bd59fe2ca8a284463266d078d60fb2dadb6fac Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 17 Jan 2007 02:44:14 +0000 Subject: - 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 --- databases/phpmyadmin211/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/phpmyadmin211/Makefile') diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile index e31e296b6b6a..ef0030db7f0a 100644 --- a/databases/phpmyadmin211/Makefile +++ b/databases/phpmyadmin211/Makefile @@ -6,11 +6,11 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 2.9.2.r1 +DISTVERSION= 2.9.2 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r(.)/-rc\1/}-all-languages +DISTNAME= ${PORTNAME}-${PORTVERSION}-all-languages MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to manage MySQL over the web -- cgit v1.3