diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 14:38:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 14:38:52 +0100 |
commit | 4b44c9db6d66aae84c0c24278878180373189a37 (patch) | |
tree | 8727adde9be0eef60238d2d21457828f763a75cb /package/php/Makefile | |
parent | 25f8e4c49f42c61bab6eb5241b00b7fe199b0fae (diff) |
security update
Diffstat (limited to 'package/php/Makefile')
-rw-r--r-- | package/php/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index 528f5bb11..0972517d5 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.5.6 +PKG_VERSION:= 5.5.10 PKG_RELEASE:= 1 -PKG_MD5SUM:= 82968eac50c523ecf7a05855cb5c3d0a +PKG_MD5SUM:= e760656f7cf2f05158f73da75e8b720b PKG_DESCR:= PHP language interpreter PKG_SECTION:= lang PKG_DEPENDS:= libpthread librt libgcc @@ -130,7 +130,6 @@ PKG_CONFIGURE_OPTS+= --with-gd=shared,"$(STAGING_TARGET_DIR)/usr" \ --with-png-dir="$(STAGING_TARGET_DIR)/usr" \ --with-jpeg-dir="$(STAGING_TARGET_DIR)/usr" \ --without-freetype-dir \ - --without-xpm-dir \ --without-ttf \ --without-t1lib \ --enable-gd-native-ttf \ |