summaryrefslogtreecommitdiff
path: root/www/ruby-puma
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-14 19:21:27 +0000
committertaca <taca@pkgsrc.org>2014-03-14 19:21:27 +0000
commit46fc12e29569bbd53dfd20578a2bce7169b1c9ce (patch)
treed0ad187e4bcfb0d2d0faf82c567a5d776df2d544 /www/ruby-puma
parent25d07c3b5c45e261818f203e8f8d656e6c856dc5 (diff)
downloadpkgsrc-46fc12e29569bbd53dfd20578a2bce7169b1c9ce.tar.gz
Update ruby-puma to 2.8.1.
=== 2.8.1 / 2014-03-06 * 1 bug fixes: * Run puma-wild with proper deps for prune_bundler * 2 doc changes: * Described the configuration file finding behavior added in 2.8.0 and how to disable it. * Start the deployment doc * 6 PRs merged: * Merge pull request #471 from arthurnn/fix_test * Merge pull request #485 from joneslee85/patch-9 * Merge pull request #486 from joshwlewis/patch-1 * Merge pull request #490 from tobinibot/patch-1 * Merge pull request #491 from brianknight10/clarify-no-config === 2.8.0 / 2014-02-28 * 8 minor features: * Add ability to autoload a config file. Fixes #438 * Add ability to detect and terminate hung workers. Fixes #333 * Add booted_workers to stats response * Add config to customize the default error message * Add prune_bundler option * Add worker indexes, expose them via on_worker_boot. Fixes #440 * Add pretty process name * Show the ruby version in use * 7 bug fixes: * Added 408 status on timeout. * Be more hostile with sockets that write block. Fixes #449 * Expect at_exit to exclusively remove the pidfile. Fixes #444 * Expose latency and listen backlog via bind query. Fixes #370 * JRuby raises IOError if the socket is there. Fixes #377 * Process requests fairly. Fixes #406 * Rescue SystemCallError as well. Fixes #425 * 4 doc changes: * Add 2.1.0 to the matrix * Add Code Climate badge to README * Create signals.md * Set the license to BSD. Fixes #432 * 14 PRs merged: * Merge pull request #428 from alexeyfrank/capistrano_default_hooks * Merge pull request #429 from namusyaka/revert-const_defined * Merge pull request #431 from mrb/master * Merge pull request #433 from alepore/process-name * Merge pull request #437 from ibrahima/master * Merge pull request #446 from sudara/master * Merge pull request #451 from pwiebe/status_408 * Merge pull request #453 from joevandyk/patch-1 * Merge pull request #470 from arthurnn/fix_458 * Merge pull request #472 from rubencaro/master * Merge pull request #480 from jjb/docs-on-running-test-suite * Merge pull request #481 from schneems/master * Merge pull request #482 from prathamesh-sonpatki/signals-doc-cleanup * Merge pull request #483 from YotpoLtd/master === 2.7.1 / 2013-12-05 * 1 bug fix: * Keep STDOUT/STDERR the right mode. Fixes #422 === 2.7.0 / 2013-12-03 * 1 minor feature: * Adding TTIN and TTOU to increment/decrement workers * N bug fixes: * Always use our Process.daemon because it's not busted * Add capistrano restart failback to start. * Change position of `cd` so that rvm gemset is loaded * Clarify some platform specifics * Do not close the pipe sockets when retrying * Fix String#byteslice for Ruby 1.9.1, 1.9.2 * Fix compatibility with 1.8.7. * Handle IOError closed stream in IO.select * Increase the max URI path length to 2048 chars from 1024 chars * Upstart jungle use config/puma.rb instead
Diffstat (limited to 'www/ruby-puma')
-rw-r--r--www/ruby-puma/Makefile4
-rw-r--r--www/ruby-puma/PLIST7
-rw-r--r--www/ruby-puma/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile
index da9be17e747..a2b82bf9756 100644
--- a/www/ruby-puma/Makefile
+++ b/www/ruby-puma/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/03/13 11:08:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/14 19:21:27 taca Exp $
-DISTNAME= puma-2.6.0
+DISTNAME= puma-2.8.1
CATEGORIES= www
MAINTAINER= taca@NetBSD.org
diff --git a/www/ruby-puma/PLIST b/www/ruby-puma/PLIST
index 8b221085f55..a1d4e405a92 100644
--- a/www/ruby-puma/PLIST
+++ b/www/ruby-puma/PLIST
@@ -1,19 +1,22 @@
-@comment $NetBSD: PLIST,v 1.2 2013/09/15 17:39:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/14 19:21:27 taca Exp $
bin/puma
bin/pumactl
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/puma/puma_http11.${RUBY_DLEXT}
${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/DEPLOYMENT.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/bin/puma
+${GEM_LIBDIR}/bin/puma-wild
${GEM_LIBDIR}/bin/pumactl
${GEM_LIBDIR}/docs/config.md
${GEM_LIBDIR}/docs/nginx.md
+${GEM_LIBDIR}/docs/signals.md
${GEM_LIBDIR}/ext/puma_http11/PumaHttp11Service.java
${GEM_LIBDIR}/ext/puma_http11/ext_help.h
${GEM_LIBDIR}/ext/puma_http11/extconf.rb
diff --git a/www/ruby-puma/distinfo b/www/ruby-puma/distinfo
index 6d390ca6a5c..998a2e8bec5 100644
--- a/www/ruby-puma/distinfo
+++ b/www/ruby-puma/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/09/15 17:39:31 taca Exp $
+$NetBSD: distinfo,v 1.3 2014/03/14 19:21:27 taca Exp $
-SHA1 (puma-2.6.0.gem) = 289408c9e64d78b6dfe1addc999aacc0cb32c76d
-RMD160 (puma-2.6.0.gem) = 6443ad72108c65ffa1f8fc647869a5157f438682
-Size (puma-2.6.0.gem) = 79872 bytes
+SHA1 (puma-2.8.1.gem) = 1bcbe7e98062f1d247fea8b9654de388da1300b7
+RMD160 (puma-2.8.1.gem) = 0e71a2184ea368c5b649a683c09e4ec5567c1a6e
+Size (puma-2.8.1.gem) = 87040 bytes