mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
php: bump version
Fixes Fixes CVE-2008-5498, closes #137. Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
parent
ba68824431
commit
0d5dfaa085
@ -3,7 +3,7 @@
|
|||||||
# php
|
# php
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
PHP_VER:=5.2.8
|
PHP_VER:=5.2.9
|
||||||
PHP_SOURCE:=php-$(PHP_VER).tar.bz2
|
PHP_SOURCE:=php-$(PHP_VER).tar.bz2
|
||||||
PHP_SITE:=http://www.php.net/distributions
|
PHP_SITE:=http://www.php.net/distributions
|
||||||
PHP_DIR:=$(BUILD_DIR)/php-$(PHP_VER)
|
PHP_DIR:=$(BUILD_DIR)/php-$(PHP_VER)
|
||||||
@ -144,7 +144,7 @@ $(PHP_DIR)/.configured: $(PHP_DIR)/.unpacked
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
CC=$(TARGET_CC) \
|
CC=$(TARGET_CC) \
|
||||||
./configure $(DISABLE_NLS) \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user