diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-17 10:44:14 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-17 10:44:14 +0800 |
commit | 058c9066996cbdd09d4586eb95a205ad9cbb3249 (patch) | |
tree | e68c5e22f131b6a1eeb8c77d22ca0c294ca62b1e /databases/phpmyadmin | |
parent | a4c6f0042edd62f27d9f968c948f8fe351ebb171 (diff) | |
download | freebsd-ports-gnome-058c9066996cbdd09d4586eb95a205ad9cbb3249.tar.gz freebsd-ports-gnome-058c9066996cbdd09d4586eb95a205ad9cbb3249.tar.zst freebsd-ports-gnome-058c9066996cbdd09d4586eb95a205ad9cbb3249.zip |
- 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
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r-- | databases/phpmyadmin/Makefile | 4 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index e31e296b6b6a..ef0030db7f0a 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/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 diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index a9cd74d6f74d..a1dd2d5a0181 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -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 |