Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nDr0yl2T; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zjCPUUBr Received: by mail.netbsd.org (Postfix, from userid 605) id 755FB84E6D; Mon, 29 Apr 2024 08:58:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714381097; bh=Xvh9+KcSa9osWc+8cGjsMuYipWAs5VydV4iZyRa76os=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=nDr0yl2TevWpIWICbS4zu+iEa0f/5VeSgyqkUEOAGAjTLmZ22NGzWgTuxGDg7HbI2 PIIjAby6xzMjVOvll9xXw1UfKcdS2BW0GR3+1Bc2RsvAj+ZX/+8ZWKdUEyRZVOsIw/ wYCeFm54z/J1/9G0FWBVdKTwy8smfDV620fgDHwc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6784C84D5E for ; Mon, 29 Apr 2024 08:58:16 +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 l8MogCM8WQE2 for ; Mon, 29 Apr 2024 08:58:16 +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 BA86184D0E for ; Mon, 29 Apr 2024 08:58:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714381096; bh=Xvh9+KcSa9osWc+8cGjsMuYipWAs5VydV4iZyRa76os=; h=Date:From:Subject:To:Reply-To; b=zjCPUUBrtu7kargRCmHEbIwcx6j8F/FgwydxnQ7mK5R3R+h9/1cglJtWcAjvdoufd bPixuRw2xZKOnKx+BiL9yvD+ClhMxRkp5Hk6uLU3xlyLjjADQi7LQKy1kcJ4lVGykE kAxjkrQF6fMqkg+EwT/yBskHfBQD8o9OQy3lNoig= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1A89FA2C; Mon, 29 Apr 2024 08:58:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714381095142490" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 08:58:15 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20240429085815.B1A89FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714381095142490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Mon Apr 29 08:58:15 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated news/flnews to 1.2.1 To generate a diff of this commit: cvs rdiff -u -r1.2856 -r1.2857 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714381095142490 Content-Disposition: inline Content-Length: 729 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.2856 pkgsrc/doc/CHANGES-2024:1.2857 --- pkgsrc/doc/CHANGES-2024:1.2856 Mon Apr 29 08:56:12 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 29 08:58:15 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2856 2024/04/29 08:56:12 pho Exp $ +$NetBSD: CHANGES-2024,v 1.2857 2024/04/29 08:58:15 micha Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4678,3 +4678,4 @@ Changes to the packages collection and i Updated devel/py-plumbum to 1.8.3 [adam 2024-04-29] Updated devel/py-line_profiler to 4.1.3 [adam 2024-04-29] Updated devel/hs-atomic-primops to 0.8.7 [pho 2024-04-29] + Updated news/flnews to 1.2.1 [micha 2024-04-29] --_----------=_1714381095142490--