From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr6.vodafonemail.de (mr6.vodafonemail.de [145.253.228.166]) by sourceware.org (Postfix) with ESMTPS id DC19E3857C61 for ; Sat, 3 Feb 2024 21:10:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DC19E3857C61 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DC19E3857C61 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.166 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706994624; cv=none; b=oI68SDbkwSl4TyCgrSvU75lAcYfukcwRbvPMgTTRoGy41YWjI8VBHiSPqPAbt4BaRD0P/LhHHG1fCUvWmLKWz8Qi9O4DhG1FLTKZhL2cZWA7wIbn8W25vwlZnm0aIlc/qUbmEMa707MJ4g0qz6LcwyS1iy6ZCe5+pLV3Ueu7y5c= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706994624; c=relaxed/simple; bh=ZeMgj/lozmemZdSqoGlQyU7ilfD4KboILNzFtw+WUdI=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=Sd50ui+A0HgE/I8R1r1J+dOEzU6aFQcFiyiCeaaj8BRnBU9moM7B1XBCkQ1mYn95BSPt5zbD5LuIqhDnM0MOZtoYgSZmgEaqMpD3zsQp2pcNcVa8iTN8Kbdbc00KEqYSGWQkYxSKLTpNTKXXVDSIPNIfTwIKMPO5Bv/6J+NP0as= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1706994620; bh=yglVw7x+ovGQnuVpphwUrcxFzLrkmmal/Wm9C8h98Zg=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=lqX96MAg4y+v4q7sL9Ii9fhp1hupYhR68cMOiermPUC+86ccsx6xEfRXVsZ8a0oSP Io3ixs8yLFaLrBSiwJ0LOuZkb07Cksqabiomy6wFn5xsNF0jOk2D/buZ/Spmwc7ksF 3zzq+0fIGE1/TWcn38ZAkiEsvdWsi/Y6q1yZ+qJ0= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr6.vodafonemail.de (Postfix) with ESMTPS id 4TS4zc6Tshz1y2R for ; Sat, 3 Feb 2024 21:10:20 +0000 (UTC) Received: from Gerda (p54a0c6f4.dip0.t-ipconnect.de [84.160.198.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4TS4zX3rQ9zMkrt for ; Sat, 3 Feb 2024 21:10:13 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Re-Released: {,mingw64-{x86_64,i686}-}libarchive-3.7.2-2 Date: Sat, 03 Feb 2024 22:10:13 +0100 Message-ID: <87r0hts18q.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate: clean X-purgate-size: 808 X-purgate-ID: 155817::1706994616-B8B2D6E3-80984BC6/0/0 X-Spam-Status: No, score=-3030.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Libarchive has been re-released as version 3.7.2-2, the following (sub-)packages: libarchive (source) libarchive-devel libarchive13 bsdcat bsdcpio bsdtar bsdunzip are available in the Cygwin distribution. The MinGW64 packages for the cross-compilation toolchains have been updated as well: mingw64-i686-libarchive mingw64-x86_64-libarchive This is a rebuild to take advantage of new features in Cygwin 3.5.0. DESCRIPTION Multi-format archive and compression library It is a portable, efficient C library that can read and write streaming archives in a variety of formats. It also includes implementations of the common tar, cpio, and zcat command-line tools that use the libarchive library. HOMEPAGE https://www.libarchive.org/ --