From 7ba8dbee211666577b626b42dc053fc55657d5b8 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 20 Nov 2025 22:13:47 +0100 Subject: [PATCH] package/php-apcu: bump version to 5.1.27 Changelog: https://pecl.php.net/package-changelog.php?package=APCu Since Buildroot commit [1] (package/php: bump version to 8.4.13) php-acpu is failing to build with errors such as: arm-linux-gcc.br_real: error: -DZEND_COMPILE_DL_EXT=1: linker input file not found: No such file or directory This commits fixes the issue. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/12104755570 [1] https://gitlab.com/buildroot.org/buildroot/-/commit/a9e5cf6ac2cb7ba62d23c842899b3f7816eca14c Signed-off-by: Bernd Kuhls Reviewed-by: Herve Codina [Julien: add commit log info about build failure] Signed-off-by: Julien Olivain --- package/php-apcu/php-apcu.hash | 2 +- package/php-apcu/php-apcu.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/php-apcu/php-apcu.hash b/package/php-apcu/php-apcu.hash index 4a5eadf803..073d1ae6e9 100644 --- a/package/php-apcu/php-apcu.hash +++ b/package/php-apcu/php-apcu.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 010a0d8fd112e1ed7a52a356191da3696a6b76319423f7b0dfdeaeeafcb41a1e apcu-5.1.22.tgz +sha256 1a2c37fcad2ae2a1aea779cd6ca9353d8b38d4e27dde2327c52ff3892dfadb3f apcu-5.1.27.tgz sha256 ecc8b74820c32fb82ddee80446205408585d75d1632ac959fb3cdf8eaf3877b5 LICENSE diff --git a/package/php-apcu/php-apcu.mk b/package/php-apcu/php-apcu.mk index b8eeb9de7c..ce640c9c03 100644 --- a/package/php-apcu/php-apcu.mk +++ b/package/php-apcu/php-apcu.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_APCU_VERSION = 5.1.22 +PHP_APCU_VERSION = 5.1.27 PHP_APCU_SITE = http://pecl.php.net/get PHP_APCU_SOURCE = apcu-$(PHP_APCU_VERSION).tgz PHP_APCU_LICENSE = PHP-3.01