Wednesday, August 10, 2022

UPDATE: libwebp 1.2.4

Here is an update to libwebp 1.2.4.


- 8/4/2022: version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2 (#575)
* fix lossless crunch mode encoding with WEBP_REDUCE_SIZE
(chromium: #1345547, #1345595, #1345772, #1345804)

- 6/30/2022: version 1.2.3
This is a binary compatible release.
* security fix for lossless encoder (#565, chromium:1313709)
* improved progress granularity in WebPReportProgress() when using lossless
* improved precision in Sharp YUV (-sharp_yuv) conversion
* many corrections to webp-lossless-bitstream-spec.txt (#551)
* crash/leak fixes on error/OOM and other bug fixes (#558, #563, #569, #573)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/Makefile,v
retrieving revision 1.28
diff -u -p -u -p -r1.28 Makefile
--- Makefile 11 Mar 2022 19:22:47 -0000 1.28
+++ Makefile 11 Aug 2022 01:15:32 -0000
@@ -2,7 +2,7 @@ COMMENT= Google WebP image format conver

GH_ACCOUNT= webmproject
GH_PROJECT= libwebp
-GH_TAGNAME= v1.2.2
+GH_TAGNAME= v1.2.4
CATEGORIES= graphics

SHARED_LIBS += webp 4.3 # 6.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/distinfo,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 distinfo
--- distinfo 31 Jan 2022 12:20:16 -0000 1.18
+++ distinfo 11 Aug 2022 01:15:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebp-1.2.2.tar.gz) = Uekpeq232euZEp/gBQ9ToR/M44oISPsrA4njha2TaV4=
-SIZE (libwebp-1.2.2.tar.gz) = 3661228
+SHA256 (libwebp-1.2.4.tar.gz) = 3+e/8zkM1JWNoR52C2UxjwpIwykT5NW8Xo1Vq6qi0y4=
+SIZE (libwebp-1.2.4.tar.gz) = 3671459

No comments:

Post a Comment