diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-03-29 16:55:12 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-03-29 16:55:12 +0000 |
commit | efc6a75775512d6f28ebb41c5eb9417fe5d7e43d (patch) | |
tree | 609589d147576554c26c34a1bbaac30e1f43709d /databases | |
parent | Maintainer's email address bounces. (diff) |
Security Update to 4.7.0
As well as being the first stable release from the 4.7 branch, this
includes fixes for PMASA-2017-8 where it can be possible to bypass a
configuration restriction forbidding password-less accounts. This
depends on the upstream PHP version -- sites using php-7 are not
vulnerable, sites using php-5.6 are.
ChangeLog: https://www.phpmyadmin.net/files/4.7.0/
MFH: 2017Q1
Security: 68611303-149e-11e7-b9bb-6805ca0b3d42
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phpmyadmin/Makefile | 7 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 0984e7f79eab..400a17485651 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.6 +DISTVERSION= 4.7.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -67,8 +67,9 @@ post-patch: ${FIND} . ! -type d ! -name ${CFG_FILE}.sample ! -name '*.bak' | \ ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \ ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ - ${ECHO} "@dir(,,)$${emptydir}" >>${PLIST} ; \ + for emptydir in $$( ${FIND} . -type d -empty -print | \ + ${SED} -e "s,^\.,%%WWWDIR%%," ) ; do \ + ${ECHO} "@dir $${emptydir}" >>${PLIST} ; \ done ; \ do-install: diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index cdc8c76a53cf..c3a544d43628 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485244457 -SHA256 (phpMyAdmin-4.6.6-all-languages.tar.xz) = b7b9e0f88ca740fcba249e7e3e7d51d1923b038b7742cde72de193a2b0a2654f -SIZE (phpMyAdmin-4.6.6-all-languages.tar.xz) = 6147904 +TIMESTAMP = 1490802948 +SHA256 (phpMyAdmin-4.7.0-all-languages.tar.xz) = 6378d1f45f5356fda2d18a923c56a495e03bc1e7694e7b7c004dd688d2178f90 +SIZE (phpMyAdmin-4.7.0-all-languages.tar.xz) = 7600296 |