summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Thomsen <bth@kamstrup.dk>2014-09-26 10:40:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-10-14 11:12:39 +0200
commitd8a55123c8f0d63f6e12a965244e4e25210f5133 (patch)
tree4dfe31abbc297d35e320f5f39e31f4a72afc9c13
parent974f2aa064fc302be9cd5250a761d16b3993ceb0 (diff)
downloadptxdist-d8a55123c8f0d63f6e12a965244e4e25210f5133.tar.gz
ptxdist-d8a55123c8f0d63f6e12a965244e4e25210f5133.tar.xz
php5: version bump 5.4.30 -> 5.4.33
Multiple bugs were fixed including security vulnerabilities CVE-2014-3597, CVE-2014-3538, CVE-2014-3587, CVE-2014-2497, CVE-2014-5120, CVE-2014-4698 and CVE-2014-4670. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/php5.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/php5.make b/rules/php5.make
index 3657bc46e..1bf97df18 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5
#
# Paths and names
#
-PHP5_VERSION := 5.4.30
-PHP5_MD5 := a8a27fdc1d9e1020c9f8922b608326de
+PHP5_VERSION := 5.4.33
+PHP5_MD5 := c6878bb1cdb46bfc1e1a5cd67a024737
PHP5 := php-$(PHP5_VERSION)
PHP5_SUFFIX := tar.bz2
PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX)