aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2017-03-30 06:03:29 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2017-03-30 06:03:29 +0000
commit86a235ab6afabee103140a4a4fa82d83882d4857 (patch)
tree1f27ba86dfbec610a445ad0b1506ef7f4bf25b93
parent2b052db5b2457d2277525e038e0ad0b2e8f2a051 (diff)
downloadports-86a235ab6afabee103140a4a4fa82d83882d4857.tar.gz
ports-86a235ab6afabee103140a4a4fa82d83882d4857.zip
MFH: r437214
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/ Security: 68611303-149e-11e7-b9bb-6805ca0b3d42 Approved by: ports-secteam (junovitch)
Notes
Notes: svn path=/branches/2017Q1/; revision=437272
-rw-r--r--databases/phpmyadmin/Makefile7
-rw-r--r--databases/phpmyadmin/distinfo6
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