Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=QP+rzAra; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XRMJv8or Received: by mail.netbsd.org (Postfix, from userid 605) id D713C84D6A; Sun, 24 Mar 2024 14:36:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711291007; bh=uvX5SRc+00+vdN30voEK9U9jBeh9hJn6rgSrg+32AOE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QP+rzAra1u12Cz3aAoJ1tApvlnH2YMI1H+XEyy2i6ngjY47H2ZGKWjqiMjlLVxDlE M34sF937gvWf7Ss+Vyb72sR3Sstx9Y8cDS+emQA1YmbZ5+2IJsYuSCcCHgA2NvTu1l H8UHSzgXqa/vNbRQVuvVLIaMuvk1/taZr15xTlXY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C816484D1D for ; Sun, 24 Mar 2024 14:36:45 +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 KI0t5RnwKVbu for ; Sun, 24 Mar 2024 14:36:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 280F684CC9 for ; Sun, 24 Mar 2024 14:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711291005; bh=uvX5SRc+00+vdN30voEK9U9jBeh9hJn6rgSrg+32AOE=; h=Date:From:Subject:To:Reply-To; b=XRMJv8oraTy1zyvx4KDbVG4qYeYTn6SYKbvWxK7OON/e+GUYQcPXLLqhRBxgjkVl9 PzBld4gecq0+7UhULkjN4EUQUVcK5vOqC6jD+LVhNaVnx4h7xygrVJlhCbP6QYJNvt 6DUcYhBJNY9IDr77OM4xabIEbaXl0TqH1uRKrJKo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21767FA2C; Sun, 24 Mar 2024 14:36:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711291005131840" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 14:36:45 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240324143645.21767FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711291005131840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 24 14:36:45 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/ruby-redcloth to 4.3.4 To generate a diff of this commit: cvs rdiff -u -r1.2073 -r1.2074 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711291005131840 Content-Disposition: inline Content-Length: 740 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.2073 pkgsrc/doc/CHANGES-2024:1.2074 --- pkgsrc/doc/CHANGES-2024:1.2073 Sun Mar 24 14:35:09 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 14:36:44 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2073 2024/03/24 14:35:09 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2074 2024/03/24 14:36:44 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3557,3 +3557,4 @@ Changes to the packages collection and i Updated sysutils/ruby-specinfra to 2.89.0 [taca 2024-03-24] Updated textproc/ruby-csv to 3.3.0 [taca 2024-03-24] Updated textproc/ruby-libxml to 5.0.3 [taca 2024-03-24] + Updated textproc/ruby-redcloth to 4.3.4 [taca 2024-03-24] --_----------=_1711291005131840--