diff options
author | simon <simon@FreeBSD.org> | 2004-12-19 20:43:25 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-12-19 20:43:25 +0800 |
commit | c4f77faf9e30e5641c849230a47f5435eeb303a4 (patch) | |
tree | 23712804e0bc2c7769539b92199c5f9f88769e71 /databases/phpmyadmin211/Makefile | |
parent | bafedf4e1a5fb3fd278cc546e5fc7b3dace9fa47 (diff) | |
download | freebsd-ports-gnome-c4f77faf9e30e5641c849230a47f5435eeb303a4.tar.gz freebsd-ports-gnome-c4f77faf9e30e5641c849230a47f5435eeb303a4.tar.zst freebsd-ports-gnome-c4f77faf9e30e5641c849230a47f5435eeb303a4.zip |
Update to phpMyAdmin-2.6.1-rc1 to solve command execution and file
disclosure vulnerabilities.
PR: ports/75158
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
VuXML: http://vuxml.FreeBSD.org/0ff0e9a6-4ee0-11d9-a9e7-0001020eed82.html
http://vuxml.FreeBSD.org/9f0a405e-4edd-11d9-a9e7-0001020eed82.html
Approved by: nectar
Diffstat (limited to 'databases/phpmyadmin211/Makefile')
-rw-r--r-- | databases/phpmyadmin211/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile index b0588fc4a7a6..cc1877b7b203 100644 --- a/databases/phpmyadmin211/Makefile +++ b/databases/phpmyadmin211/Makefile @@ -6,11 +6,10 @@ # PORTNAME= phpMyAdmin -PORTVERSION= 2.6.0.3 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-pl\1/} +DISTVERSION= 2.6.1-rc1 MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to manage MySQL over the web |