pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-rack-protection



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 23 17:06:28 UTC 2018

Modified Files:
        pkgsrc/www/ruby-rack-protection: Makefile distinfo

Log Message:
www/ruby-rack-protection: update to 2.0.4

2.0.4 / 2018-09-15

* Don't blow up when passing frozen string to send_file disposition #1137 by
  Andrew Selder

* Fix ubygems LoadError #1436 by Pavel Rosický

* Unescape regex captures #1446 by Jordan Owens

* Slight performance improvements for IndifferentHash #1427 by Mike Pastore

* Improve development support and documentation and source code by Will Yang,
  Jake Craige, Grey Baker and Guilherme Goettems Schneider

2.0.3 / 2018-06-09

* Fix the backports gem regression #1442 by Marc-André Lafortune

2.0.2 / 2018-06-05

* Escape invalid query parameters #1432 by Kunpei Sakai

        o The patch fixes CVE-2018-11627.

* Fix undefined method error for Sinatra::RequiredParams with hash key #1431
  by Arpit Chauhan

* Add xml content-types to valid html_types for Rack::Protection #1413 by
  Reenan Arbitrario

* Encode route parameters using :default_encoding setting #1412 by Brian
  m. Carlson

* Fix unpredictable behaviour from Sinatra::ConfigFile #1244 by John Hope

* Add Sinatra::IndifferentHash#slice #1405 by Shota Iguchi

* Remove status code 205 from drop body response #1398 by Shota Iguchi

* Ignore empty captures from params #1390 by Shota Iguchi

* Improve development support and documentation and source code by Zp Yuan,
  Andreas Finger, Olle Jonsson, Shota Iguchi, Nikita Bulai and Joshua O'Brien


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-rack-protection/Makefile
cvs rdiff -u -r1.10 -r1.11 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.

Modified files:

Index: pkgsrc/www/ruby-rack-protection/Makefile
diff -u pkgsrc/www/ruby-rack-protection/Makefile:1.13 pkgsrc/www/ruby-rack-protection/Makefile:1.14
--- pkgsrc/www/ruby-rack-protection/Makefile:1.13       Sat Mar 17 15:52:27 2018
+++ pkgsrc/www/ruby-rack-protection/Makefile    Sun Sep 23 17:06:28 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/03/17 15:52:27 taca Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/23 17:06:28 taca Exp $
 
-DISTNAME=      rack-protection-2.0.1
+DISTNAME=      rack-protection-2.0.4
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-rack-protection/distinfo
diff -u pkgsrc/www/ruby-rack-protection/distinfo:1.10 pkgsrc/www/ruby-rack-protection/distinfo:1.11
--- pkgsrc/www/ruby-rack-protection/distinfo:1.10       Sat Mar 17 15:52:27 2018
+++ pkgsrc/www/ruby-rack-protection/distinfo    Sun Sep 23 17:06:28 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/03/17 15:52:27 taca Exp $
+$NetBSD: distinfo,v 1.11 2018/09/23 17:06:28 taca Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index