Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Gn9/BXoh; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=o+UCwQ9b Received: by mail.netbsd.org (Postfix, from userid 605) id 0375A84E19; Fri, 19 Apr 2024 12:35:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713530130; bh=L8wF2P0Qso5iBm93/YjJ5CoxM49bRre3Q7v2V5gMlXw=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=Gn9/BXohldB4fJVxloVhWg/3tqA4sgqig4jwyUCDEmXl1IzYgMj+3U3QDM+8EguOy HB/w/K8N0FuqR4zu6lY3H8W1PgjphzjqVwDFT3PBkxMntHhsTsytS1eo4aYs1g/wK/ rJ5cDQkCjUKm6ncb5IK016Sq9n/pbk++quMdaXdI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA6FC84F6A for ; Fri, 19 Apr 2024 12:35:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yyQS9DsU-4_W for ; Fri, 19 Apr 2024 12:35:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 759D084D08 for ; Fri, 19 Apr 2024 12:35:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713530128; bh=L8wF2P0Qso5iBm93/YjJ5CoxM49bRre3Q7v2V5gMlXw=; h=Date:From:Subject:To:Reply-To; b=o+UCwQ9boFe0q0v/ubwlySQh5JYG6iF/TCMw/C0lJjd1WI0vYmtxe4nkx4IaldiAz co6T6gaV1p24he0c+fLIXUwUwsCosTUbETKIUI0Y2KR1FV1fVEGFLe5tIlPbmpCx2c f3vwOnmaSsTd4bicgiEwiyL6ZpPmok26+ImHM1vA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D24BFA2C; Fri, 19 Apr 2024 12:35:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 08:35:28 -0400 From: "Christos Zoulas" Subject: CVS commit: src/external/mpl/bind/dist/lib/ns To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240419123528.6D24BFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Fri Apr 19 12:35:28 UTC 2024 Modified Files: src/external/mpl/bind/dist/lib/ns: query.c Log Message: PR/58170: Yoshitaka Tokugawa: Remove blocking statement when the requestor asks for for an address that is in the cache and that access is prevented by a cache acl because the querier has no way to know that this access is denied, so it is not an abuse. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/mpl/bind/dist/lib/ns/query.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.