From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95160 invoked by alias); 19 May 2019 16:08:31 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 89343 invoked by uid 89); 19 May 2019 16:02:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=upcoming, compression, H*F:D*cygwin.com X-HELO: mx1.redhat.com From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Sun, 19 May 2019 16:08:00 -0000 Message-Id: <20190519120139.631-1-yselkowitz@cygwin.com> Subject: brotli 1.0.7-1 X-SW-Source: 2019-05/txt/msg00037.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * brotli-1.0.7-1 * libbrotlicommon1-1.0.7-1 * libbrotlidec1-1.0.7-1 * libbrotlienc1-1.0.7-1 * libbrotli-devel-1.0.7-1 * python27-brotli-1.0.7-1 * python36-brotli-1.0.7-1 * python37-brotli-1.0.7-1 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 has been added as a upcoming dependency of the curl and httpd packages. -- Yaakov