From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr5.vodafonemail.de (mr5.vodafonemail.de [145.253.228.165]) by sourceware.org (Postfix) with ESMTPS id 0581E3858D34 for ; Sun, 14 Apr 2024 19:19:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0581E3858D34 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 0581E3858D34 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.165 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713122354; cv=none; b=F2yieOMM/aypcT5H9+p4QAwkpyssWUocIZlfDCQF3+p6s+56mkB2MWJnTh8RG5uELv5hTDnTbC5VGQXF7I5/p25MYzamoDZ+5jTCgt35zXZ6sUDiml7a3TznOm1E5rS3c6uCp9NVJeemelxTHjPeEtz8Ci1RKiHL27tHD5ACTQE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713122354; c=relaxed/simple; bh=pS7ePCP5/DuLpGhswPoqKcXALv27RM1TtDPGqedta4s=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=QoHewl9Yywx4wYoxLjqz2RNmIoxE4dXr+A/M0o8TbagMkNAEk7ngXj+7KnlQJPqFQ13x9re2Q8sSxKQuB3Bx7BLS9SsSgt87A+YhRqgsasBZ5m/L6PTni2ZDYwAphIWcGycM/C35as7Mtn0+ZNwwYD6j/HWzJHIRRJRY/rbnrF4= 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=1713122349; bh=HqfhFguafF6zZfmrVbfqhzBhWn7t+7LOPWy9YPVw0Aw=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=ftEX2kutlaGrN+x2R+Rq4T0PdEVKZEVaf/DDWyRVG7/Ld6BNxCAmk37C/w9eLzUct brRM9AUiBEnG/wZosYCrSsSlyripvCjv74pAc0joxR+xI2xQkkLJzJyyLiVOAVCa3z HOMLJ8ZANf68yvXjyi7cPbqzCMncM3Dl8MMD0ml4= 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 mr5.vodafonemail.de (Postfix) with ESMTPS id 4VHg8Y5RQpz1y7q for ; Sun, 14 Apr 2024 19:19:09 +0000 (UTC) Received: from Gerda (p54a0ceea.dip0.t-ipconnect.de [84.160.206.234]) (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 4VHg8T3m74zKm4Y for ; Sun, 14 Apr 2024 19:19:02 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Updated: {,mingw64-{x86_64,i686}-}libarchive-3.7.3-1 Date: Sun, 14 Apr 2024 21:19:02 +0200 Message-ID: <871q77ah21.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: 776 X-purgate-ID: 155817::1713122345-97FFDB22-1380DBDD/0/0 X-Spam-Status: No, score=-3030.1 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 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 updated to version 3.7.3-1, 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 minor upstream bugfix release. 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/ --