Received: by mail.netbsd.org (Postfix, from userid 605) id 3B8BE84E97; Thu, 13 Apr 2023 10:34:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B17F84D3A for ; Thu, 13 Apr 2023 10:34:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cLqASxw-cpYj for ; Thu, 13 Apr 2023 10:34:53 +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 C85E284CEB for ; Thu, 13 Apr 2023 10:34:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBDD9FA85; Thu, 13 Apr 2023 10:34:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681382093287590" MIME-Version: 1.0 Date: Thu, 13 Apr 2023 10:34:53 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/openresolv To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20230413103453.BBDD9FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681382093287590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Thu Apr 13 10:34:53 UTC 2023 Modified Files: pkgsrc/net/openresolv: Makefile distinfo Log Message: Update openresolv-3.13.0 with the following changes: * /etc/resolv.conf is now updated by mv(1) so it's atomic and watchers don't read partials. * unbound can now add generic options to forward zones. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/openresolv/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/openresolv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681382093287590 Content-Disposition: inline Content-Length: 1834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/openresolv/Makefile diff -u pkgsrc/net/openresolv/Makefile:1.32 pkgsrc/net/openresolv/Makefile:1.33 --- pkgsrc/net/openresolv/Makefile:1.32 Thu Dec 3 14:10:12 2020 +++ pkgsrc/net/openresolv/Makefile Thu Apr 13 10:34:53 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2020/12/03 14:10:12 zafer Exp $ +# $NetBSD: Makefile,v 1.33 2023/04/13 10:34:53 roy Exp $ -DISTNAME= openresolv-3.11.0 +DISTNAME= openresolv-3.13.0 CATEGORIES= net -MASTER_SITES= ftp://roy.marples.name/pub/openresolv/ -MASTER_SITES+= https://www.aydogan.net/distfiles/roy/openresolv/ -EXTRACT_SUFX= .tar.xz +MASTER_SITES= ${MASTER_SITE_GITHUB:=NetworkConfiguration/} +GITHUB_PROJECT= openresolv +GITHUB_TAG= ${DISTNAME} MAINTAINER= roy@NetBSD.org HOMEPAGE= https://roy.marples.name/projects/openresolv/ Index: pkgsrc/net/openresolv/distinfo diff -u pkgsrc/net/openresolv/distinfo:1.26 pkgsrc/net/openresolv/distinfo:1.27 --- pkgsrc/net/openresolv/distinfo:1.26 Tue Oct 26 11:06:12 2021 +++ pkgsrc/net/openresolv/distinfo Thu Apr 13 10:34:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2021/10/26 11:06:12 nia Exp $ +$NetBSD: distinfo,v 1.27 2023/04/13 10:34:53 roy Exp $ -BLAKE2s (openresolv-3.11.0.tar.xz) = 04b418923f8ed236e7ec5a63d591090b1932da6f160583af85056a771d01dff5 -SHA512 (openresolv-3.11.0.tar.xz) = 09708b8a1abf7de926f75a1825d4243be6e59fc1de7cc3d7ab7f5a317e11175bd24af03bff2c878ccc54c96913feed27630765647c70fec8a9f9aa7370744e24 -Size (openresolv-3.11.0.tar.xz) = 20552 bytes +BLAKE2s (openresolv-3.13.0.tar.gz) = 2807a70f327bf322edfc3036dd62246c89549ad77518f5b6deeb1d8496d3f333 +SHA512 (openresolv-3.13.0.tar.gz) = 4afd8ae3fac9af248478c8b60f4f6845dc29925d789874d6b8515cf16b08de5d51be5f0151e9e8ea9124f0cb2ddbacdf00150500d8b6922a041920b9b1a18a2b +Size (openresolv-3.13.0.tar.gz) = 23613 bytes --_----------=_1681382093287590--