Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ORiYhOC5; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=oCmsj6xb Received: by mail.netbsd.org (Postfix, from userid 605) id CCA9584EAE; Thu, 16 May 2024 15:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715873056; bh=111p+aBUcMH2Y+TvnD8HGp0jyJ70JwoYtTw1A8OAHpo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ORiYhOC5+VxUP4i0P/Ml/FVraQYtmh4xpwH5QR8h++jRG317GhYNyKqytX9CnNMSZ CpFuuzcD/dJOrZX8C1+s8zKirqthNUnEMhyoAQVZcg8NoJdhYiOAsDnYKTa6oBeEHZ zVFecp18xP7KhDSDW1IgGNATlu4noy4s0Y7+n5zU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD88984D68 for ; Thu, 16 May 2024 15:24:14 +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 zxHgSSfEHl1v for ; Thu, 16 May 2024 15:24:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21ECD84D57 for ; Thu, 16 May 2024 15:24:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715873054; bh=111p+aBUcMH2Y+TvnD8HGp0jyJ70JwoYtTw1A8OAHpo=; h=Date:From:Subject:To:Reply-To; b=oCmsj6xboIoiVSxoOJ3JWmy+Q3wdO9QcK3t8/sq7nk9bsc6/wOiy79qlSH+M7sU/R kI4NMKS40fRJkoeWpCRiYE574jv9Ld4c+OO41vircT/XYQyyLj+/Rbr6TjPqpTahii lLu+lj1ZPfbjdl2M1eiNzsBHmfQmDPQ+Y8MFQF+c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 171B2FA2C; Thu, 16 May 2024 15:24:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715873054283960" MIME-Version: 1.0 Date: Thu, 16 May 2024 15:24:14 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind918 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240516152414.171B2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715873054283960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu May 16 15:24:14 UTC 2024 Modified Files: pkgsrc/net/bind918: Makefile distinfo Log Message: net/bind918: update to 9.18.27 9.18.27 (2024-05-15) 6374. [bug] Skip to next RRSIG if signature has expired or is in the future rather than failing immediately. [GL #4586] 6372. [func] Implement signature jitter for dnssec-policy. [GL #4554] To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/bind918/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/bind918/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715873054283960 Content-Disposition: inline Content-Length: 1905 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind918/Makefile diff -u pkgsrc/net/bind918/Makefile:1.31 pkgsrc/net/bind918/Makefile:1.32 --- pkgsrc/net/bind918/Makefile:1.31 Sat Apr 20 14:02:39 2024 +++ pkgsrc/net/bind918/Makefile Thu May 16 15:24:13 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2024/04/20 14:02:39 taca Exp $ +# $NetBSD: Makefile,v 1.32 2024/05/16 15:24:13 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/ EXTRACT_SUFX= .tar.xz @@ -16,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.18.26 +BIND_VERSION= 9.18.27 BUILD_DEFS+= BIND_DIR VARBASE Index: pkgsrc/net/bind918/distinfo diff -u pkgsrc/net/bind918/distinfo:1.18 pkgsrc/net/bind918/distinfo:1.19 --- pkgsrc/net/bind918/distinfo:1.18 Sat Apr 20 14:02:39 2024 +++ pkgsrc/net/bind918/distinfo Thu May 16 15:24:13 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2024/04/20 14:02:39 taca Exp $ +$NetBSD: distinfo,v 1.19 2024/05/16 15:24:13 taca Exp $ -BLAKE2s (bind-9.18.26.tar.xz) = f873e9aaa5c11c9b120f739b8cb07d7ed905550272d31d435efe40214a242955 -SHA512 (bind-9.18.26.tar.xz) = 517951bd462aff206706a4bbae3ef917299f90af361fb931a50d2340f0580010b8a0eedce1d4e8c99e99389fc44d71221b907e30d91be0d398acbe29688d6e55 -Size (bind-9.18.26.tar.xz) = 5519432 bytes +BLAKE2s (bind-9.18.27.tar.xz) = dbfa5ee455f75afc9463e0dac4c14a57cc10ce8af65ef9098cdddcd756bdf7f5 +SHA512 (bind-9.18.27.tar.xz) = d0c89821fef38e531d65b465adeb5946589775e6a4d5e2068e969f1106c961d3b202af19247b9e20f9fbde645be10d610478edf89ed0d83b39d38fb4353c693a +Size (bind-9.18.27.tar.xz) = 5524000 bytes SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1 SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d --_----------=_1715873054283960--