diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-01-28 07:37:59 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-01-28 07:37:59 +0000 |
commit | 569198a034838f1cd0d2e2b8c4662c0df1be3a04 (patch) | |
tree | f0711ead7f342d21ca5e46b952ddbfffb2de7e32 /databases/phpmyadmin/Makefile | |
parent | 0b95084b78e07117d18a1422d7b2a59e3cf30e12 (diff) | |
download | ports-569198a034838f1cd0d2e2b8c4662c0df1be3a04.tar.gz ports-569198a034838f1cd0d2e2b8c4662c0df1be3a04.zip |
Security Update to 4.5.4
This is a combination of feature- and security- updates. The PMA
project has not yet published the relevant advisories, so there is
very little information available about what the vulnerabilities are
and what versions they affect. PMSA-2016-1 to PMSA-2016-9 are
expected to be available at https://www.phpmyadmin.net/security/
shortly.
[Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1
[Security] Unsafe generation of CSRF token, see PMASA-2016-2
[Security] Multiple XSS vulnerabilities, see PMASA-2016-3
[Security] Insecure password generation in JavaScript, see PMASA-2016-4
[Security] Unsafe comparison of CSRF token, see PMASA-2016-5
[Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6
[Security] XSS vulnerability in normalization page, see PMASA-2016-7
[Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8
[Security] XSS vulnerability in SQL editor, see PMASA-2016-9
VuXML entries to follow once the advisories are available.
ChangeLog: https://www.phpmyadmin.net/files/4.5.4/
MFH: 2016Q1
Security: https://www.phpmyadmin.net/security/PMASA-2016-1/
Security: https://www.phpmyadmin.net/security/PMASA-2016-2/
Security: https://www.phpmyadmin.net/security/PMASA-2016-3/
Security: https://www.phpmyadmin.net/security/PMASA-2016-4/
Security: https://www.phpmyadmin.net/security/PMASA-2016-5/
Security: https://www.phpmyadmin.net/security/PMASA-2016-6/
Security: https://www.phpmyadmin.net/security/PMASA-2016-7/
Security: https://www.phpmyadmin.net/security/PMASA-2016-8/
Security: https://www.phpmyadmin.net/security/PMASA-2016-9/
Notes
Notes:
svn path=/head/; revision=407397
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 f5dc44c8922c..1848d62fd804 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.3.1 +DISTVERSION= 4.5.4 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages |