Browse Source

php5: update to 5.6.10

This fixes the following CVEs:
 - in PCRE: CVE-2015-2325, CVE-2015-2326
 - in sqlite3: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold 9 years ago
parent
commit
1ff278f98c
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.6.9
11
+PKG_VERSION:=5.6.10
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:=561f37377833772ace776143c5687884
21
+PKG_MD5SUM:=83b17e0cdc72a3a486f5e6342e76c45e
22 22
 
23 23
 PKG_FIXUP:=libtool autoreconf
24 24
 PKG_BUILD_PARALLEL:=1