Received: by mail.netbsd.org (Postfix, from userid 605) id DCEFF84F07; Mon, 4 Mar 2024 00:02:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709510563; bh=VSdC+gT9xLFWRuIjKRAol/pjONgwIy0caaGiLg1lu2s=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lNBUkadbyxm2iR7eVN8O5xuiCZwgrgQ2oyZmkUFkObxJwpfyfs7Jq2uHTHkZZ8WYb /ad2YiulSZnhqPnNPXBi00E8wGJ8UQYArozdDTjOp84ZWIJwYS9Qkl6wJ/+SGk8VPQ zccr29g/eTxHNFEOb37jegLeV803x3aQ9UFTI7Qs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57A8084DB9 for ; Mon, 4 Mar 2024 00:00:08 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UUxPIPwuBwd3 for ; Mon, 4 Mar 2024 00:00:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D8AB484CFF for ; Mon, 4 Mar 2024 00:00:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709510407; bh=VSdC+gT9xLFWRuIjKRAol/pjONgwIy0caaGiLg1lu2s=; h=Date:From:Subject:To:Reply-To; b=1ydMvP5lS5dukZWn7wf3Kh4BfIvt41+/GTHaLylpw4huLAlIekPopJXlIWwq37V5f XXA6gPumD2d2LrYbyJfFJ11lGZs0BSBj97fw4/emKUet3fRP4CoSiui6wgnS73GKsh l+I0ydN1aFZAfCZ5aTsFeUuz9IgSWca55qAjCjFQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1F86FA27; Mon, 4 Mar 2024 00:00:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709510407195720" MIME-Version: 1.0 Date: Mon, 4 Mar 2024 00:00:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240304000007.D1F86FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709510407195720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 4 00:00:07 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated x11/xsm to 1.0.6 To generate a diff of this commit: cvs rdiff -u -r1.1688 -r1.1689 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709510407195720 Content-Disposition: inline Content-Length: 684 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.1688 pkgsrc/doc/CHANGES-2024:1.1689 --- pkgsrc/doc/CHANGES-2024:1.1688 Sun Mar 3 23:59:18 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Mar 4 00:00:07 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1688 2024/03/03 23:59:18 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1689 2024/03/04 00:00:07 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2923,3 +2923,4 @@ Changes to the packages collection and i Updated x11/xmh to 1.0.5 [wiz 2024-03-03] Updated x11/xpr to 1.2.0 [wiz 2024-03-03] Updated x11/xrefresh to 1.1.0 [wiz 2024-03-03] + Updated x11/xsm to 1.0.6 [wiz 2024-03-04] --_----------=_1709510407195720--