Received: by mail.netbsd.org (Postfix, from userid 605) id 1904984EFD; Sat, 24 Feb 2024 07:12:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708758772; bh=0MxaickOH+Vc4pIGW2VVFZjUtup6qNBkszhXOryZffc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IBzGRSlTUoUZuWumnvhUnGrq4luJWTzPpQNnJCYL+71jeNAgJP9/ywB3Ex7wcOVnj /dkaB+qfH29hWV/pvA75scJppsBLRbEVPLl5IkdiwNVFw9GzLn3OsI4TwqyCzTOShD 8GDAD0Pll5jtHPl3IDkLAcQfzBkyv30eWcpXp5Bs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B78884EF5 for ; Sat, 24 Feb 2024 07:12:51 +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 6CVmOCXMUXhO for ; Sat, 24 Feb 2024 07:12:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6081384CCC for ; Sat, 24 Feb 2024 07:12:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708758770; bh=0MxaickOH+Vc4pIGW2VVFZjUtup6qNBkszhXOryZffc=; h=Date:From:Subject:To:Reply-To; b=kQt7crMZ+kflJYXThpfuHgJPLJZDhexSwSrw9fHg9MCdXLhgVgEhT2hMRVo2u13OB eTHeAU0tBSZxX+aXAdYHHFZmA5WTt+jU83dKCvVbHjDZ7LIBq8gony8f3PpbhLG0GB HE7wHW7GTtHgWnJpNb1vWxAnncuSMj4MEv4i+54g= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54E78F9F4; Sat, 24 Feb 2024 07:12:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708758770124480" MIME-Version: 1.0 Date: Sat, 24 Feb 2024 07:12:50 +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: <20240224071250.54E78F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708758770124480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 24 07:12:50 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/ruby-kramdown-rfc2629 to 1.7.6 To generate a diff of this commit: cvs rdiff -u -r1.1460 -r1.1461 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708758770124480 Content-Disposition: inline Content-Length: 749 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.1460 pkgsrc/doc/CHANGES-2024:1.1461 --- pkgsrc/doc/CHANGES-2024:1.1460 Sat Feb 24 07:10:54 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 24 07:12:50 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1460 2024/02/24 07:10:54 taca Exp $ +$NetBSD: CHANGES-2024,v 1.1461 2024/02/24 07:12:50 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2568,3 +2568,4 @@ Changes to the packages collection and i Removed inputmethod/libchewing02 [rxg 2024-02-24] Updated databases/ruby-activeldap to 7.0.0 [taca 2024-02-24] Updated security/ruby-rex-text to 0.2.56 [taca 2024-02-24] + Updated textproc/ruby-kramdown-rfc2629 to 1.7.6 [taca 2024-02-24] --_----------=_1708758770124480--