Multiple bugfixes including CVE-2014-1943 and CVE-2014-2270. Signed-off-by: Bruno Thomsen <[email protected]> --- rules/php5.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/php5.make b/rules/php5.make index ad3e216..e36805e 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5 # # Paths and names # -PHP5_VERSION := 5.4.24 -PHP5_MD5 := acef880cc808b85e216897ee88187ee1 +PHP5_VERSION := 5.4.26 +PHP5_MD5 := 979e17b5492ce9c65a3c37f22c7c9655 PHP5 := php-$(PHP5_VERSION) PHP5_SUFFIX := tar.bz2 PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX) -- 1.7.9.5 -- ptxdist mailing list [email protected]
