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)
This commit is contained in:
parent
3f17b5a8d4
commit
6904f4f894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181964
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpMyAdmin
|
||||
DISTVERSION= 2.9.1.1
|
||||
DISTVERSION= 2.9.2.r1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpmyadmin
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-all-languages
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r(.)/-rc\1/}-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.1.1-all-languages.tar.bz2) = 954675b5da3f33c2d53ae4b5096dbb0e
|
||||
SHA256 (phpMyAdmin-2.9.1.1-all-languages.tar.bz2) = 3615ebad4c4431295bb2aa471ddea24e8e9b2ccd2576a95730006f34553997ff
|
||||
SIZE (phpMyAdmin-2.9.1.1-all-languages.tar.bz2) = 2350018
|
||||
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
|
||||
|
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpMyAdmin
|
||||
DISTVERSION= 2.9.1.1
|
||||
DISTVERSION= 2.9.2.r1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpmyadmin
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-all-languages
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r(.)/-rc\1/}-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.1.1-all-languages.tar.bz2) = 954675b5da3f33c2d53ae4b5096dbb0e
|
||||
SHA256 (phpMyAdmin-2.9.1.1-all-languages.tar.bz2) = 3615ebad4c4431295bb2aa471ddea24e8e9b2ccd2576a95730006f34553997ff
|
||||
SIZE (phpMyAdmin-2.9.1.1-all-languages.tar.bz2) = 2350018
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user