diff options
author | matthew <matthew@FreeBSD.org> | 2012-08-13 02:59:11 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-08-13 02:59:11 +0800 |
commit | 333f855893d1cff78c2fb5b0e337edc8af63860a (patch) | |
tree | b719d7a73cc07c20e410fd124add9e764ec88481 /databases/phpmyadmin/Makefile | |
parent | 4f55bbfc7dc40844fbe3fd0156f82eb2d3646c2f (diff) | |
download | freebsd-ports-gnome-333f855893d1cff78c2fb5b0e337edc8af63860a.tar.gz freebsd-ports-gnome-333f855893d1cff78c2fb5b0e337edc8af63860a.tar.zst freebsd-ports-gnome-333f855893d1cff78c2fb5b0e337edc8af63860a.zip |
- Security update to 3.5.2.2
- This is a fast-reaction patch: no details about the vulnerability
are available yet, other than it involves XSS.
- VuXML to follow, once the advisories are published
Diffstat (limited to 'databases/phpmyadmin/Makefile')
-rw-r--r-- | databases/phpmyadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index cc976c73b3dc..f077c4c1d5a8 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.5.2.1 +DISTVERSION= 3.5.2.2 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages |