From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id AE9E938F861C for ; Tue, 24 May 2022 14:09:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AE9E938F861C Received: by mail-pl1-x635.google.com with SMTP id i1so15957306plg.7 for ; Tue, 24 May 2022 07:09:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=MHLHV5v0pitAIpt3K0UVvc6cN2Ziu/qd1kQfeMRZLQw=; b=pCe8VJBqjPhO0axQAOdiolJYaQBU8HnwjGXkGQM6Y1AkAVilGGCRGiC1quIZpPb78y jn5qMIeuqGKsvo+YVSEo13zVznaJRpKU93sETAW6vsTHE3+G93B+cTMHZP/F6zqZmqCA w8PlH1nrHzWlUSwv0nEtcUpjk2eIzYn+Ss7UxWqDBIwsVoRbjx+P6cSjt9GIRJhIlbI+ C2bz2cOeexE/ZRA31EbtQYJg2DlkWFkhEH84Ukix9PtwnGHHDRbM7A/mNKnIIk1drvXB u0utS44x9dSLHi0Foci+XnfCmG7+Wp9W/oHkuMz22oIAmGAJKonVgCIHnIKOKZTZPqhJ JHhA== X-Gm-Message-State: AOAM533X5mU+62ZIbEQchUN/r7DDA1tDR/WQsh2RugHL1AyOA/W7JQ9j COz8TdnWnA3vgr+0M2yurAirn/x16e4= X-Google-Smtp-Source: ABdhPJyhG+F+SgiRpbaUTO1Gp5dKKDGbjFPC2m7fYDvvIlKhRaMe4feamoRwaS6Vorg2Ute3lhsowQ== X-Received: by 2002:a17:90b:4c4d:b0:1df:a164:7055 with SMTP id np13-20020a17090b4c4d00b001dfa1647055mr4765865pjb.180.1653401386612; Tue, 24 May 2022 07:09:46 -0700 (PDT) Received: from [192.168.3.3] ([2400:2411:aa20:4300:c942:172e:314f:ace1]) by smtp.gmail.com with ESMTPSA id y12-20020a62ce0c000000b0050dc762812esm9476170pfg.8.2022.05.24.07.09.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 May 2022 07:09:46 -0700 (PDT) Date: Tue, 24 May 2022 23:09:46 +0900 From: Lemures Lemniscati To: cygwin-announce@cygwin.com Subject: Updated: libdeflate-1.11-1 Message-Id: <20220524230944.21EF.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.04 [ja] X-Antivirus: Avast (VPS 220524-2, 2022/5/24), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.0 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, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2022 14:09:49 -0000 The following packages have been updated to the latest upstream version: * libdeflate-devel-1.11-1 * libdeflate-tools-1.11-1 * libdeflate0-1.11-1 * libdeflate-1.11-1-src * libdeflate-debuginfo-1.11-1 -- libdeflate 1.11 A library for fast, whole-buffer DEFLATE-based compression and decompression libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. The supported formats are: DEFLATE (raw), zlib (a.k.a. DEFLATE with a zlib wrapper), gzip (a.k.a. DEFLATE with a gzip wrapper). libdeflate is heavily optimized. It is significantly faster than the zlib library, both for compression and decompression, and especially on x86 processors. In addition, libdeflate provides optional high compression modes that provide a better compression ratio than the zlib's 'level 9'. Source: https://github.com/ebiggers/libdeflate News: https://github.com/ebiggers/libdeflate/blob/v1.11/NEWS.md License: MIT License https://github.com/ebiggers/libdeflate/blob/v1.11/COPYING Cygwin Package Summary: https://www.cygwin.com/packages/summary/libdeflate-src.html Cygport Source: https://cygwin.com/git/?p=git/cygwin-packages/libdeflate.git -- Lemures Lemniscati