mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
php8: update to 8.3.14
This fixes:
- CVE-2024-8932
- CVE-2024-11236
- CVE-2024-11236
- CVE-2024-11234
- CVE-2024-11233
Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.3.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=php
|
||||
PKG_VERSION:=8.3.12
|
||||
PKG_VERSION:=8.3.14
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||
@@ -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:=f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131
|
||||
PKG_HASH:=58b4cb9019bf70c0cbcdb814c7df79b9065059d14cf7dbf48d971f8e56ae9be7
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
Reference in New Issue
Block a user