From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5D9863AA9919 for ; Tue, 20 Apr 2021 21:34:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D9863AA9919 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D68703AA9915 DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B051E3AA983F X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=AZOiBPjN7vsQYRwOIRXbvue7cDCMgnDWpFBKgEciZdY=; b=R4ftLLOeOsT4upAYLyn++9dRsi0S9VFIQWqpuXVb2jfRDSMSSdIymseAYv7yBuAjUW yAu0FviQVL3keWmdhd/uKCjDfxW9pL2C/wVZRKIiixw01lW3IhGIZ2n8A9QdTS024zHE SVGZ+davI4/91afh1HtEw7qAr7gAgQsgoh1/0y+5bu/5vM1qRvZC8v6o3RNXInW/PGMF 5vYqiYn7PJrSrzaQjxZqOyt5/5NfGr8mrXCeAIj2Bn5ZbKznOm/VK/BTC90lkb4xWNgZ mN1SpNY8FLNIlkpUzAGVFbpsnVYuR39it6s5wpw7Q83GGYAlYJIahzKG6iQ8DPl4NA1L eGQw== X-Gm-Message-State: AOAM531p5Vvz0Iqjsypg6/TSC+AITLJqgw+Aocqo8ALhTtuNwEg/eD8g Xj9d3CDKy49HT3HIqMHcBPv7zrazNMk= X-Google-Smtp-Source: ABdhPJyEWPpujB7uoYeIuVaTSn52rDFXpnudfzksvPnG/AanYjVcOcd4D3yKdafe4HsWOXFfiutrjg== X-Received: by 2002:a17:90a:e54c:: with SMTP id ei12mr7059141pjb.164.1618954485660; Tue, 20 Apr 2021 14:34:45 -0700 (PDT) Date: Wed, 21 Apr 2021 06:34:45 +0900 To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Update: brotli 1.0.9-2 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.02 [ja] X-Antivirus: Avast (VPS 210420-4, 2021/04/20), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Lemures Lemniscati via Cygwin-announce Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces@cygwin.com Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2021 21:34:58 -0000 The following packages have been uploaded to the Cygwin distribution: * brotli-1.0.9-2 * libbrotli-devel-1.0.9-2 * libbrotlicommon1-1.0.9-2 * libbrotlidec1-1.0.9-2 * libbrotlienc1-1.0.9-2 * python36-brotli-1.0.9-2 * python37-brotli-1.0.9-2 * python38-brotli-1.0.9-2 * brotli-1.0.9-2-src * brotli-debuginfo-1.0.9-2 Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. This update fixes pkg-config files in libbrotli-devel: usr/lib/pkgconfig/libbrotlicommon.pc usr/lib/pkgconfig/libbrotlidec.pc usr/lib/pkgconfig/libbrotlienc.pc Thanks to David McFarland for the report [1] and the patch [2] ! [1]: https://sourceware.org/pipermail/cygwin/2021-April/248321.html [2]: https://sourceware.org/pipermail/cygwin/2021-April/248322.html Lemures Lemniscati