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
This commit is contained in:
Thierry Thomas
2007-03-07 21:34:20 +00:00
parent 818d50f480
commit cd0678d11e
4 changed files with 22 additions and 10 deletions

View File

@@ -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} | \

View File

@@ -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