Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2807C1A9217 for ; Thu, 14 Jan 2021 14:57:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3773D84D7E; Thu, 14 Jan 2021 14:57:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E8B584CE2 for ; Thu, 14 Jan 2021 14:57:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BsWPBqlJKYrd for ; Thu, 14 Jan 2021 14:57:37 +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 DDD8A84C71 for ; Thu, 14 Jan 2021 14:57:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB507FA9D; Thu, 14 Jan 2021 14:57:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610636256204770" MIME-Version: 1.0 Date: Thu, 14 Jan 2021 14:57:36 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-redcarpet To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210114145736.CB507FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610636256204770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 14 14:57:36 UTC 2021 Modified Files: pkgsrc/textproc/ruby-redcarpet: Makefile distinfo Log Message: textproc/ruby-redcarpet: update to 3.5.1 Version 3.5.1 (Security) * Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-redcarpet/Makefile \ pkgsrc/textproc/ruby-redcarpet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610636256204770 Content-Disposition: inline Content-Length: 1671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-redcarpet/Makefile diff -u pkgsrc/textproc/ruby-redcarpet/Makefile:1.11 pkgsrc/textproc/ruby-redcarpet/Makefile:1.12 --- pkgsrc/textproc/ruby-redcarpet/Makefile:1.11 Tue Mar 24 17:00:50 2020 +++ pkgsrc/textproc/ruby-redcarpet/Makefile Thu Jan 14 14:57:36 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/03/24 17:00:50 taca Exp $ +# $NetBSD: Makefile,v 1.12 2021/01/14 14:57:36 taca Exp $ -DISTNAME= redcarpet-3.5.0 +DISTNAME= redcarpet-3.5.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/ruby-redcarpet/distinfo diff -u pkgsrc/textproc/ruby-redcarpet/distinfo:1.11 pkgsrc/textproc/ruby-redcarpet/distinfo:1.12 --- pkgsrc/textproc/ruby-redcarpet/distinfo:1.11 Tue Mar 24 17:00:50 2020 +++ pkgsrc/textproc/ruby-redcarpet/distinfo Thu Jan 14 14:57:36 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/03/24 17:00:50 taca Exp $ +$NetBSD: distinfo,v 1.12 2021/01/14 14:57:36 taca Exp $ -SHA1 (redcarpet-3.5.0.gem) = ac95368eb36679a4b7c28b9b29d0eb4661371df8 -RMD160 (redcarpet-3.5.0.gem) = 2aad51748cbe71f4ddafeec9106577ab4933aa0e -SHA512 (redcarpet-3.5.0.gem) = afcb10a1a73356724846f9f4c3f794d3cd6fcd31e3bcbc75d249e1ed69e3d8f8808cd628b1c195ba27dd5ac2de0c477d7cce9667138cbe1646c77d78bcaf5278 -Size (redcarpet-3.5.0.gem) = 62464 bytes +SHA1 (redcarpet-3.5.1.gem) = dd66b993277117ade9e9732748da9a1c839c2664 +RMD160 (redcarpet-3.5.1.gem) = 209c80a704890d2731490536fe448ab6dd19c8ad +SHA512 (redcarpet-3.5.1.gem) = afab45ca91f85b3aa23c1ac651d6881bd19c93109239466de9aba8472173537b4f6e21335cdbdf21fc462c7beea1b8f0434c47207d82d26fc5534780a522532c +Size (redcarpet-3.5.1.gem) = 62464 bytes --_----------=_1610636256204770--