From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id DD7D13858D28 for ; Sat, 16 Sep 2023 23:03:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DD7D13858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTP id hUyUqVfYf6NwhheJjqsa0F; Sat, 16 Sep 2023 23:03:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1694905391; bh=/dzsScx7lB/1b6ATUf3Wr4aw+DPDl14xwrR1hGShI34=; h=From:To:Reply-To:Date:Subject; b=Rp6oeTWlUe/IG2XshfWFj9sTp4gO1LUE9gFPamAeBx+ENiPdB2NizAh2fcyAUEUNK Jtaz0bqkf6ud57Lucnvr3P4YZdb7c4TxAG8MGw9jhiX/KlNLPmmaNdVejmZzT6uij2 raWhya5x8Mamp8116DadD5M/eSLrKPe1+NeyBwuwKtcuPL3YjG9CzBVy0CJnrBqV8m hEnTTbT879LK0j+ndE+AHfkaQzrjizBXCKP+OtKwKM3IKoHaDke/uHbjh60smZhs4+ mGNWSn76X2Bm4P/PWw4gFxU9aI1/VHohMT8HcPnXijBAR7JQTtAumjV230iXX2jonT RaSbsBPOkxQjQ== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id heJjq0Kq9HFsOheJjqvDoM; Sat, 16 Sep 2023 23:03:11 +0000 X-Authority-Analysis: v=2.4 cv=XZqaca15 c=1 sm=1 tr=0 ts=6506342f a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=1XWaLZrsAAAA:8 a=Oh2cFVv5AAAA:8 a=RCD6Scmw9pgFhs6RShcA:9 a=7KeoIwV6GZqOttXkcoxL:22 From: "Cygwin libwebp Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 16 Sep 2023 16:54:50 -0600 Message-Id: <20230916165450.6906-1-Brian.Inglis@Shaw.ca> Subject: Updated: libwebp{,-devel,7,decoder3,demux2,mux3} 1.3.2 X-CMAE-Envelope: MS4xfGtSIGPFv+N+ZghtZiZL2GBIs9yk59u5M3PGalUUG4ptvYhJH8DSESpnXqCs20o1k5bFyt0pmRctdXZmT9gtcMPCQZcb58O1ZAVpeafFyv9xs2eaMNPH x1/+mH+xzljEOyP91EtFvDJKxOhFVLDTUJZFf3IY/SEHiVpRoWuELEyIvU8SqZYwFS4SLUmYzZonNHhjE7Hfy/RvqOJvIiz/ZvA= X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been upgraded in the Cygwin distribution: * libwebp 1.3.2 * libwebp-devel 1.3.2 * libwebp7 1.3.2 * libwebpdecoder3 1.3.2 * libwebpdemux2 1.3.2 * libwebpmux3 1.3.2 WebP is a modern web image format with superior compression. WebP lossless images are 26% smaller in size compared to PNGs. Lossless WebP supports (alpha channel) transparency at a cost of 22% overhead. WebP lossy images are 25-34% smaller than JPEG images at equivalent quality. Lossy WebP supports transparency with 3× smaller file sizes than PNG. A WebP file consists of VP8 or VP8L image data in a RIFF container. For more information see the project home page: https://developers.google.com/speed/webp/ As there are multiple components and changes each release please see below or read /usr/share/doc/libwebp/NEWS after installation; for complete details of changes see: /usr/share/doc/libwebp/ChangeLog or https://chromium.googlesource.com/webm/libwebp/+log/refs/tags/v1.3.2/ChangeLog 1.3.2 2023-09-13 This is a binary compatible release. * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863)