libwebp: bump to version 1.3.2
authorAlexandru Ardelean <alex@shruggie.ro>
Wed, 27 Sep 2023 06:16:16 +0000 (09:16 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 3 Oct 2023 12:51:23 +0000 (14:51 +0200)
From https://github.com/webmproject/libwebp/releases/tag/v1.3.2

- 9/13/2023: version 1.3.2
  This is a binary compatible release.
  * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863)

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
(cherry picked from commit 90c6cb239002b1581b249ed19c3d7475fa78e5f1)

libs/libwebp/Makefile
libs/libwebp/patches/010-mips16.patch

index d16bc752af19c57ce691450e2b1248caabde756d..7d413c1f18e31865f1476b6fa0f6bc154ddb5db4 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libwebp
-PKG_VERSION:=1.3.0
+PKG_VERSION:=1.3.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
-PKG_HASH:=64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c
+PKG_HASH:=2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index 85dc93287d8fb08927b194c95f8e4635531e9386..b48d8549a631577c326949ba541ecc9491f23aa6 100644 (file)
@@ -1,8 +1,8 @@
 --- a/src/dsp/cpu.h
 +++ b/src/dsp/cpu.h
-@@ -108,7 +108,7 @@
- #define WEBP_HAVE_NEON
- #endif
+@@ -124,7 +124,7 @@
+ //------------------------------------------------------------------------------
+ // MIPS defines.
  
 -#if defined(__mips__) && !defined(__mips64) && defined(__mips_isa_rev) && \
 +#if defined(__mips__) && !defined(__mips16) && !defined(__mips64) && defined(__mips_isa_rev) && \