- 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
This commit is contained in:
parent
084a911c1e
commit
c4bd59fe2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182563
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpMyAdmin-2.9.2-rc1-all-languages.tar.bz2) = 86c3f72b2853fb3b50703749af8c42f7
|
||||
SHA256 (phpMyAdmin-2.9.2-rc1-all-languages.tar.bz2) = dd10b5f49c0837d7b884fc395176a3b76eef586eb84177d2adc6474b0d9e53a5
|
||||
SIZE (phpMyAdmin-2.9.2-rc1-all-languages.tar.bz2) = 2352924
|
||||
MD5 (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 8d67cab6f93da370929622d0ef96839a
|
||||
SHA256 (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 9f53c41d7334e8234654512678a1de7b41f47c9149d2352216dd82cb351269f6
|
||||
SIZE (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 2351428
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpMyAdmin-2.9.2-rc1-all-languages.tar.bz2) = 86c3f72b2853fb3b50703749af8c42f7
|
||||
SHA256 (phpMyAdmin-2.9.2-rc1-all-languages.tar.bz2) = dd10b5f49c0837d7b884fc395176a3b76eef586eb84177d2adc6474b0d9e53a5
|
||||
SIZE (phpMyAdmin-2.9.2-rc1-all-languages.tar.bz2) = 2352924
|
||||
MD5 (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 8d67cab6f93da370929622d0ef96839a
|
||||
SHA256 (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 9f53c41d7334e8234654512678a1de7b41f47c9149d2352216dd82cb351269f6
|
||||
SIZE (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 2351428
|
||||
|
Loading…
Reference in New Issue
Block a user