Skip to content

Commit

Permalink
php7: update to version 7.2.31
Browse files Browse the repository at this point in the history
This fixes:
  - CVE-2019-11048

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 2e6bd4c)
  • Loading branch information
mhei committed May 16, 2020
1 parent 0da88f8 commit bb63688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/php7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=php
PKG_VERSION:=7.2.30
PKG_VERSION:=7.2.31
PKG_RELEASE:=1

PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
Expand All @@ -17,7 +17,7 @@ PKG_CPE_ID:=cpe:/a:php:php

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.php.net/distributions/
PKG_HASH:=aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3
PKG_HASH:=8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806

PKG_FIXUP:=libtool autoreconf
PKG_BUILD_PARALLEL:=1
Expand Down

0 comments on commit bb63688

Please sign in to comment.