Received: by mail.netbsd.org (Postfix, from userid 605) id 62FA484DFE; Sat, 17 Mar 2018 15:52:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6569684D79 for ; Sat, 17 Mar 2018 15:52:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 F5Xvq-Rq83lj for ; Sat, 17 Mar 2018 15:52:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D35D84D5B for ; Sat, 17 Mar 2018 15:52:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9237EFB40; Sat, 17 Mar 2018 15:52:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521301947278640" MIME-Version: 1.0 Date: Sat, 17 Mar 2018 15:52:27 +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: <20180317155227.9237EFB40@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. --_----------=_1521301947278640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Mar 17 15:52:27 UTC 2018 Modified Files: pkgsrc/www/ruby-rack-protection: Makefile distinfo Log Message: www/ruby-rack-protection: update to 2.0.1 0.2.1 2018/02/16 * enhanced path validation in Windows To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-rack-protection/Makefile cvs rdiff -u -r1.9 -r1.10 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. --_----------=_1521301947278640 Content-Disposition: inline Content-Length: 1920 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.12 pkgsrc/www/ruby-rack-protection/Makefile:1.13 --- pkgsrc/www/ruby-rack-protection/Makefile:1.12 Mon Jan 8 22:09:48 2018 +++ pkgsrc/www/ruby-rack-protection/Makefile Sat Mar 17 15:52:27 2018 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2018/01/08 22:09:48 taca Exp $ +# $NetBSD: Makefile,v 1.13 2018/03/17 15:52:27 taca Exp $ -DISTNAME= rack-protection-2.0.0 +DISTNAME= rack-protection-2.0.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/rkh/rack-protection +HOMEPAGE= http://sinatrarb.com/protection/ COMMENT= Protection for against typical web attacks for Rack application LICENSE= mit Index: pkgsrc/www/ruby-rack-protection/distinfo diff -u pkgsrc/www/ruby-rack-protection/distinfo:1.9 pkgsrc/www/ruby-rack-protection/distinfo:1.10 --- pkgsrc/www/ruby-rack-protection/distinfo:1.9 Sun Jun 4 15:18:22 2017 +++ pkgsrc/www/ruby-rack-protection/distinfo Sat Mar 17 15:52:27 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/06/04 15:18:22 taca Exp $ +$NetBSD: distinfo,v 1.10 2018/03/17 15:52:27 taca Exp $ -SHA1 (rack-protection-2.0.0.gem) = f520b8f735a2752d4c947dd028cff98567cf7d6d -RMD160 (rack-protection-2.0.0.gem) = 93bb6c3423989fa26eee3656ef2e4d0e0a1376fe -SHA512 (rack-protection-2.0.0.gem) = cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e -Size (rack-protection-2.0.0.gem) = 15872 bytes +SHA1 (rack-protection-2.0.1.gem) = 01c1522ab6db071ec1a1ce1fddd328fa5a00d7c7 +RMD160 (rack-protection-2.0.1.gem) = 4c70dd6b49b978ed70b146992bcf079e4e55859c +SHA512 (rack-protection-2.0.1.gem) = 6dd525384a0027a1943741881168433c63dc2d18093833dffb3417f3f6ccc46d597435a880d297d07751db1c449f3e37942ae03e33d378dbc74caec38c5cf1df +Size (rack-protection-2.0.1.gem) = 15872 bytes --_----------=_1521301947278640--