|
From: <abe...@us...> - 2012-01-16 04:16:17
|
Revision: 5383
http://astlinux.svn.sourceforge.net/astlinux/?rev=5383&view=rev
Author: abelbeck
Date: 2012-01-16 04:16:10 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
php, version bump to 5.3.9, security fixes
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-01-16 03:45:28 UTC (rev 5382)
+++ branches/1.0/package/php/php.mk 2012-01-16 04:16:10 UTC (rev 5383)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.8
+PHP_VERSION = 5.3.9
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-05-22 23:56:54
|
Revision: 5549
http://astlinux.svn.sourceforge.net/astlinux/?rev=5549&view=rev
Author: abelbeck
Date: 2012-05-22 23:56:47 +0000 (Tue, 22 May 2012)
Log Message:
-----------
php, version bump to 5.3.13, security fixes CVE-2012-1823 and CVE-2012-2311, and cross-compile fixup for php-config
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-05-22 23:27:30 UTC (rev 5548)
+++ branches/1.0/package/php/php.mk 2012-05-22 23:56:47 UTC (rev 5549)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.10
+PHP_VERSION = 5.3.13
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
@@ -178,6 +178,15 @@
endif
endif
+# Fixup prefix= and exec_prefix= in php-config
+define PHP_FIXUP_PHP_CONFIG
+ $(SED) 's%^prefix="/usr"%prefix="$(STAGING_DIR)/usr"%' \
+ -e 's%^exec_prefix="/usr"%exec_prefix="$(STAGING_DIR)/usr"%' \
+ $(STAGING_DIR)/usr/bin/php-config
+endef
+
+PHP_POST_INSTALL_STAGING_HOOKS += PHP_FIXUP_PHP_CONFIG
+
define PHP_INSTALL_FIXUP
mv $(TARGET_DIR)/usr/bin/php-cgi $(TARGET_DIR)/usr/bin/php
rm -rf $(TARGET_DIR)/usr/lib/php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-06-17 19:23:05
|
Revision: 5573
http://astlinux.svn.sourceforge.net/astlinux/?rev=5573&view=rev
Author: abelbeck
Date: 2012-06-17 19:22:58 +0000 (Sun, 17 Jun 2012)
Log Message:
-----------
php, version bump to 5.3.14, security fix CVE-2012-2143 and bug fixes
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-06-14 21:56:27 UTC (rev 5572)
+++ branches/1.0/package/php/php.mk 2012-06-17 19:22:58 UTC (rev 5573)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.13
+PHP_VERSION = 5.3.14
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-08-03 21:13:29
|
Revision: 5627
http://astlinux.svn.sourceforge.net/astlinux/?rev=5627&view=rev
Author: abelbeck
Date: 2012-08-03 21:13:21 +0000 (Fri, 03 Aug 2012)
Log Message:
-----------
php, version bump to 5.3.15, security fixes CVE-2012-2688, CVE-2012-3365
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-07-26 13:28:00 UTC (rev 5626)
+++ branches/1.0/package/php/php.mk 2012-08-03 21:13:21 UTC (rev 5627)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.14
+PHP_VERSION = 5.3.15
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-08-17 17:58:28
|
Revision: 5635
http://astlinux.svn.sourceforge.net/astlinux/?rev=5635&view=rev
Author: abelbeck
Date: 2012-08-17 17:58:22 +0000 (Fri, 17 Aug 2012)
Log Message:
-----------
php, version bump to 5.3.16
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-08-14 14:20:48 UTC (rev 5634)
+++ branches/1.0/package/php/php.mk 2012-08-17 17:58:22 UTC (rev 5635)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.15
+PHP_VERSION = 5.3.16
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-09-17 19:54:37
|
Revision: 5683
http://astlinux.svn.sourceforge.net/astlinux/?rev=5683&view=rev
Author: abelbeck
Date: 2012-09-17 19:54:31 +0000 (Mon, 17 Sep 2012)
Log Message:
-----------
php, version bump to 5.3.17, (bug fixes)
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-09-17 17:50:44 UTC (rev 5682)
+++ branches/1.0/package/php/php.mk 2012-09-17 19:54:31 UTC (rev 5683)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.16
+PHP_VERSION = 5.3.17
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-10-24 19:47:54
|
Revision: 5715
http://astlinux.svn.sourceforge.net/astlinux/?rev=5715&view=rev
Author: abelbeck
Date: 2012-10-24 19:47:44 +0000 (Wed, 24 Oct 2012)
Log Message:
-----------
php, version bump to 5.3.18
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-10-24 19:35:21 UTC (rev 5714)
+++ branches/1.0/package/php/php.mk 2012-10-24 19:47:44 UTC (rev 5715)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.17
+PHP_VERSION = 5.3.18
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-11-23 21:37:25
|
Revision: 5775
http://astlinux.svn.sourceforge.net/astlinux/?rev=5775&view=rev
Author: abelbeck
Date: 2012-11-23 21:37:18 +0000 (Fri, 23 Nov 2012)
Log Message:
-----------
php, version bump to 5.3.19, bug fixes
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-11-23 21:27:03 UTC (rev 5774)
+++ branches/1.0/package/php/php.mk 2012-11-23 21:37:18 UTC (rev 5775)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.18
+PHP_VERSION = 5.3.19
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2012-12-20 20:47:47
|
Revision: 5829
http://astlinux.svn.sourceforge.net/astlinux/?rev=5829&view=rev
Author: abelbeck
Date: 2012-12-20 20:47:38 +0000 (Thu, 20 Dec 2012)
Log Message:
-----------
php, version bump to 5.3.20, bug fixes
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2012-12-20 20:15:00 UTC (rev 5828)
+++ branches/1.0/package/php/php.mk 2012-12-20 20:47:38 UTC (rev 5829)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.19
+PHP_VERSION = 5.3.20
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-01-20 21:05:39
|
Revision: 5914
http://astlinux.svn.sourceforge.net/astlinux/?rev=5914&view=rev
Author: abelbeck
Date: 2013-01-20 21:05:32 +0000 (Sun, 20 Jan 2013)
Log Message:
-----------
php, version bump to 5.3.21
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-01-19 20:56:43 UTC (rev 5913)
+++ branches/1.0/package/php/php.mk 2013-01-20 21:05:32 UTC (rev 5914)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.20
+PHP_VERSION = 5.3.21
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-02-24 16:19:00
|
Revision: 5968
http://astlinux.svn.sourceforge.net/astlinux/?rev=5968&view=rev
Author: abelbeck
Date: 2013-02-24 16:18:48 +0000 (Sun, 24 Feb 2013)
Log Message:
-----------
php, version bump to 5.3.22
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-02-24 15:53:54 UTC (rev 5967)
+++ branches/1.0/package/php/php.mk 2013-02-24 16:18:48 UTC (rev 5968)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.21
+PHP_VERSION = 5.3.22
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-04-15 19:10:09
|
Revision: 6044
http://sourceforge.net/p/astlinux/code/6044
Author: abelbeck
Date: 2013-04-15 19:10:05 +0000 (Mon, 15 Apr 2013)
Log Message:
-----------
php, version bump to 5.3.24
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-04-15 18:24:16 UTC (rev 6043)
+++ branches/1.0/package/php/php.mk 2013-04-15 19:10:05 UTC (rev 6044)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.23
+PHP_VERSION = 5.3.24
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-04-27 18:42:12
|
Revision: 6059
http://sourceforge.net/p/astlinux/code/6059
Author: abelbeck
Date: 2013-04-27 18:42:09 +0000 (Sat, 27 Apr 2013)
Log Message:
-----------
php, add upstream Buildroot build fix for LIBXML2, though we don't currently enable it
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-04-27 18:26:15 UTC (rev 6058)
+++ branches/1.0/package/php/php.mk 2013-04-27 18:42:09 UTC (rev 6059)
@@ -65,11 +65,8 @@
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y)
- PHP_CONF_OPT += --enable-libxml \
- --with-libxml-dir=${STAGING_DIR}/usr \
- --enable-xml \
- --enable-xmlreader \
- --enable-xmlwriter
+ PHP_CONF_ENV += php_cv_libxml_build_works=yes
+ PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr
PHP_DEPENDENCIES += libxml2
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-05-14 22:09:40
|
Revision: 6082
http://sourceforge.net/p/astlinux/code/6082
Author: abelbeck
Date: 2013-05-14 22:09:37 +0000 (Tue, 14 May 2013)
Log Message:
-----------
php, version bump to 5.3.25
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-05-14 21:03:56 UTC (rev 6081)
+++ branches/1.0/package/php/php.mk 2013-05-14 22:09:37 UTC (rev 6082)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.24
+PHP_VERSION = 5.3.25
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-05-22 18:05:00
|
Revision: 6097
http://sourceforge.net/p/astlinux/code/6097
Author: abelbeck
Date: 2013-05-22 18:04:57 +0000 (Wed, 22 May 2013)
Log Message:
-----------
php, enable LDAP support if BR2_PACKAGE_OPENLDAP=y
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-05-21 15:54:24 UTC (rev 6096)
+++ branches/1.0/package/php/php.mk 2013-05-22 18:04:57 UTC (rev 6097)
@@ -175,6 +175,12 @@
endif
endif
+### LDAP
+ifeq ($(BR2_PACKAGE_OPENLDAP),y)
+ PHP_CONF_OPT += --with-ldap=$(STAGING_DIR)/usr
+ PHP_DEPENDENCIES += openldap
+endif
+
# Fixup prefix= and exec_prefix= in php-config
define PHP_FIXUP_PHP_CONFIG
$(SED) 's%^prefix="/usr"%prefix="$(STAGING_DIR)/usr"%' \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-06-07 19:02:45
|
Revision: 6119
http://sourceforge.net/p/astlinux/code/6119
Author: abelbeck
Date: 2013-06-07 19:02:41 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
php, version bump to 5.3.26
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-06-07 00:07:00 UTC (rev 6118)
+++ branches/1.0/package/php/php.mk 2013-06-07 19:02:41 UTC (rev 6119)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.25
+PHP_VERSION = 5.3.26
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-07-19 17:24:32
|
Revision: 6139
http://sourceforge.net/p/astlinux/code/6139
Author: abelbeck
Date: 2013-07-19 17:24:28 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
php, version bump to 5.3.27
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-07-16 13:55:58 UTC (rev 6138)
+++ branches/1.0/package/php/php.mk 2013-07-19 17:24:28 UTC (rev 6139)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.26
+PHP_VERSION = 5.3.27
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-10-17 22:34:30
|
Revision: 6234
http://sourceforge.net/p/astlinux/code/6234
Author: abelbeck
Date: 2013-10-17 22:34:27 +0000 (Thu, 17 Oct 2013)
Log Message:
-----------
php, enable DOM when libxml2 is selected
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-10-16 21:30:09 UTC (rev 6233)
+++ branches/1.0/package/php/php.mk 2013-10-17 22:34:27 UTC (rev 6234)
@@ -66,7 +66,7 @@
ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y)
PHP_CONF_ENV += php_cv_libxml_build_works=yes
- PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr
+ PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr --enable-dom
PHP_DEPENDENCIES += libxml2
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-12-13 18:38:33
|
Revision: 6311
http://sourceforge.net/p/astlinux/code/6311
Author: abelbeck
Date: 2013-12-13 18:38:29 +0000 (Fri, 13 Dec 2013)
Log Message:
-----------
php, version bump to 5.3.28, security fixes: CVE-2013-4073, CVE-2013-6420
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2013-12-13 18:26:17 UTC (rev 6310)
+++ branches/1.0/package/php/php.mk 2013-12-13 18:38:29 UTC (rev 6311)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.27
+PHP_VERSION = 5.3.28
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-08-16 19:15:02
|
Revision: 6632
http://sourceforge.net/p/astlinux/code/6632
Author: abelbeck
Date: 2014-08-16 19:14:53 +0000 (Sat, 16 Aug 2014)
Log Message:
-----------
php, version bump to 5.3.29, bug and security fixes
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2014-08-16 19:04:19 UTC (rev 6631)
+++ branches/1.0/package/php/php.mk 2014-08-16 19:14:53 UTC (rev 6632)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.28
+PHP_VERSION = 5.3.29
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-02-20 17:51:54
|
Revision: 6980
http://sourceforge.net/p/astlinux/code/6980
Author: abelbeck
Date: 2015-02-20 17:51:46 +0000 (Fri, 20 Feb 2015)
Log Message:
-----------
php, version bump to 5.5.22
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2015-02-20 17:35:32 UTC (rev 6979)
+++ branches/1.0/package/php/php.mk 2015-02-20 17:51:46 UTC (rev 6980)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.5.21
+PHP_VERSION = 5.5.22
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-03-21 16:30:48
|
Revision: 7012
http://sourceforge.net/p/astlinux/code/7012
Author: abelbeck
Date: 2015-03-21 16:30:40 +0000 (Sat, 21 Mar 2015)
Log Message:
-----------
php, version bump to 5.5.23, security fixes: CVE-2015-0231, CVE-2015-2305, CVE-2015-2331
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2015-03-19 17:22:20 UTC (rev 7011)
+++ branches/1.0/package/php/php.mk 2015-03-21 16:30:40 UTC (rev 7012)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.5.22
+PHP_VERSION = 5.5.23
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-05-17 21:41:53
|
Revision: 7070
http://sourceforge.net/p/astlinux/code/7070
Author: abelbeck
Date: 2015-05-17 21:41:50 +0000 (Sun, 17 May 2015)
Log Message:
-----------
php, php.mk indent cleanup, postponing 5.5.25 version bump since it is 13.6 % bigger and 2.8 % slower, seems odd
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2015-05-16 17:43:41 UTC (rev 7069)
+++ branches/1.0/package/php/php.mk 2015-05-17 21:41:50 UTC (rev 7070)
@@ -61,68 +61,68 @@
$(if $(BR2_PACKAGE_PHP_EXT_CALENDAR),--enable-calendar)
ifeq ($(BR2_PACKAGE_PHP_EXT_OPENSSL),y)
- PHP_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += openssl
+PHP_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += openssl
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_CURL),y)
- PHP_CONF_OPT += --with-curl=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += libcurl
+PHP_CONF_OPT += --with-curl=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += libcurl
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y)
- PHP_CONF_ENV += php_cv_libxml_build_works=yes
- PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr --enable-dom
- PHP_DEPENDENCIES += libxml2
+PHP_CONF_ENV += php_cv_libxml_build_works=yes
+PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr --enable-dom
+PHP_DEPENDENCIES += libxml2
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_ZLIB),y)
- PHP_CONF_OPT += --with-zlib=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += zlib
+PHP_CONF_OPT += --with-zlib=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += zlib
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_GETTEXT),y)
- PHP_CONF_OPT += --with-gettext=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += $(if $(BR2_NEEDS_GETTEXT),gettext)
+PHP_CONF_OPT += --with-gettext=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += $(if $(BR2_NEEDS_GETTEXT),gettext)
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y)
- PHP_CONF_OPT += --with-gmp=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += gmp
+PHP_CONF_OPT += --with-gmp=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += gmp
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_READLINE),y)
- PHP_CONF_OPT += --with-readline=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += readline
+PHP_CONF_OPT += --with-readline=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += readline
endif
### PDO
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO),y)
- PHP_CONF_OPT += --enable-pdo
+PHP_CONF_OPT += --enable-pdo
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_SQLITE),y)
- PHP_CONF_OPT += --with-pdo-sqlite=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += sqlite
- PHP_CFLAGS += -DSQLITE_OMIT_LOAD_EXTENSION
+PHP_CONF_OPT += --with-pdo-sqlite=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += sqlite
+PHP_CFLAGS += -DSQLITE_OMIT_LOAD_EXTENSION
ifneq ($(BR2_LARGEFILE),y)
- PHP_CFLAGS += -DSQLITE_DISABLE_LFS
+PHP_CFLAGS += -DSQLITE_DISABLE_LFS
endif
endif
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_MYSQL),y)
- PHP_CONF_OPT += --with-pdo-mysql=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += mysql_client
+PHP_CONF_OPT += --with-pdo-mysql=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += mysql_client
endif
endif
### Use external PCRE if it's available
ifeq ($(BR2_PACKAGE_PCRE),y)
- PHP_CONF_OPT += --with-pcre-regex=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += pcre
+PHP_CONF_OPT += --with-pcre-regex=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += pcre
endif
### LDAP
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
- PHP_CONF_OPT += --with-ldap=$(STAGING_DIR)/usr
- PHP_DEPENDENCIES += openldap
+PHP_CONF_OPT += --with-ldap=$(STAGING_DIR)/usr
+PHP_DEPENDENCIES += openldap
endif
# Fixup prefix= and exec_prefix= in php-config
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-05-20 02:04:51
|
Revision: 7074
http://sourceforge.net/p/astlinux/code/7074
Author: abelbeck
Date: 2015-05-20 02:04:49 +0000 (Wed, 20 May 2015)
Log Message:
-----------
php, timezonedb version bump to 2015.4
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2015-05-20 01:43:11 UTC (rev 7073)
+++ branches/1.0/package/php/php.mk 2015-05-20 02:04:49 UTC (rev 7074)
@@ -13,7 +13,7 @@
PHP_DEPENDENCIES = host-pkg-config
ifeq ($(BR2_PACKAGE_PHP_EXT_TIMEZONEDB),y)
-PHP_TIMEZONEDB_VERSION = 2015.3
+PHP_TIMEZONEDB_VERSION = 2015.4
PHP_TIMEZONEDB_SITE = http://files.astlinux.org
PHP_TIMEZONEDB_SOURCE = timezonedb-$(PHP_TIMEZONEDB_VERSION).tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-07-11 15:30:37
|
Revision: 7149
http://sourceforge.net/p/astlinux/code/7149
Author: abelbeck
Date: 2015-07-11 15:30:35 +0000 (Sat, 11 Jul 2015)
Log Message:
-----------
php, version bump to 5.5.27, bug and security fixes
Modified Paths:
--------------
branches/1.0/package/php/php.mk
Modified: branches/1.0/package/php/php.mk
===================================================================
--- branches/1.0/package/php/php.mk 2015-07-10 17:13:56 UTC (rev 7148)
+++ branches/1.0/package/php/php.mk 2015-07-11 15:30:35 UTC (rev 7149)
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.5.26
+PHP_VERSION = 5.5.27
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|