diff options
author | josef <josef@FreeBSD.org> | 2004-11-20 11:22:19 +0000 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-11-20 11:22:19 +0000 |
commit | 363174a7e50c18ae5c96b1c840c115c592d5f965 (patch) | |
tree | 084342fe6aea85e2757563bfb6895cf8216cf1d8 /databases/phpmyadmin211 | |
parent | e38e00c337690f9faef6794cabaf9c31896cbbed (diff) | |
download | FreeBSD-ports-363174a7e50c18ae5c96b1c840c115c592d5f965.zip FreeBSD-ports-363174a7e50c18ae5c96b1c840c115c592d5f965.tar.gz |
Update port to phpMyAdmin-2.6.0-pl3 to fix
vulnerability documented as:
http://www.vuxml.org/freebsd/6a33477e-3a9c-11d9-84ad-000c6e8f12ef.html
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: ports/74111
With hat: secteam
Diffstat (limited to 'databases/phpmyadmin211')
-rw-r--r-- | databases/phpmyadmin211/Makefile | 2 | ||||
-rw-r--r-- | databases/phpmyadmin211/distinfo | 4 | ||||
-rw-r--r-- | databases/phpmyadmin211/pkg-message | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile index c7ca666..b0588fc 100644 --- a/databases/phpmyadmin211/Makefile +++ b/databases/phpmyadmin211/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -PORTVERSION= 2.6.0.2 +PORTVERSION= 2.6.0.3 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin diff --git a/databases/phpmyadmin211/distinfo b/databases/phpmyadmin211/distinfo index e33b399..d29a193 100644 --- a/databases/phpmyadmin211/distinfo +++ b/databases/phpmyadmin211/distinfo @@ -1,2 +1,2 @@ -MD5 (phpMyAdmin-2.6.0-pl2.tar.bz2) = f9000262ce736ec21369e1be1522ea0d -SIZE (phpMyAdmin-2.6.0-pl2.tar.bz2) = 1278267 +MD5 (phpMyAdmin-2.6.0-pl3.tar.bz2) = 9580c5da497af4ff9ff3af7fa6e2793c +SIZE (phpMyAdmin-2.6.0-pl3.tar.bz2) = 1279183 diff --git a/databases/phpmyadmin211/pkg-message b/databases/phpmyadmin211/pkg-message index af3cc81..a9f3636 100644 --- a/databases/phpmyadmin211/pkg-message +++ b/databases/phpmyadmin211/pkg-message @@ -9,3 +9,4 @@ To make phpMyAdmin available through your web site, I suggest that you add the following to httpd.conf: Alias /phpmyadmin/ "%%PREFIX%%/%%MYADMDIR%%/" + |