aboutsummaryrefslogtreecommitdiff
path: root/databases/phpmyadmin211
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-03-07 21:34:20 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-03-07 21:34:20 +0000
commitcd0678d11e08cc430c794fb075179dc4c80dfb07 (patch)
treef0dc7f5120b0e9e008f124972159fff7238bbd54 /databases/phpmyadmin211
parent818d50f480c93015bee4af0e3cb28c693fe38883 (diff)
downloadports-cd0678d11e08cc430c794fb075179dc4c80dfb07.tar.gz
ports-cd0678d11e08cc430c794fb075179dc4c80dfb07.zip
Yay! Another update. And it's only the 3rd in four days. Just for a
change, this is a security thing. http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-3 From the announce message: Hi, The "Month Of PHP Bugs" reveals some PHP vulnerabilities. MOPB-02-2007 (PHP Executor Deep Recursion Stack Overflow) uses phpMyAdmin as an example to show a recursion vulnerability in PHP, for which a protection is provided in version 2.10.0.2. More details will follow on phpmyadmin.net, Security section, PMASA-2007-3. Marc Delisle, for the team. PR: ports/109765 Submitted by: Matthew Seaman <m.seaman (at) infracaninophile.co.uk> (maintainer) Security: PMASA-2007-3
Notes
Notes: svn path=/head/; revision=186852
Diffstat (limited to 'databases/phpmyadmin211')
-rw-r--r--databases/phpmyadmin211/Makefile10
-rw-r--r--databases/phpmyadmin211/distinfo6
2 files changed, 11 insertions, 5 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile
index 348725e81265..bd5708ed8ef9 100644
--- a/databases/phpmyadmin211/Makefile
+++ b/databases/phpmyadmin211/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= phpMyAdmin
-DISTVERSION= 2.10.0.1
-PORTREVISION= 1
+DISTVERSION= 2.10.0.2
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
@@ -111,7 +110,14 @@ pre-everything::
${ECHO_MSG} "databases/phpmyadmin"
${ECHO_MSG} ""
+# When creating a package, empty directories will not be generated
+# from the pkg tarball. Therefore make sure no directories are empty.
+
post-patch:
+ cd ${WRKSRC} ; \
+ for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \
+ ${TOUCH} $${emptydir}/.keep-me ; \
+ done
${CP} ${FILESDIR}/${CFGFILE}.sample ${WRKSRC}/${CFGFILE}.sample
cd ${WRKSRC} ; \
${FIND} . ! -type d ! -name ${CFGFILE}.sample | ${SORT} | \
diff --git a/databases/phpmyadmin211/distinfo b/databases/phpmyadmin211/distinfo
index 6eb8e3b38dd0..efc322c76357 100644
--- a/databases/phpmyadmin211/distinfo
+++ b/databases/phpmyadmin211/distinfo
@@ -1,3 +1,3 @@
-MD5 (phpMyAdmin-2.10.0.1-all-languages.tar.bz2) = 0f23d25a64ce0547bdfb05dee748760b
-SHA256 (phpMyAdmin-2.10.0.1-all-languages.tar.bz2) = c5628fff652947811efa91e3d8e13be02a28a9c300a30da112f86ca94ecc5c7f
-SIZE (phpMyAdmin-2.10.0.1-all-languages.tar.bz2) = 3019979
+MD5 (phpMyAdmin-2.10.0.2-all-languages.tar.bz2) = 2aa1abcdacc93a6ccdea149d8c74aa9c
+SHA256 (phpMyAdmin-2.10.0.2-all-languages.tar.bz2) = 4b9949d9a79973de663a0ff526b0a567f7d496c31a5371e4f9eeaa97c599e9a6
+SIZE (phpMyAdmin-2.10.0.2-all-languages.tar.bz2) = 3020505