Received: by mail.netbsd.org (Postfix, from userid 605) id C9F0584F15; Mon, 19 Feb 2024 19:49:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708372150; bh=g0wfFri5JHi28y3DGaxYGlt0VMeIrgKUfqGevXUPg+A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=D0+7fp/LUUvpOAm8N79oj3poJNYXAYxN5HfsGz71C7jjds9mzZ6gJDzp61H/Pg+C9 /BbGlsdGK0s1Wi3HsxDep+ZNaq04K4ZKIov5NGCc5WrA/v/EifZvRrTWLVaR4zmu4H zcgOxj1shS0KriGglaBw5FFpeGXw41SJjaQLkiLQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3D2184ECA for ; Mon, 19 Feb 2024 19:39:06 +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 6UJG14SqECH4 for ; Mon, 19 Feb 2024 19:39:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 617D584CCF for ; Mon, 19 Feb 2024 19:39:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708371546; bh=g0wfFri5JHi28y3DGaxYGlt0VMeIrgKUfqGevXUPg+A=; h=Date:From:Subject:To:Reply-To; b=iSu6Y5xXNP16c+5sxcB4btQioYZ4WdqBH1TWdxq31sqHXD9erqcbBZJN4dHY43Dyq Y/78257RTThHvXXpXEFyUUxTpO56m2+Y3Bm29ZI5LNaISA+dxiue7tIDTES85uiNa6 1yIPHV6zF3v3BZ9i6YQE8dI25xbKYAECXPiL1LLI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B9CCF9F4; Mon, 19 Feb 2024 19:39:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17083715461170" MIME-Version: 1.0 Date: Mon, 19 Feb 2024 19:39:06 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240219193906.5B9CCF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17083715461170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Feb 19 19:39:06 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/unison to 2.53.4 To generate a diff of this commit: cvs rdiff -u -r1.1358 -r1.1359 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17083715461170 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1358 pkgsrc/doc/CHANGES-2024:1.1359 --- pkgsrc/doc/CHANGES-2024:1.1358 Mon Feb 19 19:34:54 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Feb 19 19:39:06 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1358 2024/02/19 19:34:54 gdt Exp $ +$NetBSD: CHANGES-2024,v 1.1359 2024/02/19 19:39:06 gdt Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2413,3 +2413,4 @@ Changes to the packages collection and i Updated devel/py-tox to 4.13.0 [adam 2024-02-19] Updated devel/py-limits to 3.9.0 [adam 2024-02-19] Added net/qrcp version 0.11.1 [gdt 2024-02-19] + Updated net/unison to 2.53.4 [gdt 2024-02-19] --_----------=_17083715461170--