summaryrefslogtreecommitdiff
path: root/www/ruby-rack-cache/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11www/ruby-rack-cache: update to 1.13.0taca1-2/+2
1.13.0 (2021-09-26) * Support lowercase Vary and Age headers
2020-10-19www/ruby-rack-cache: update to 1.12.1taca1-2/+2
1.12.1 (2020-10-16) Reset @cache_control in Response when duplicating its instance.
2020-06-07www/ruby-rack-cache: update to 1.12.0taca1-2/+2
Update ruby-rack-cache to 1.12.0. ## 1.12.0 * Add a fault_tolerant flag to fail-over to stale cache
2020-05-17www/ruby-rack-cache: update to 1.11.1taca1-2/+2
Update ruby-rack-cache to 1.11.1. 1.11.1 (2020-04-07) * when ignoring parts of the query, remove query in key when all params are ignored 1.11.0 (2020-01-06) * Add a proc to allow ignoring parts of the query string in the key CVS: ----------------------------------------------------------------------
2020-03-20www/ruby-rack-cache: update to 1.11.0taca1-3/+5
Update ruby-rack-cache to 1.11.0. pkgsrc change: change dependency from ruby-rack14 to ruby-rack. ## 1.9.0 * make purge not raise when not implemented
2018-09-23www/ruby-rack-cache: update to 1.8.0taca1-2/+2
## 1.8.0 (2018/06/07) * Purge key from metastore when entitystore not found
2017-09-11Update ruby-rack-cache to 1.7.1taca1-3/+3
1.7.1 (2017/09/06) * Documentation fix. * Fix nil warnings. * Return current date if the Date header is not parseable.
2017-03-20Update ruby-rack-cache to 1.7.0.taca1-2/+2
## 1.7.0 * Meta stores now receive a third ttl argument to write when use_native_ttl is used.
2016-03-15Update ruby-rack-cache to 1.6.1taca1-2/+2
## 1.6.1 * Revert 'No longer read responses from cache when we already have them' ## 1.6.0 * Noop backend * No longer read responses from cache when we already have them * renamed files from entitystore -> entity_store (metastore/cachecontrol/appengine) and added warns for old ones
2015-12-13Update ruby-rack-cache to 1.5.1.taca1-3/+2
## 1.5.0 * only catch StandardError and not Exception ## 1.4.3 * After overriding the REQUEST_METHOD, store the original request method in "rack.methodoverride.original_method" ## 1.4.1 * Ignore invalid Expires date as per RFC ## 1.4.0 * Not invalidating the cache for preflight CORS request ## 1.3.1 / October 2015 * Support Ruby 1.9 ## 1.3 / Octorber 2015 * Ruby 2.0 only * Gracefully degrade when cache store goes offline * allow_reload/revalidate is not enabled by default * Make Rack::Cache multithread friendly
2013-03-10Make depends to www/ruby-rack14 instead of www/ruby-rack.taca1-2/+3
Bump PKGREVISION.
2013-01-31Update HOMEPAGE to github's one.taca1-2/+2
2012-03-05Update ruby-rack-cache package to 1.2.taca1-5/+2
## 1.2 / March 2012 * Fix a cookie leak vulnerability effecting large numbers of Rails 3.x installs: https://github.com/rtomayko/rack-cache/pull/52 * Never 304 on PUT or POST requests. * Misc bundler and test tooling fixes.
2011-12-15Importing www/ruby-rack-cache package version 1.1.taca1-0/+17
HTTP Caching for Rack.