Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCEB584F81 for ; Tue, 27 Jun 2023 17:14:27 +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 ARlauusGyahD for ; Tue, 27 Jun 2023 17:14:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 06D2284CF4 for ; Tue, 27 Jun 2023 17:14:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69F34FA89; Tue, 27 Jun 2023 17:13:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687886009138590" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 17:13:29 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/openresolv To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20230627171329.69F34FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687886009138590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Tue Jun 27 17:13:29 UTC 2023 Modified Files: pkgsrc/net/openresolv: Makefile distinfo Log Message: Update to openresolv-3.13.2 with the following changes: * Do not return error from -i when no interfaces are configured * libc: provide a toggle for moving vs writing to resolv.conf To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/openresolv/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/openresolv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687886009138590 Content-Disposition: inline Content-Length: 1569 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.34 pkgsrc/net/openresolv/Makefile:1.35 --- pkgsrc/net/openresolv/Makefile:1.34 Sun Apr 23 08:03:59 2023 +++ pkgsrc/net/openresolv/Makefile Tue Jun 27 17:13:29 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2023/04/23 08:03:59 roy Exp $ +# $NetBSD: Makefile,v 1.35 2023/06/27 17:13:29 roy Exp $ -DISTNAME= openresolv-3.13.1 +DISTNAME= openresolv-3.13.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=NetworkConfiguration/} GITHUB_PROJECT= openresolv Index: pkgsrc/net/openresolv/distinfo diff -u pkgsrc/net/openresolv/distinfo:1.28 pkgsrc/net/openresolv/distinfo:1.29 --- pkgsrc/net/openresolv/distinfo:1.28 Sun Apr 23 08:03:59 2023 +++ pkgsrc/net/openresolv/distinfo Tue Jun 27 17:13:29 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2023/04/23 08:03:59 roy Exp $ +$NetBSD: distinfo,v 1.29 2023/06/27 17:13:29 roy Exp $ -BLAKE2s (openresolv-3.13.1.tar.xz) = 26ea290a5e8730f5d1203e84782d5dfec1e8e0e43794b7b569d9250b27736a9e -SHA512 (openresolv-3.13.1.tar.xz) = 200ad330ddeeead83f7338f75edec5bfbed7e0fddfab601f490e175b46948c504abd9ce70c015d97328da397536a2fd7f8c55e3906a5f8ac7ab32201d02f98a1 -Size (openresolv-3.13.1.tar.xz) = 21336 bytes +BLAKE2s (openresolv-3.13.2.tar.xz) = ed213355d744b472ee80efcbead0965d572e43db216d1afba6ba8af404c5bf50 +SHA512 (openresolv-3.13.2.tar.xz) = 4f1bc3e2865bc233d12c29e75893b3e53db0b127a7167d9be4ddd0228ba4f689f62af93eab088fb4d4f66baa556ed402c7fc5ecb9c4af5509004125af60fa379 +Size (openresolv-3.13.2.tar.xz) = 21540 bytes --_----------=_1687886009138590--