* [Buildroot] [PATCH next 2/8] php-amqp: bump version to 1.9.0
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-31 21:36 ` Thomas Petazzoni
2017-05-12 12:45 ` [Buildroot] [PATCH next 3/8] php-geoip: bump version to 1.1.1 Vicente Olivert Riera
` (6 subsequent siblings)
7 siblings, 1 reply; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-amqp/php-amqp.hash | 2 +-
package/php-amqp/php-amqp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/php-amqp/php-amqp.hash b/package/php-amqp/php-amqp.hash
index 73c69d9..4b3b197 100644
--- a/package/php-amqp/php-amqp.hash
+++ b/package/php-amqp/php-amqp.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 38a92eaef1aa863404170bcd15605f7f78140eeec1ff5be6af65c5b8081e2599 amqp-1.7.1.tgz
+sha256 f45831d498b8fa47a151c31f6abdc0530aa6eabda6e2e10514aca3bdc76a5098 amqp-1.9.0.tgz
diff --git a/package/php-amqp/php-amqp.mk b/package/php-amqp/php-amqp.mk
index fe49f4b..a2815d6 100644
--- a/package/php-amqp/php-amqp.mk
+++ b/package/php-amqp/php-amqp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_AMQP_VERSION = 1.7.1
+PHP_AMQP_VERSION = 1.9.0
PHP_AMQP_SOURCE = amqp-$(PHP_AMQP_VERSION).tgz
PHP_AMQP_SITE = https://pecl.php.net/get
PHP_AMQP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 3/8] php-geoip: bump version to 1.1.1
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 2/8] php-amqp: bump version to 1.9.0 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 4/8] php-gnupg: bump version to 1.4.0 Vicente Olivert Riera
` (5 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
And switch to the official PECL site.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-geoip/php-geoip.hash | 2 +-
package/php-geoip/php-geoip.mk | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/php-geoip/php-geoip.hash b/package/php-geoip/php-geoip.hash
index 3729880..21e26c8 100644
--- a/package/php-geoip/php-geoip.hash
+++ b/package/php-geoip/php-geoip.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 63167b717f624580b93f3c6c050d8d64ebc6cbe1377069646eb387534c7a2f7e php-geoip-ebb68228ad94298a305710f701b2ade9acff985d.tar.gz
+sha256 b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06 geoip-1.1.1.tgz
diff --git a/package/php-geoip/php-geoip.mk b/package/php-geoip/php-geoip.mk
index 8f4e3bf..1853f7d 100644
--- a/package/php-geoip/php-geoip.mk
+++ b/package/php-geoip/php-geoip.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PHP_GEOIP_VERSION = ebb68228ad94298a305710f701b2ade9acff985d
-PHP_GEOIP_SITE = $(call github,php7-extensions,ext-php7-geoip,$(PHP_GEOIP_VERSION))
+PHP_GEOIP_VERSION = 1.1.1
+PHP_GEOIP_SOURCE = geoip-$(PHP_GEOIP_VERSION).tgz
+PHP_GEOIP_SITE = https://pecl.php.net/get
PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--with-geoip=$(STAGING_DIR)/usr
# phpize does the autoconf magic
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 4/8] php-gnupg: bump version to 1.4.0
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 2/8] php-amqp: bump version to 1.9.0 Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 3/8] php-geoip: bump version to 1.1.1 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 5/8] php-imagick: bump version to 3.4.3 Vicente Olivert Riera
` (4 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
And switch to the official PECL site.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-gnupg/php-gnupg.hash | 2 +-
package/php-gnupg/php-gnupg.mk | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/php-gnupg/php-gnupg.hash b/package/php-gnupg/php-gnupg.hash
index f0654b5..4185665 100644
--- a/package/php-gnupg/php-gnupg.hash
+++ b/package/php-gnupg/php-gnupg.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 6f1a4b5a95fe501519de76d66602e46290cc452fc48f3a5ec2eacaffe68d9a01 php-gnupg-30fab6eaf9eb61c65b3b46987442be058cbd7823.tar.gz
+sha256 35e16bee11345a7d6bf57bea3cadf45e371ad1ed4e0218b0c06f6f637e4e1772 gnupg-1.4.0.tgz
diff --git a/package/php-gnupg/php-gnupg.mk b/package/php-gnupg/php-gnupg.mk
index e595cd3..55772aa 100644
--- a/package/php-gnupg/php-gnupg.mk
+++ b/package/php-gnupg/php-gnupg.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PHP_GNUPG_VERSION = 30fab6eaf9eb61c65b3b46987442be058cbd7823
-PHP_GNUPG_SITE = $(call github,Sean-Der,pecl-encryption-gnupg,$(PHP_GNUPG_VERSION))
+PHP_GNUPG_VERSION = 1.4.0
+PHP_GNUPG_SOURCE = gnupg-$(PHP_GNUPG_VERSION).tgz
+PHP_GNUPG_SITE = https://pecl.php.net/get
# phpize does the autoconf magic
PHP_GNUPG_DEPENDENCIES = php libgpgme host-autoconf host-pkgconf
PHP_GNUPG_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 5/8] php-imagick: bump version to 3.4.3
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
` (2 preceding siblings ...)
2017-05-12 12:45 ` [Buildroot] [PATCH next 4/8] php-gnupg: bump version to 1.4.0 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 6/8] php-memcached: bump version to 3.0.3 Vicente Olivert Riera
` (3 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-imagick/php-imagick.hash | 2 +-
package/php-imagick/php-imagick.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/php-imagick/php-imagick.hash b/package/php-imagick/php-imagick.hash
index e991237..abb29d4 100644
--- a/package/php-imagick/php-imagick.hash
+++ b/package/php-imagick/php-imagick.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 50bbc46e78cd6e1ea5d7660be1722258e60b1729483ca14b02da7cf9f5ed3e6a imagick-3.4.3RC1.tgz
+sha256 1f3c5b5eeaa02800ad22f506cd100e8889a66b2ec937e192eaaa30d74562567c imagick-3.4.3.tgz
diff --git a/package/php-imagick/php-imagick.mk b/package/php-imagick/php-imagick.mk
index c8c2b85..9c47244 100644
--- a/package/php-imagick/php-imagick.mk
+++ b/package/php-imagick/php-imagick.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_IMAGICK_VERSION = 3.4.3RC1
+PHP_IMAGICK_VERSION = 3.4.3
PHP_IMAGICK_SOURCE = imagick-$(PHP_IMAGICK_VERSION).tgz
PHP_IMAGICK_SITE = http://pecl.php.net/get
PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 6/8] php-memcached: bump version to 3.0.3
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
` (3 preceding siblings ...)
2017-05-12 12:45 ` [Buildroot] [PATCH next 5/8] php-imagick: bump version to 3.4.3 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 7/8] php-ssh2: bump version to 1.0 Vicente Olivert Riera
` (2 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
And switch to the official PECL site.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-memcached/php-memcached.hash | 2 +-
package/php-memcached/php-memcached.mk | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/php-memcached/php-memcached.hash b/package/php-memcached/php-memcached.hash
index f2a096f..7a8ec28 100644
--- a/package/php-memcached/php-memcached.hash
+++ b/package/php-memcached/php-memcached.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 73266212e791a4817da06be1daddf9ff7dd5b5b0b650b3fbd0f5fc6ccc18491b php-memcached-6ee96cad7be5caa1f13a1f3e5a4d5f900b9c04ce.tar.gz
+sha256 5d1c29a1d5e391d6bb7b736a07e063d2f0834800673dd246d64ce1b73e47645d memcached-3.0.3.tgz
diff --git a/package/php-memcached/php-memcached.mk b/package/php-memcached/php-memcached.mk
index c4b7636..1f962b0 100644
--- a/package/php-memcached/php-memcached.mk
+++ b/package/php-memcached/php-memcached.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PHP_MEMCACHED_VERSION = 6ee96cad7be5caa1f13a1f3e5a4d5f900b9c04ce
-PHP_MEMCACHED_SITE = $(call github,php-memcached-dev,php-memcached,$(PHP_MEMCACHED_VERSION))
+PHP_MEMCACHED_VERSION = 3.0.3
+PHP_MEMCACHED_SOURCE = memcached-$(PHP_MEMCACHED_VERSION).tgz
+PHP_MEMCACHED_SITE = https://pecl.php.net/get
PHP_MEMCACHED_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--disable-memcached-sasl \
--with-libmemcached-dir=$(STAGING_DIR)/usr \
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 7/8] php-ssh2: bump version to 1.0
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
` (4 preceding siblings ...)
2017-05-12 12:45 ` [Buildroot] [PATCH next 6/8] php-memcached: bump version to 3.0.3 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-12 12:45 ` [Buildroot] [PATCH next 8/8] php-yaml: bump version to 2.0.0 Vicente Olivert Riera
2017-05-15 21:10 ` [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Peter Korsgaard
7 siblings, 0 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
And switch to the official PECL site.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-ssh2/php-ssh2.hash | 2 +-
package/php-ssh2/php-ssh2.mk | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/php-ssh2/php-ssh2.hash b/package/php-ssh2/php-ssh2.hash
index b514601..2529f9a 100644
--- a/package/php-ssh2/php-ssh2.hash
+++ b/package/php-ssh2/php-ssh2.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 3d79a6c9ffed3fd6ec16e834c0cc93cf125d9f5bdbb951b8b76a3507498548d5 php-ssh2-12dd52236c601577a63e33ee71e3ce6dad811e40.tar.gz
+sha256 6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced ssh2-1.0.tgz
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk
index 931cde9..7a1372c 100644
--- a/package/php-ssh2/php-ssh2.mk
+++ b/package/php-ssh2/php-ssh2.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PHP_SSH2_VERSION = 12dd52236c601577a63e33ee71e3ce6dad811e40
-PHP_SSH2_SITE = $(call github,php,pecl-networking-ssh2,$(PHP_SSH2_VERSION))
+PHP_SSH2_VERSION = 1.0
+PHP_SSH2_SOURCE = ssh2-$(PHP_SSH2_VERSION).tgz
+PHP_SSH2_SITE = https://pecl.php.net/get
PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--with-ssh2=$(STAGING_DIR)/usr
# phpize does the autoconf magic
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 8/8] php-yaml: bump version to 2.0.0
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
` (5 preceding siblings ...)
2017-05-12 12:45 ` [Buildroot] [PATCH next 7/8] php-ssh2: bump version to 1.0 Vicente Olivert Riera
@ 2017-05-12 12:45 ` Vicente Olivert Riera
2017-05-15 21:10 ` [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Peter Korsgaard
7 siblings, 0 replies; 10+ messages in thread
From: Vicente Olivert Riera @ 2017-05-12 12:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/php-yaml/php-yaml.hash | 2 +-
package/php-yaml/php-yaml.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/php-yaml/php-yaml.hash b/package/php-yaml/php-yaml.hash
index a40677e..6a2f154 100644
--- a/package/php-yaml/php-yaml.hash
+++ b/package/php-yaml/php-yaml.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 d49acf2b7843258957a16df0d7ced56c0e1fc3eaa54f54289e4012edc002814c yaml-2.0.0RC7.tgz
+sha256 ef13ff56c184290c025a522bf9ae2e1b3ecc8543c3a5161dd02adec90897a221 yaml-2.0.0.tgz
diff --git a/package/php-yaml/php-yaml.mk b/package/php-yaml/php-yaml.mk
index 2711890..9296091 100644
--- a/package/php-yaml/php-yaml.mk
+++ b/package/php-yaml/php-yaml.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_YAML_VERSION = 2.0.0RC7
+PHP_YAML_VERSION = 2.0.0
PHP_YAML_SOURCE = yaml-$(PHP_YAML_VERSION).tgz
PHP_YAML_SITE = https://pecl.php.net/get
PHP_YAML_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--
2.10.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5
2017-05-12 12:45 [Buildroot] [PATCH next 1/8] php: bump version to 7.1.5 Vicente Olivert Riera
` (6 preceding siblings ...)
2017-05-12 12:45 ` [Buildroot] [PATCH next 8/8] php-yaml: bump version to 2.0.0 Vicente Olivert Riera
@ 2017-05-15 21:10 ` Peter Korsgaard
7 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2017-05-15 21:10 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/php/php.hash | 2 +-
> package/php/php.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> diff --git a/package/php/php.hash b/package/php/php.hash
> index 35c5925..d34242f 100644
> --- a/package/php/php.hash
> +++ b/package/php/php.hash
> @@ -1,2 +1,2 @@
> # From http://php.net/downloads.php
> -sha256 71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b php-7.1.4.tar.xz
> +sha256 d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac php-7.1.5.tar.xz
> diff --git a/package/php/php.mk b/package/php/php.mk
> index 46f57e4..cfc6789 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> -PHP_VERSION = 7.1.4
> +PHP_VERSION = 7.1.5
Looking at the changelog:
http://www.php.net/ChangeLog-7.php#7.1.5
It seems to be purely fixes, and some of them quite serious (endless
loop, segfault, compile error, invalid free, ..) - So I've applied it to
master instead.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread