Skip to content

Commit

Permalink
php7: update to 7.2.33
Browse files Browse the repository at this point in the history
This fixes:
  - CVE-2020-7068

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
  • Loading branch information
mhei committed Sep 10, 2020
1 parent 0fca988 commit 473ca55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/php7/Makefile
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=php
PKG_VERSION:=7.2.31
PKG_VERSION:=7.2.33
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:=8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806
PKG_HASH:=0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a

PKG_FIXUP:=libtool autoreconf
PKG_BUILD_PARALLEL:=1
Expand Down

2 comments on commit 473ca55

@BKPepe
Copy link
Member

@BKPepe BKPepe commented on 473ca55 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that for php7.2 there is security support until 30th November 2020, which is getting close. Wouldn't it be worth to update it to version 7.3, but rather to 7.4 in OpenWrt 19.07 branch?

@BKPepe
Copy link
Member

@BKPepe BKPepe commented on 473ca55 Dec 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PHP 7.2 is no longer supported in OpenWrt 19.07. :(

Please sign in to comment.