diff options
author | taca <taca@pkgsrc.org> | 2017-04-22 16:16:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-04-22 16:16:29 +0000 |
commit | 76e8b9e25d6f7c7c6fbf7dfc0127c376584f2029 (patch) | |
tree | 1459d463dbef7089d4a70189c5ec1f75a156a7ae /www/ruby-rack/PLIST | |
parent | 1d04085d08fb3c2f7dc3ab5e6ffa627385f9d1b8 (diff) | |
download | pkgsrc-76e8b9e25d6f7c7c6fbf7dfc0127c376584f2029.tar.gz |
Update ruby-rack to 1.6.5.
Sun Dec 4 18:48:03 2015 Jeremy Daer <jeremydaer@gmail.com>
* 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>
* Fix Ruby 1.8 backwards compatibility
Diffstat (limited to 'www/ruby-rack/PLIST')
-rw-r--r-- | www/ruby-rack/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ruby-rack/PLIST b/www/ruby-rack/PLIST index fb6d79eb775..8de7ac46d1f 100644 --- a/www/ruby-rack/PLIST +++ b/www/ruby-rack/PLIST @@ -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 |