From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta-snd-w07.mail.nifty.com (mta-snd-w07.mail.nifty.com [106.153.227.39]) by sourceware.org (Postfix) with ESMTPS id 00BA63858422 for ; Mon, 11 Mar 2024 07:30:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 00BA63858422 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 00BA63858422 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.227.39 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710142230; cv=none; b=ktGOBTmydW+1hp2zB/MyNPnBkU5XJPTwSxwrD8921pjm9He8qoPzmqZFzDbJJNPbKupFh5P6/Z9GFFyz/XLT94GKsk+pxowuA+fOtukJ7RQ+Pp+/hmGvzg2HRuOaLeMMLgwSQ4l/MIRk9vtL7CtWaCiJyzPDrLHrdxFBVwWeik8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710142230; c=relaxed/simple; bh=pPH+t8OVu3yZfLP4f9A4GavGxm72Q6n0NDhJ1mmlbyg=; h=From:To:Date:Message-Id:Subject; b=s0UOAfJhNxZlmfdYkS+uRUqZEAfQ1cErtyzZ/JKjDBd1S9YMlkgyAfClaQWnScPxKi9AiP7AAQk455n3PovS1HyjDJvmgqtnkbw5b9MJEHUpa2WIGVxPyCioBSO5ickZEiK7OPCfwSH9tDwFWw9YRWJNYHr/K16VF57TSqJB1AU= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost.localdomain by dmta1017.nifty.com with ESMTP id <20240311073026920.PDYK.70310.localhost.localdomain@nifty.com> for ; Mon, 11 Mar 2024 16:30:26 +0900 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Mon, 11 Mar 2024 16:30:16 +0900 Message-Id: <20240311163016.54906-1-takashi.yano@nifty.ne.jp> Subject: unbound 1.19.2-1 X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,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 List-Id: The following packages have been uploaded to the Cygwin distribution: * unbound-1.19.2-1 * libunbound8-1.19.2-1 * libunbound-common-1.19.2-1 * libunbound-devel-1.19.2-1 * python3-unbound-1.19.2-1 Unbound is a validating, recursive, and caching DNS resolver. Unbound is designed as a set of modular components, so that also DNSSEC validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible. - Fix CVE-2024-1931