From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr3.vodafonemail.de (mr3.vodafonemail.de [145.253.228.163]) by sourceware.org (Postfix) with ESMTPS id 1CB4B3858C29 for ; Sun, 26 Nov 2023 12:30:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1CB4B3858C29 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 1CB4B3858C29 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.163 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701001848; cv=none; b=EU65esxU/a/2GKDoCbJi/lH6QMeROuqe0lFQW3M8fAWUZpZ1qtIk8ClS/n560zac0FrTrcoADSUqp9t7hl6wQwxgxNfNZpLGU6i5/gc+buJ9U409XqE0eyIvlPFv9Hw38XYUf70UHYV8C82+QIZ+BJ2mqjzFFPW11Eov0AkSHtQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701001848; c=relaxed/simple; bh=5kftb3xkM+z9i+CZ5OFSsv5hZSUA1n6EbJJDRuyV0/g=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=mw+jWfaW6FYfnGAea8SqC2EOe5qOAU8wiHJXjBU1H3We3uBm1L9SAoOGAn/lJyO6XnR2GGgc5FIpROrPrV+6ZmzItWj3e1MatRqHI4fyDftnO4cGpGSX/x49t6BkXNCxn97ioCs3z+5HCb47F9sZFWWbsuOisD5+TOvmVKFzeUY= 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=1701001845; bh=/Q2Ff4NYAUm9qlB0aqSKE60mQG0eImeV9x7rmDDmj+E=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=m3ovQfwGHpoaev2GvW2hTnjeN3VXoZgCd+oLzrFOa6MX5ctdpMnoy0izusSYCISi/ DvY/p+9NyD9vKclImBiULMfwhiMnk0ONZAowceyKZCXYakC+0uk9PWBnGgY/VjBOX+ GA+1UVYQDCWUHdlPR/NJmJNiWdqZKG9B2km9wYMo= 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 mr3.vodafonemail.de (Postfix) with ESMTPS id 4SdSjx5ts9z1ydX for ; Sun, 26 Nov 2023 12:30:45 +0000 (UTC) Received: from Gerda (p5b2f3e50.dip0.t-ipconnect.de [91.47.62.80]) (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 4SdSjs47KCzMm5T for ; Sun, 26 Nov 2023 12:30:38 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Updated: pkgconf 2.1.0-1 Date: Sun, 26 Nov 2023 13:30:34 +0100 Message-ID: <87bkbgy9w5.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::1701001841-B37FE228-212F32FB/0/0 X-Spam-Status: No, score=-3030.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,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: The following packages have been uploaded to the Cygwin distribution: libpkgconf-devel-2.1.0-1 libpkgconf4-2.1.0-1 pkg-config-2.1.0-1 pkgconf-2.1.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. --