mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
php8: update to 8.4.16
This fixes:
- CVE-2025-14177
- CVE-2025-14178
- CVE-2025-14180
Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.4.16
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
+3
-3
@@ -6,8 +6,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=php
|
||||
PKG_VERSION:=8.4.15
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=8.4.16
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||
PKG_LICENSE:=PHP-3.01
|
||||
@@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.php.net/distributions/
|
||||
PKG_HASH:=a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e
|
||||
PKG_HASH:=f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
Reference in New Issue
Block a user