Received: by mail.netbsd.org (Postfix, from userid 605) id 85BC684DC1; Fri, 20 Mar 2020 16:29:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A8C984D2D for ; Fri, 20 Mar 2020 16:29:39 +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 mIOYUwJ0nkYe for ; Fri, 20 Mar 2020 16:29:38 +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 7992184CF1 for ; Fri, 20 Mar 2020 16:29:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D7DFFB27; Fri, 20 Mar 2020 16:29:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584721778265640" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 16:29:38 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-rack-protection To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200320162938.6D7DFFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584721778265640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 20 16:29:38 UTC 2020 Modified Files: pkgsrc/www/ruby-rack-protection: Makefile distinfo Log Message: www/ruby-rack-protection: update to 2.0.8.1 Update ruby-rack-protection to 2.0.8.1. ### rack-protection * Don't track the Accept-Language header by default [#1504](https://github.com/sinatra/sinatra/pull/1504) by Artem Chistyakov To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-rack-protection/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-rack-protection/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584721778265640 Content-Disposition: inline Content-Length: 1747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rack-protection/Makefile diff -u pkgsrc/www/ruby-rack-protection/Makefile:1.14 pkgsrc/www/ruby-rack-protection/Makefile:1.15 --- pkgsrc/www/ruby-rack-protection/Makefile:1.14 Sun Sep 23 17:06:28 2018 +++ pkgsrc/www/ruby-rack-protection/Makefile Fri Mar 20 16:29:38 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/09/23 17:06:28 taca Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/20 16:29:38 taca Exp $ -DISTNAME= rack-protection-2.0.4 +DISTNAME= rack-protection-2.0.8.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-rack-protection/distinfo diff -u pkgsrc/www/ruby-rack-protection/distinfo:1.11 pkgsrc/www/ruby-rack-protection/distinfo:1.12 --- pkgsrc/www/ruby-rack-protection/distinfo:1.11 Sun Sep 23 17:06:28 2018 +++ pkgsrc/www/ruby-rack-protection/distinfo Fri Mar 20 16:29:38 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/09/23 17:06:28 taca Exp $ +$NetBSD: distinfo,v 1.12 2020/03/20 16:29:38 taca Exp $ -SHA1 (rack-protection-2.0.4.gem) = c1376e5678322b401d988d261762a78bf2cf3361 -RMD160 (rack-protection-2.0.4.gem) = 7af3cafe42849bb87efb3aceef6340787dc8e01a -SHA512 (rack-protection-2.0.4.gem) = e934873e7e8e45c1fa0450b568f33e28db29b9c4bacb0a747218ca929e73706518c09ce131f749e89dc7af894dcfbd6fcabdf12324edbfbcfa532eb227f977a4 -Size (rack-protection-2.0.4.gem) = 16896 bytes +SHA1 (rack-protection-2.0.8.1.gem) = 1f046e23baca8beece3b38c60382f44aa2b2cb41 +RMD160 (rack-protection-2.0.8.1.gem) = eead478f26dac4c0051aaad0c79e2afa973f0460 +SHA512 (rack-protection-2.0.8.1.gem) = 264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562 +Size (rack-protection-2.0.8.1.gem) = 16896 bytes --_----------=_1584721778265640--