diff options
author | taca <taca@pkgsrc.org> | 2015-12-13 16:09:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-13 16:09:19 +0000 |
commit | 9adfacc944ef9f22ea1457195eb9924385c65d92 (patch) | |
tree | f08d6929909867028ef6438ee5aab5d829d75369 /www | |
parent | 5bb35010632678d8b002777f5f6dd137b2a761cf (diff) | |
download | pkgsrc-9adfacc944ef9f22ea1457195eb9924385c65d92.tar.gz |
Update ruby-puma to 2.15.3.
=== 2.15.3 / 2015-11-07
* 1 bug fix:
* Fix JRuby parser
=== 2.15.2 / 2015-11-06
* 2 bug fixes:
* ext/puma_http11: handle duplicate headers as per RFC
* Only set ctx.ca iff there is a params['ca'] to set with.
* 2 PRs merged:
* Merge pull request #818 from unleashed/support-duplicate-headers
* Merge pull request #819 from VictorLowther/fix-ca-and-verify_null-exception
=== 2.15.1 / 2015-11-06
* 1 bug fix:
* Allow older openssl versions
=== 2.15.0 / 2015-11-06
* 6 minor features:
* Allow setting ca without setting a verify mode
* Make jungle for init.d support rbenv
* Use SSL_CTX_use_certificate_chain_file for full chain
* cluster: add worker_boot_timeout option
* configuration: allow empty tags to mean no tag desired
* puma/cli: support specifying STD{OUT,ERR} redirections and append mode
* 5 bug fixes:
* Disable SSL Compression
* Fix bug setting worker_directory when using a symlink directory
* Fix error message in DSL that was slightly inaccurate
* Pumactl: set correct process name. Fixes #563
* thread_pool: fix race condition when shutting down workers
* 10 doc fixes:
* Add before_fork explanation in Readme.md
* Correct spelling in DEPLOYMENT.md
* Correct spelling in docs/nginx.md
* Fix spelling errors.
* Fix typo in deployment description
* Fix typos (it's -> its) in events.rb and server.rb
* fixing for typo mentioned in #803
* Spelling correction for README
* thread_pool: fix typos in comment
* More explicit docs for worker_timeout
* 18 PRs merged:
* Merge pull request #768 from nathansamson/patch-1
* Merge pull request #773 from rossta/spelling_corrections
* Merge pull request #774 from snow/master
* Merge pull request #781 from sunsations/fix-typo
* Merge pull request #791 from unleashed/allow_empty_tags
* Merge pull request #793 from robdimarco/fix-working-directory-symlink-bug
* Merge pull request #794 from peterkeen/patch-1
* Merge pull request #795 from unleashed/redirects-from-cmdline
* Merge pull request #796 from cschneid/fix_dsl_message
* Merge pull request #799 from annafw/master
* Merge pull request #800 from liamseanbrady/fix_typo
* Merge pull request #801 from scottjg/ssl-chain-file
* Merge pull request #802 from scottjg/ssl-crimes
* Merge pull request #804 from burningTyger/patch-2
* Merge pull request #809 from unleashed/threadpool-fix-race-in-shutdown
* Merge pull request #810 from vlmonk/fix-pumactl-restart-bug
* Merge pull request #814 from schneems/schneems/worker_timeout-docs
* Merge pull request #817 from unleashed/worker-boot-timeout
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-puma/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-puma/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile index 823a6515b88..36474605e6e 100644 --- a/www/ruby-puma/Makefile +++ b/www/ruby-puma/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/10/04 15:39:06 taca Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/13 16:09:19 taca Exp $ -DISTNAME= puma-2.14.0 +DISTNAME= puma-2.15.3 CATEGORIES= www MAINTAINER= taca@NetBSD.org diff --git a/www/ruby-puma/distinfo b/www/ruby-puma/distinfo index 83c231a1aeb..b6df45588da 100644 --- a/www/ruby-puma/distinfo +++ b/www/ruby-puma/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 02:47:36 agc Exp $ +$NetBSD: distinfo,v 1.10 2015/12/13 16:09:19 taca Exp $ -SHA1 (puma-2.14.0.gem) = c5c1f4d21b404446399d0f0a957d562dabbaf537 -RMD160 (puma-2.14.0.gem) = d2f0d93620f9141fb97847d4d9c95f2524b07522 -SHA512 (puma-2.14.0.gem) = 0b0ffc761568fdf53f96fcb8efc5f5f85424c8bbae0eaabc937c3e7dd2a0ca71639b04d73e9b16e12cffde48da49ee90d28451dd788c0f5d0979d76abb26e0f8 -Size (puma-2.14.0.gem) = 97280 bytes +SHA1 (puma-2.15.3.gem) = bbbc6705544c1dc86f3a0904c39b0517dde9c772 +RMD160 (puma-2.15.3.gem) = e32261d5acfd43801b347bf3a05add52457edf56 +SHA512 (puma-2.15.3.gem) = 9de40300debc6b9f277faaa8c3ef3f6a84151b4640e85e2a1634db793844e40c40fad419973026f6e94f1b1a1d70bef2631ac04947672c66af8830287a95bcc3 +Size (puma-2.15.3.gem) = 98816 bytes |