Here is an update to libwebp 1.2.1.

- 7/20/2021: version 1.2.1
  This is a binary compatible release.
  * minor lossless encoder improvements and x86 color conversion speed up
  * add ARM64 simulator support to xcframeworkbuild.sh (#510)
  * further security related hardening in libwebp & examples
    (issues: #497, #508, #518)
    (chromium: #1196480, #1196773, #1196775, #1196777, #1196778, #1196850)
    (oss-fuzz: #28658, #28978)
  * toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
                                     #533)
  * use more inclusive language within the source (#507)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/Makefile,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 Makefile
--- Makefile    19 Jun 2021 04:22:17 -0000      1.25
+++ Makefile    9 Sep 2021 05:21:55 -0000
@@ -5,7 +5,7 @@ COMMENT=        Google WebP image format conver
 CATEGORIES=    graphics
 GH_ACCOUNT=    webmproject
 GH_PROJECT=    libwebp
-GH_TAGNAME=    v1.2.0
+GH_TAGNAME=    v1.2.1
 
 SHARED_LIBS +=  webp                 4.3      # 6.0
 SHARED_LIBS +=  webpdecoder          2.1      # 2.0
@@ -40,5 +40,7 @@ CONFIGURE_ENV=        CPPFLAGS="-I${LOCALBASE}/
                LDFLAGS="-L${LOCALBASE}/lib"
 
 DEBUG_PACKAGES=        ${BUILD_PACKAGES}
+
+NO_TEST=       Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/distinfo,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 distinfo
--- distinfo    13 Feb 2021 06:17:27 -0000      1.16
+++ distinfo    9 Sep 2021 05:16:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebp-1.2.0.tar.gz) = 1gYIxFaC+h5dQcPCbBmb5dAYQITNipcab8VANfdkh9M=
-SIZE (libwebp-1.2.0.tar.gz) = 3636573
+SHA256 (libwebp-1.2.1.tar.gz) = AbzeakCmAilJlAULgd83nXHEC345yBnAJNB5s8VjB/Q=
+SIZE (libwebp-1.2.1.tar.gz) = 3643423

Reply via email to