mirror of
https://github.com/openwrt/packages.git
synced 2025-12-17 16:11:21 +00:00
This fixes:
- CVE-2024-8929
- CVE-2024-8932
- CVE-2024-11233
- CVE-2024-11234
- CVE-2024-11236
Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.2.26
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
21 lines
626 B
Diff
21 lines
626 B
Diff
From: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
|
|
Date: Sat, 2 May 2015 10:26:56 +0200
|
|
Subject: php-5.4.9-fixheader
|
|
|
|
Make generated php_config.h constant across rebuilds.
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1462,7 +1462,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
|
|
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
|
|
|
|
-UNAME=`uname -a | xargs`
|
|
+UNAME=`uname | xargs`
|
|
PHP_UNAME=${PHP_UNAME:-$UNAME}
|
|
AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
|
|
PHP_OS=`uname | xargs`
|