From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr4.vodafonemail.de (mr4.vodafonemail.de [145.253.228.164]) by sourceware.org (Postfix) with ESMTPS id 967003858C32 for ; Sat, 6 Apr 2024 18:27:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 967003858C32 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 967003858C32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.164 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712428032; cv=none; b=N/jRT0hpPUnrhsHqMLyMrD0OB3CFPGd1sR+jVjICxlaJHSQQHAYjcMEKWpVCegD3Oh8PK1bqHrii7rgjP+1BK4tvugimzb6U5suC0Eqkwz8rhvy/OipnH3xZOFRFN8c/beVzsYzV6FH95byNJHXHNtJ3Be5xGKXLgCuuI+RtJuI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712428032; c=relaxed/simple; bh=SMwVxvljtOsJ9ss/zY5gkFdSWu1QOhI3lXrU+TkGE84=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=uUVuFFXK8gTuuTlWYvehAcQ8jYtlUlTynhDYVd099iUfx/vOJT8EKGfOzo0VJ05tbz7cfZRaO9XzMI9bF/4hmgfR+i21HCoyeht+lEdnXuc/3JtnOMWv0C7mheLK8QrHIfxf2h96lg9PTK4vVye5qDXz8loCBwMwNN9x77+V2pM= 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=1712428029; bh=FK1ZjYnWdd+JKt/7A83B/qk5wlyO0R/USzhAhMat8t0=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=aTiNz5oapUuWQOTIu0VKCZYjuVsNPZJUOuxLdMmoseqNvTEDQU6H3QhiBEKw2v6JP zLY+83Pm9lYf2VpQlEVByu7kofvGLRDBTkhXUUoH5kSfuQBFHWps4+vnTLI8egozw5 8icfa+MRiV9yKIYfZ5FCVbw9BdS+daPZjefvXdYY= 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 mr4.vodafonemail.de (Postfix) with ESMTPS id 4VBkNF2QXzz1y26 for ; Sat, 6 Apr 2024 18:27:09 +0000 (UTC) Received: from Gerda (p57b9d466.dip0.t-ipconnect.de [87.185.212.102]) (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 4VBkN9164lzMkrx for ; Sat, 6 Apr 2024 18:27:02 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Updated: pkgconf 2.2.0-1 Date: Sat, 06 Apr 2024 20:27:01 +0200 Message-ID: <8734ry73ey.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: 455 X-purgate-ID: 155817::1712428025-967FABA7-21883712/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: The following packages have been uploaded to the Cygwin distribution: libpkgconf-devel-2.2.0-1 libpkgconf4-2.2.0-1 pkg-config-2.2.0-1 pkgconf-2.2.0-1 pkgconf is a program which helps to configure compiler and linker flags for development frameworks. It is an alternative to pkg-config. This is an update to the latest upstream release. The cross-pkg-config commands have been switched to symlinks based on upstream advice. --