pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rack



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 22 16:16:29 UTC 2017

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

Log Message:
Update ruby-rack to 1.6.5.

Sun Dec 4 18:48:03 2015  Jeremy Daer <jeremydaer%gmail.com@localhost>

        * First-party "SameSite" cookies. Browsers omit SameSite cookies
        from third-party requests, closing the door on many CSRF attacks.

        Pass `same_site: true` (or `:strict`) to enable:
            response.set_cookie 'foo', value: 'bar', same_site: true
        or `same_site: :lax` to use Lax enforcement:
            response.set_cookie 'foo', value: 'bar', same_site: :lax

        Based on version 7 of the Same-site Cookies internet draft:
        https://tools.ietf.org/html/draft-west-first-party-cookies-07

        Thanks to Ben Toews (@mastahyeti) and Bob Long (@bobjflong) for
        updating to drafts 5 and 7.

Wed Jun 24 12:13:37 2015  Aaron Patterson <tenderlove%ruby-lang.org@localhost>

        * Fix Ruby 1.8 backwards compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-rack/Makefile \
    pkgsrc/www/ruby-rack/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-rack/PLIST

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/Makefile
diff -u pkgsrc/www/ruby-rack/Makefile:1.19 pkgsrc/www/ruby-rack/Makefile:1.20
--- pkgsrc/www/ruby-rack/Makefile:1.19  Mon Jun 22 13:59:29 2015
+++ pkgsrc/www/ruby-rack/Makefile       Sat Apr 22 16:16:29 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/06/22 13:59:29 taca Exp $
+# $NetBSD: Makefile,v 1.20 2017/04/22 16:16:29 taca Exp $
 
-DISTNAME=      rack-1.6.4
+DISTNAME=      rack-1.6.5
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-rack/distinfo
diff -u pkgsrc/www/ruby-rack/distinfo:1.19 pkgsrc/www/ruby-rack/distinfo:1.20
--- pkgsrc/www/ruby-rack/distinfo:1.19  Wed Nov  4 02:47:36 2015
+++ pkgsrc/www/ruby-rack/distinfo       Sat Apr 22 16:16:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2015/11/04 02:47:36 agc Exp $
+$NetBSD: distinfo,v 1.20 2017/04/22 16:16:29 taca Exp $
 
-SHA1 (rack-1.6.4.gem) = 0a1eea6d7bb903d8c075688534480e87d4151470
-RMD160 (rack-1.6.4.gem) = 089a6487cef13719996eda89d6b8f27fa8fff831
-SHA512 (rack-1.6.4.gem) = 304a6ae21bfd38008fd7d147f82c44397f3a1d2e689bd01de689aedc6ea0e8784605207fd314bc796974edc5dfcab81636664ea2becb0489302999f99501d41a
-Size (rack-1.6.4.gem) = 228864 bytes
+SHA1 (rack-1.6.5.gem) = 67b1ae7299386ee6d0a8ae852d7226c0db814432
+RMD160 (rack-1.6.5.gem) = 3ca280adb8dc230c8789ac14392c8fb57c697dc8
+SHA512 (rack-1.6.5.gem) = 469711832b9a2a4a5816607712a0dfe4c59fae5c4cfa37819f0f2b695f477a56040bb71d48ef7c05bad32cd48c02b8c20402d59f84acd299d5266858ff9bbf04
+Size (rack-1.6.5.gem) = 229376 bytes

Index: pkgsrc/www/ruby-rack/PLIST
diff -u pkgsrc/www/ruby-rack/PLIST:1.15 pkgsrc/www/ruby-rack/PLIST:1.16
--- pkgsrc/www/ruby-rack/PLIST:1.15     Mon Jun 22 13:59:29 2015
+++ pkgsrc/www/ruby-rack/PLIST  Sat Apr 22 16:16:29 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2015/06/22 13:59:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/04/22 16:16:29 taca Exp $
 bin/rackup16${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/COPYING
@@ -94,7 +94,6 @@ ${GEM_LIBDIR}/test/cgi/assets/index.html
 ${GEM_LIBDIR}/test/cgi/assets/javascripts/app.js
 ${GEM_LIBDIR}/test/cgi/assets/stylesheets/app.css
 ${GEM_LIBDIR}/test/cgi/lighttpd.conf
-${GEM_LIBDIR}/test/cgi/lighttpd.errors
 ${GEM_LIBDIR}/test/cgi/rackup_stub.rb
 ${GEM_LIBDIR}/test/cgi/sample_rackup.ru
 ${GEM_LIBDIR}/test/cgi/test



Home | Main Index | Thread Index | Old Index