summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
diff options
context:
space:
mode:
authorBruno Thomsen <bth@kamstrup.com>2015-07-17 12:03:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-30 09:29:32 +0200
commit239622724d473bce17346bec769b323f208ae691 (patch)
tree812e4ec33e3f61e9ebd1c0c1a9497eb51461917a /rules/php5.make
parentdb01d85e617a8dc4380cb67bd4054f00c1ed4704 (diff)
downloadptxdist-239622724d473bce17346bec769b323f208ae691.tar.gz
ptxdist-239622724d473bce17346bec769b323f208ae691.tar.xz
php5: version bump 5.5.26 -> 5.5.27
Several bugs were fixed in this release as well as CVE-2015-3152 (keep Nessus happy). Added SHA256 package hash in preparation for secure hash usage in ptxdist. Added myself to credit as this is my 9th upstream php5 patch in the last 15 months. Signed-off-by: Bruno Thomsen <bth@kamstrup.com> [mol: removed sha256 for now] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/php5.make')
-rw-r--r--rules/php5.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/php5.make b/rules/php5.make
index aed023710..98fc78888 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -2,6 +2,7 @@
#
# Copyright (C) 2006-2008 by Robert Schwebel
# 2009, 2012 by Marc Kleine-Budde <mkl@pengutronix.de>
+# 2015 by Bruno Thomsen <bth@kamstrup.com>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -17,8 +18,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5
#
# Paths and names
#
-PHP5_VERSION := 5.5.26
-PHP5_MD5 := a3de70d115b8580e50c433f83691cfaf
+PHP5_VERSION := 5.5.27
+PHP5_MD5 := 2efe7c087d7073bffa64e5d538f22711
PHP5 := php-$(PHP5_VERSION)
PHP5_SUFFIX := tar.xz
PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX)