Browse Source

php5: update to 5.4.36

This fixes CVE-2014-8142.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold 10 years ago
parent
commit
d543e3372a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lang/php5/Makefile

+ 2
- 2
lang/php5/Makefile View File

@@ -8,7 +8,7 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=php
11
-PKG_VERSION:=5.4.35
11
+PKG_VERSION:=5.4.36
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=LICENSE
18 18
 
19 19
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
20 20
 PKG_SOURCE_URL:=http://www.php.net/distributions/
21
-PKG_MD5SUM:=489cc8336488fb2e722ffa3c08f9c864
21
+PKG_MD5SUM:=70e223be4bb460e465b7a9d7cb5b9cac
22 22
 
23 23
 PKG_FIXUP:=libtool no-autoreconf
24 24
 PKG_BUILD_PARALLEL:=1