Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby2.5-rubygem-puma-4.3.5-lp152.4.3.1 RPM for x86_64

From OpenSuSE Leap 15.2 updates for x86_64

Name: ruby2.5-rubygem-puma Distribution: openSUSE Leap 15.2
Version: 4.3.5 Vendor: openSUSE
Release: lp152.4.3.1 Build date: Wed Jul 15 18:23:23 2020
Group: Development/Languages/Ruby Build host: cumulus2
Size: 695111 Source RPM: rubygem-puma-4.3.5-lp152.4.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://puma.io
Summary: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. It's great for highly concurrent Ruby implementations
such as Rubinius and JRuby as well as as providing process worker support to
support CRuby well.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jun 11 2020 Dario Maiocchi <dmaiocchi@suse.com>
  - updated to version 4.3.5
    disabling TLSv1.0 and TLSv1.1 (jsc#SLE-6965)
    * fix bsc#1172175, CVE-2020-11077
    * fix bsc#1172176, CVE-2020-11076
    rubygem-puma: client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client
    for other changes see installed History.md
* Sun Dec 03 2017 coolo@suse.com
  - updated to version 3.11.0
    see installed History.md
    [#]# 3.11.0 / 2017-11-20
    * 2 features:
    * HTTP 203 Early Hints (#1403)
    * 421/451 status codes now have correct status messages attached (#1435)
    * 9 bugfixes:
    * Environment config files (/config/puma/<ENV>.rb) load correctly (#1340)
    * Specify windows dependencies correctly (#1434, #1436)
    * puma/events required in test helper (#1418)
    * Correct control CLI's option help text (#1416)
    * Remove a warning for unused variable in mini_ssl (#1409)
    * Correct pumactl docs argument ordering (#1427)
    * Fix an uninitialized variable warning in server.rb (#1430)
    * Fix docs typo/error in Launcher init (#1429)
    * Deal with leading spaces in RUBYOPT (#1455)
    * 2 other:
    * Add docs about internals (#1425, #1452)
    * Tons of test fixes from @MSP-Greg (#1439, #1442, #1464)
* Mon Sep 11 2017 coolo@suse.com
  - updated to version 3.10.0
    see installed History.md
    [#]# 3.10.0 / 2017-08-17
    * 3 features:
    * The status server has a new /gc and /gc-status command. (#1384)
    * The persistent and first data timeouts are now configurable (#1111)
    * Implemented RFC 2324 (#1392)
    * 12 bugfixes:
    * Not really a Puma bug, but @NickolasVashchenko created a gem to workaround a Ruby bug that some users of Puma may be experiencing. See README for more. (#1347)
    * Fix hangups with SSL and persistent connections. (#1334)
    * Fix Rails double-binding to a port (#1383)
    * Fix incorrect thread names (#1368)
    * Fix issues with /etc/hosts and JRuby where localhost addresses were not correct. (#1318)
    * Fix compatibility with RUBYOPT="--enable-frozen-string-literal" (#1376)
    * Fixed some compiler warnings (#1388)
    * We actually run the integration tests in CI now (#1390)
    * No longer shipping unnecessary directories in the gemfile (#1391)
    * If RUBYOPT is nil, we no longer blow up on restart. (#1385)
    * Correct response to SIGINT (#1377)
    * Proper exit code returned when we receive a TERM signal (#1337)
    * 3 refactors:
    * Various test improvements from @grosser
    * Rubocop (#1325)
    * Hoe has been removed (#1395)
    * 1 known issue:
    * Socket activation doesn't work in JRuby. Their fault, not ours. (#1367)
* Tue Jun 06 2017 coolo@suse.com
  - updated to version 3.9.1
    see installed History.md
    [#]# 3.9.1 / 2017-06-03
    * 2 bugfixes:
    * Fixed compatibility with older Bundler versions (#1314)
    * Some internal test/development cleanup (#1311, #1313)
    [#]# 3.9.0 / 2017-06-01
    * 2 features:
    * The ENV is now reset to its original values when Puma restarts via USR1/USR2 (#1260) (MRI only, no JRuby support)
    * Puma will no longer accept more clients than the maximum number of threads. (#1278)
    * 9 bugfixes:
    * Reduce information leakage by preventing HTTP parse errors from writing environment hashes to STDERR (#1306)
    * Fix SSL/WebSocket compatibility (#1274)
    * HTTP headers with empty values are no longer omitted from responses. (#1261)
    * Fix a Rack env key which was set to nil. (#1259)
    * peercert has been implemented for JRuby (#1248)
    * Fix port settings when using rails s (#1277, #1290)
    * Fix compat w/LibreSSL (#1285)
    * Fix restarting Puma w/symlinks and a new Gemfile (#1282)
    * Replace Dir.exists? with Dir.exist? (#1294)
    * 1 known issue:
    * A bug in MRI 2.2+ can result in IOError: stream closed. See #1206. This issue has existed since at least Puma 3.6, and probably further back.
    * 1 refactor:
    * Lots of test fixups from @grosser.
* Mon Jun 05 2017 mrueckert@suse.de
  - fix gem2rpm.yml syntax
* Thu Mar 16 2017 coolo@suse.com
  - updated to version 3.8.2
    see installed History.md
    [#]# 3.8.2 / 2017-03-14
    * 1 bugfix:
    * Deal with getsockopt with TCP\_INFO failing for sockets that say they're TCP but aren't really. (#1241)
    [#]# 3.8.1 / 2017-03-10
    * 1 bugfix:
    * Remove method call to method that no longer exists (#1239)
    [#]# 3.8.0 / 2017-03-09
    * 2 bugfixes:
    * Port from rack handler does not take precedence over config file in Rails 5.1.0.beta2+ and 5.0.1.rc3+ (#1234)
    * The `tmp/restart.txt` plugin no longer restricts the user from running more than one server from the same folder at a time (#1226)
    * 1 feature:
    * Closed clients are aborted to save capacity (#1227)
    * 1 refactor:
    * Bundler is no longer a dependency from tests (#1213)
* Tue Feb 21 2017 coolo@suse.com
  - updated to version 3.7.1
    see installed History.md
    [#]# 3.7.1 / 2017-02-20
    * 2 bugfixes:
    * Fix typo which blew up MiniSSL (#1182)
    * Stop overriding command-line options with the config file (#1203)
* Sat Jan 28 2017 coolo@suse.com
  - updated to version 3.7.0
    History.txt removed upstream
* Fri Dec 09 2016 coolo@suse.com
  - updated to version 3.6.2
    see installed History.txt
    === 3.6.2 / 2016-11-22
    * 1 bug fix:
    * Revert #1118/Fix access priorities of each level in LeveledOptions. This
      had an unintentional side effect of changing the importance of command line
      options, such as -p.
* Tue Nov 22 2016 coolo@suse.com
  - updated to version 3.6.1
    see installed History.txt
    === 3.6.1 / 2016-11-21
    * 8 bug fixes:
    * Fix Puma start in init.d script.
    * Fix default SSL mode back to none. Fixes #1036
    * Fixed the issue of @listeners getting nil io, fix rails restart (#1120)
    * More gracefully deal with SSL sessions. Fixes #1002
    * Prevent short term thread churn.
    * Provide write as <<. Fixes #1089
    * Fix access priorities of each level in LeveledOptions - fixes TTIN.
    * Stub description files updated for init.d.
    * 2 new project committers:
    * Nate Berkopec (@nateberkopec)
    * Richard Schneeman (@schneems)
* Tue Jul 26 2016 coolo@suse.com
  - updated to version 3.6.0
    see installed History.txt
    === 3.6.0 / 2016-07-24
    * 12 bug fixes:
    * Add ability to detect a shutting down server. Fixes #932
    * Add support for Expect: 100-continue. Fixes #519
    * Check SSLContext better. Fixes #828
    * Clarify behavior of '-t <num>'. Fixes #984
    * Don't default to VERIFY_PEER. Fixes #1028
    * Don't use ENV['PWD'] on windows. Fixes #1023
    * Enlarge the scope of catching app exceptions. Fixes #1027
    * Execute background hooks after daemonizing. Fixes #925
    * Handle HUP as a stop unless there is IO redirection. Fixes #911
    * Implement chunked request handling. Fixes #620
    * Just rescue exception to return a 500. Fixes #1027
    * Redirect IO in the jruby daemon mode. Fixes #778
* Sat Jul 23 2016 coolo@suse.com
  - updated to version 3.5.2
    see installed History.txt
    === 3.5.2 / 2016-07-20
    * 1 bug fix:
    * Don't let persistent_timeout be nil
    * 1 PR merged:
    * Merge pull request #1021 from benzrf/patch-1
    === 3.5.1 / 2016-07-20
    * 1 bug fix:
    * Be sure to only listen on host:port combos once. Fixes #1022
* Wed Jul 20 2016 coolo@suse.com
  - updated to version 3.5.0
    see installed History.txt
    === 3.5.0 / 2016-07-18
    * 1 minor features:
    * Allow persistent_timeout to be configured via the dsl.
    * 9 bug fixes:
    * Allow a bare % in a query string. Fixes #958
    * Explicitly listen on all localhost addresses. Fixes #782
    * Fix `TCPLogger` log error in tcp cluster mode.
    * Fix puma/puma#968 Cannot bind SSL port due to missing verify_mode option
    * Fix puma/puma#968 Default verify_mode to peer
    * Log any exceptions in ThreadPool. Fixes #1010
    * Silence connection errors in the reactor. Fixes #959
    * Tiny fixes in hook documentation for #840
    * It should not log requests if we want it to be quiet
    * 5 doc fixes:
    * Add How to stop Puma on Heroku using plugins to the example directory
    * Provide both hot and phased restart in jungle script
    * Update reference to the instances management script
    * Update default number of threads
    * Fix typo in example config
    * 14 PRs merged:
    * Merge pull request #1007 from willnet/patch-1
    * Merge pull request #1014 from jeznet/patch-1
    * Merge pull request #1015 from bf4/patch-1
    * Merge pull request #1017 from jorihardman/configurable_persistent_timeout
    * Merge pull request #954 from jf/master
    * Merge pull request #955 from jf/add-request-info-to-standard-error-rescue
    * Merge pull request #956 from maxkwallace/master
    * Merge pull request #960 from kmayer/kmayer-plugins-heroku-restart
    * Merge pull request #969 from frankwong15/master
    * Merge pull request #970 from willnet/delete-blank-document
    * Merge pull request #974 from rocketjob/feature/name_threads
    * Merge pull request #977 from snow/master
    * Merge pull request #981 from zach-chai/patch-1
    * Merge pull request #993 from scorix/master
* Tue Apr 12 2016 coolo@suse.com
  - updated to version 3.4.0
    see installed History.txt
    === 3.4.0 / 2016-04-07
    * 2 minor features:
    * Add ability to force threads to stop on shutdown. Fixes #938
    * Detect and commit seppuku when fork(2) fails. Fixes #529
    * 3 unknowns:
    * Ignore errors trying to update the backport tables. Fixes #788
    * Invoke the lowlevel_error in more places to allow for exception tracking. Fixes #894
    * Update the query string when an absolute URI is used. Fixes #937
    * 5 doc fixes:
    * Add Process Monitors section to top-level README
    * Better document the hooks. Fixes #840
    * docs/system.md sample config refinements and elaborations
    * Fix typos at couple of places.
    * Cleanup warnings
    * 3 PRs merged:
    * Merge pull request #945 from dekellum/systemd-docs-refined
    * Merge pull request #946 from vipulnsward/rm-pid
    * Merge pull request #947 from vipulnsward/housekeeping-typos
* Wed Apr 06 2016 coolo@suse.com
  - updated to version 3.3.0
    see installed History.txt
    === 3.3.0 / 2016-04-05
    * 2 minor features:
    * Allow overriding options of Configuration object
    * Rename to inherit_ssl_listener like inherit_tcp|unix
    * 2 doc fixes:
    * Add docs/systemd.md (with socket activation sub-section)
    * Document UNIX signals with cluster on README.md
    * 3 PRs merged:
    * Merge pull request #936 from prathamesh-sonpatki/allow-overriding-config-options
    * Merge pull request #940 from kyledrake/signalsdoc
    * Merge pull request #942 from dekellum/socket-activate-improve
    === 3.2.0 / 2016-03-20
    * 1 deprecation removal:
    * Delete capistrano.rb
    * 3 bug fixes:
    * Detect gems.rb as well as Gemfile
    * Simplify and fix logic for directory to use when restarting for all phases
    * Speed up phased-restart start
    * 2 PRs merged:
    * Merge pull request #927 from jlecour/gemfile_variants
    * Merge pull request #931 from joneslee85/patch-10
* Sat Mar 19 2016 coolo@suse.com
  - updated to version 3.1.1
    see installed History.txt
    === 3.1.1 / 2016-03-17
    * 4 bug fixes:
    * Disable USR1 usage on JRuby
    * Fixes #922 - Correctly define file encoding as UTF-8
    * Set a more explicit SERVER_SOFTWARE Rack variable
    * Show RUBY_ENGINE_VERSION if available. Fixes #923
    * 3 PRs merged:
    * Merge pull request #912 from tricknotes/fix-allow-failures-in-travis-yml
    * Merge pull request #921 from swrobel/patch-1
    * Merge pull request #924 from tbrisker/patch-1
* Sun Mar 06 2016 coolo@suse.com
  - updated to version 3.1.0
    see installed History.txt
    === 3.1.0 / 2016-03-05
    * 1 minor feature:
    * Add 'import' directive to config file. Fixes #916
    * 5 bug fixes:
    * Add 'fetch' to options. Fixes #913
    * Fix jruby daemonization. Fixes #918
    * Recreate the proper args manually. Fixes #910
    * Require 'time' to get iso8601. Fixes #914
* Wed Mar 02 2016 coolo@suse.com
  - updated to version 3.0.2
    see installed History.txt
    === 3.0.2 / 2016-02-26
    * 5 bug fixes:
    * Fix 'undefined local variable or method `pid` for #<Puma::ControlCLI:0x007f185fcef968>' when execute pumactl with `--pid` option.
    * Fix 'undefined method `windows?` for Puma:Module' when execute pumactl.
    * Harden tmp_restart against errors related to the restart file
    * Make `plugin :tmp_restart` behavior correct in Windows.
    * fix uninitialized constant Puma::ControlCLI::StateFile
    * 3 PRs merged:
    * Merge pull request #901 from mitto/fix-pumactl-uninitialized-constant-statefile
    * Merge pull request #902 from corrupt952/fix_undefined_method_and_variable_when_execute_pumactl
    * Merge pull request #905 from Eric-Guo/master
* Fri Feb 26 2016 coolo@suse.com
  - updated to version 3.0.1
    see installed History.txt
    === 3.0.1 / 2016-02-25
    * 1 bug fix:
    * Removed the experimental support for async.callback as it broke
      websockets entirely. Seems no server has both hijack and async.callback
      and thus faye is totally confused what to do and doesn't work.
    === 3.0.0 / 2016-02-25
    * 2 major changes:
    * Ruby pre-2.0 is no longer supported. We'll do our best to not add
      features that break those rubies but will no longer be testing
      with them.
    * Don't log requests by default. Fixes #852
    * 2 major features:
    * Plugin support! Plugins can interact with configuration as well
      as provide augment server functionality!
    * Experimental env['async.callback'] support
    * 4 minor features:
    * Listen to unix socket with provided backlog if any
    * Improves the clustered stats to report worker stats
    * Pass the env to the lowlevel_error handler. Fixes #854
    * Treat path-like hosts as unix sockets. Fixes #824
    * 5 bug fixes:
    * Clean thread locals when using keepalive. Fixes #823
    * Cleanup compiler warnings. Fixes #815
    * Expose closed? for use by the reactor. Fixes #835
    * Move signal handlers to separate method to prevent space leak. Fixes #798
    * Signal not full on worker exit #876
    * 5 doc fixes:
    * Update README.md with various grammar fixes
    * Use newest version of Minitest
    * Add directory configuration docs, fix typo [ci skip]
    * Remove old COPYING notice. Fixes #849
    * 10 merged PRs:
    * Merge pull request #871 from deepj/travis
    * Merge pull request #874 from wallclockbuilder/master
    * Merge pull request #883 from dadah89/igor/trim_only_worker
    * Merge pull request #884 from uistudio/async-callback
    * Merge pull request #888 from mlarraz/tick_minitest
    * Merge pull request #890 from todd/directory_docs
    * Merge pull request #891 from ctaintor/improve_clustered_status
    * Merge pull request #893 from spastorino/add_missing_require
    * Merge pull request #897 from zendesk/master
    * Merge pull request #899 from kch/kch-readme-fixes
* Thu Jan 28 2016 coolo@suse.com
  - updated to version 2.16.0
    see installed History.txt
    === 2.16.0 / 2016-01-27
    * 7 minor features:
    * Add 'set_remote_address' config option
    * Allow to run puma in silent mode
    * Expose cli options in DSL
    * Support passing JRuby keystore info in ssl_bind DSL
    * Allow umask for unix:/// style control urls
    * Expose `old_worker_count` in stats url
    * Support TLS client auth (verify_mode) in jruby
    * 7 bug fixes:
    * Don't persist before_fork hook in state file
    * Reload bundler before pulling in rack. Fixes #859
    * Remove NEWRELIC_DISPATCHER env variable
    * Cleanup C code
    * Use Timeout.timeout instead of Object.timeout
    * Make phased restarts faster
    * Ignore the case of certain headers, because HTTP
    * 1 doc changes:
    * Test against the latest Ruby 2.1, 2.2, 2.3, head and JRuby 9.0.4.0 on Travis
    * 12 merged PRs
    * Merge pull request #822 from kwugirl/remove_NEWRELIC_DISPATCHER
    * Merge pull request #833 from joemiller/jruby-client-tls-auth
    * Merge pull request #837 from YuriSolovyov/ssl-keystore-jruby
    * Merge pull request #839 from mezuka/master
    * Merge pull request #845 from deepj/timeout-deprecation
    * Merge pull request #846 from sriedel/strip_before_fork
    * Merge pull request #850 from deepj/travis
    * Merge pull request #853 from Jeffrey6052/patch-1
    * Merge pull request #857 from zendesk/faster_phased_restarts
    * Merge pull request #858 from mlarraz/fix_some_warnings
    * Merge pull request #860 from zendesk/expose_old_worker_count
    * Merge pull request #861 from zendesk/allow_control_url_umask
* Mon Nov 09 2015 coolo@suse.com
  - updated to version 2.15.3
    see installed History.txt
    === 2.15.3 / 2015-11-07
    * 1 bug fix:
    * Fix JRuby parser
* Sat Nov 07 2015 coolo@suse.com
  - updated to version 2.15.2
    see installed History.txt
    === 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
* Sat Sep 19 2015 coolo@suse.com
  - updated to version 2.14.0
    see installed History.txt
    === 2.14.0 / 2015-09-18
    * 1 minor feature:
    * Make building with SSL support optional
    * 1 bug fix:
    * Use Rack::Builder if available. Fixes #735
* Mon Aug 24 2015 coolo@suse.com
  - updated to version 2.13.4
    see installed History.txt
    === 2.13.4 / 2015-08-16
    * 1 bug fix:
    * Use the environment possible set by the config early and from
      the config file later (if set).
    === 2.13.3 / 2015-08-15
    Seriously, I need to revamp config with tests.
    * 1 bug fix:
    * Fix preserving options before cleaning for state. Fixes #769
    === 2.13.2 / 2015-08-15
    The "clearly I don't have enough tests for the config" release.
    * 1 bug fix:
    * Fix another place binds wasn't initialized. Fixes #767
    === 2.13.1 / 2015-08-15
    * 2 bug fixes:
    * Fix binds being masked in config files. Fixes #765
    * Use options from the config file properly in pumactl. Fixes #764
* Sat Aug 15 2015 coolo@suse.com
  - updated to version 2.13.0
    see installed History.txt
    === 2.13.0 / 2015-08-14
    * 1 minor feature:
    * Add before_fork hooks option.
    * 3 bug fixes:
    * Check for OPENSSL_NO_ECDH before using ECDH
    * Eliminate logging overhead from JRuby SSL
    * Prefer cli options over config file ones. Fixes #669
    * 1 deprecation:
    * Add deprecation warning to capistrano.rb. Fixes #673
    * 4 PRs merged:
    * Merge pull request #668 from kcollignon/patch-1
    * Merge pull request #754 from nathansamson/before_boot
    * Merge pull request #759 from BenV/fix-centos6-build
    * Merge pull request #761 from looker/no-log
* Wed Aug 05 2015 coolo@suse.com
  - updated to version 2.12.3
    see installed History.txt
    === 2.12.3 / 2015-08-03
    * 8 minor bugs fixed:
    * Fix Capistrano 'uninitialized constant Puma' error.
    * Fix some ancient and incorrect error handling code
    * Fix uninitialized constant error
    * Remove toplevel rack interspection, require rack on load instead
    * Skip empty parts when chunking
    * Switch from inject to each in config_ru_binds iteration
    * Wrap SSLv3 spec in version guard.
    * ruby 1.8.7 compatibility patches
    * 4 PRs merged:
    * Merge pull request #742 from deivid-rodriguez/fix_missing_require
    * Merge pull request #743 from matthewd/skip-empty-chunks
    * Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error
    * Merge pull request #751 from costi/compat_1_8_7
    * 1 test fix:
    * Add 1.8.7, rbx-1 (allow failures) to Travis.
* Sat Jul 18 2015 coolo@suse.com
  - updated to version 2.12.2
    see installed History.txt
    === 2.12.2 / 2015-07-17
    * 2 bug fix:
    * Pull over and use Rack::URLMap. Fixes #741
    * Stub out peercert on JRuby for now. Fixes #739
* Fri Jul 17 2015 coolo@suse.com
  - updated to version 2.12.1
    see installed History.txt
    === 2.12.1 / 2015-07-16
    * 2 bug fixes:
    * Use a constant format. Fixes #737
    * Use strerror for Windows sake. Fixes #733
    * 1 doc change:
    * typo fix: occured -> occurred
    * 1 PR merged:
    * Merge pull request #736 from paulanunda/paulanunda/typo-fix
* Wed Jul 15 2015 coolo@suse.com
  - updated to version 2.12.0
    see installed History.txt
    === 2.12.0 / 2015-07-14
    * X bug fixes:
    * Add thread reaping to thread pool
    * Do not automatically use chunked responses when hijacked
    * Do not suppress Content-Length on partial hijack
    * Don't allow any exceptions to terminate a thread
    * Handle ENOTCONN client disconnects when setting REMOTE_ADDR
    * Handle very early exit of cluster mode. Fixes #722
    * Install rack when running tests on travis to use rack/lint
    * Make puma -v and -h return success exit code
    * Make pumactl load config/puma.rb by default
    * Pass options from pumactl properly when pruning. Fixes #694
    * Remove rack dependency. Fixes #705
    * Remove the default Content-Type: text/plain
    * Add Client Side Certificate Auth
    * X doc/test changes:
    * Added example sourcing of environment vars
    * Added tests for bind configuration on rackup file
    * Fix example config text
    * Update DEPLOYMENT.md
    * Update Readme with example of custom error handler
    * ci: Improve Travis settings
    * ci: Start running tests against JRuby 9k on Travis
    * ci: Convert to container infrastructure for travisci
    * X ops changes:
    * Check for system-wide rbenv
    * capistrano: Add additional env when start rails
    * X PRs merged:
    * Merge pull request #686 from jjb/patch-2
    * Merge pull request #693 from rob-murray/update-example-config
    * Merge pull request #697 from spk/tests-bind-on-rackup-file
    * Merge pull request #699 from deees/fix/require_rack_builder
    * Merge pull request #701 from deepj/master
    * Merge pull request #702 from Jimdo/thread-reaping
    * Merge pull request #703 from deepj/travis
    * Merge pull request #704 from grega/master
    * Merge pull request #709 from lian/master
    * Merge pull request #711 from julik/master
    * Merge pull request #712 from yakara-ltd/pumactl-default-config
    * Merge pull request #715 from RobotJiang/master
    * Merge pull request #725 from rwz/master
    * Merge pull request #726 from strenuus/handle-client-disconnect
    * Merge pull request #729 from allaire/patch-1
    * Merge pull request #730 from iamjarvo/container-infrastructure
* Tue May 19 2015 coolo@suse.com
  - updated to version 2.11.3
    see installed History.txt
    === 2.11.3 / 2015-05-18
    * 5 bug fixes:
    * Be sure to unlink tempfiles after a request. Fixes #690
    * Coerce the key to a string before checking. (thar be symbols). Fixes #684
    * Fix hang on bad SSL handshake
    * Remove `enable_SSLv3` support from JRuby
    * 1 PR merged:
    * Merge pull request #698 from looker/hang-handshake
* Sun Apr 12 2015 coolo@suse.com
  - updated to version 2.11.2
    * 2 minor features:
    * Add `on_worker_fork` hook, which allows to mimic Unicorn's behavior
    * Add shutdown_debug config option
    * 4 bug fixes:
    * Fix the Config constants not being available in the DSL. Fixes #683
    * Ignore multiple port declarations
    * Proper 'Connection' header handling compatible with HTTP 1.[01] protocols
    * Use "Puma" instead of "puma" to reporting to New Relic
    * 1 doc fixes:
    * Add Gitter badge.
    * 6 PRs merged:
    * Merge pull request #657 from schneems/schneems/puma-once-port
    * Merge pull request #658 from Tomohiro/newrelic-dispatcher-default-update
    * Merge pull request #662 from basecrm/connection-compatibility
    * Merge pull request #664 from fxposter/on-worker-fork
    * Merge pull request #667 from JuanitoFatas/doc/gemspec
* Fri Feb 13 2015 coolo@suse.com
  - updated to version 2.11.1
* Fri Feb 06 2015 coolo@suse.com
  - updated to version 2.11.0
    * 9 bug fixes:
    * Add mode as an additional bind option to unix sockets. Fixes #630
    * Advertise HTTPS properly after a hot restart
    * Don't write lowlevel_error_handler to state
    * Fix phased restart with stuck requests
    * Handle spaces in the path properly. Fixes #622
    * Set a default REMOTE_ADDR to avoid using peeraddr on unix sockets. Fixes #583
    * Skip device number checking on jruby. Fixes #586
    * Update extconf.rb to compile correctly on OS X
    * redirect io right after daemonizing so startup errors are shown. Fixes #359
    * 6 minor features:
    * Add a configuration option that prevents puma from queueing requests.
    * Add reload_worker_directory
    * Add the ability to pass environment variables to the init script (for Jungle).
    * Add the proctitle tag to the worker. Fixes #633
    * Infer a proctitle tag based on the directory
    * Update lowlevel error message to be more meaningful.
    * 10 PRs merged:
    * Merge pull request #478 from rubencaro/master
    * Merge pull request #610 from kwilczynski/master
    * Merge pull request #611 from jasonl/better-lowlevel-message
    * Merge pull request #616 from jc00ke/master
    * Merge pull request #623 from raldred/patch-1
    * Merge pull request #628 from rdpoor/master
    * Merge pull request #634 from deepj/master
    * Merge pull request #637 from raskhadafi/patch-1
    * Merge pull request #639 from ebeigarts/fix-phased-restarts
    * Merge pull request #640 from codehotter/issue-612-dependent-requests-deadlock
    === 2.10.2 / 2014-11-26
    * 1 bug fix:
    * Conditionalize thread local cleaning, fixes perf degradation fix
      The code to clean out all Thread locals adds pretty significant
      overhead to a each request, so it has to be turned on explicitly
      if a user needs it.

Files

/etc/alternatives/puma
/etc/alternatives/puma-4.3.5
/etc/alternatives/puma.ruby2.5
/etc/alternatives/pumactl
/etc/alternatives/pumactl-4.3.5
/etc/alternatives/pumactl.ruby2.5
/usr/bin/puma
/usr/bin/puma-4.3.5
/usr/bin/puma.ruby2.5
/usr/bin/puma.ruby2.5-4.3.5
/usr/bin/pumactl
/usr/bin/pumactl-4.3.5
/usr/bin/pumactl.ruby2.5
/usr/bin/pumactl.ruby2.5-4.3.5
/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/puma-4.3.5.gem
/usr/lib64/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/puma-4.3.5
/usr/lib64/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/puma-4.3.5/gem.build_complete
/usr/lib64/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/puma-4.3.5/puma
/usr/lib64/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/puma-4.3.5/puma/puma_http11.so
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/History.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/LICENSE
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/README.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/bin
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/bin/puma
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/bin/puma-wild
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/bin/pumactl
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/architecture.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/deployment.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/images
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/images/puma-connection-flow-no-reactor.png
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/images/puma-connection-flow.png
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/images/puma-general-arch.png
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/nginx.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/plugins.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/restart.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/signals.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/systemd.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/docs/tcp_mode.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/.sitearchdir.-.puma.time
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/PumaHttp11Service.java
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/ext_help.h
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/extconf.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/http11_parser.c
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/http11_parser.h
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/http11_parser.java.rl
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/http11_parser.rl
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/http11_parser_common.rl
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/io_buffer.c
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/mini_ssl.c
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org/jruby
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org/jruby/puma
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org/jruby/puma/Http11.java
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org/jruby/puma/Http11Parser.java
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org/jruby/puma/IOBuffer.java
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/org/jruby/puma/MiniSSL.java
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/puma_http11.c
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/ext/puma_http11/puma_http11.so
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/accept_nonblock.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/app
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/app/status.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/binder.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/cli.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/client.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/cluster.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/commonlogger.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/configuration.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/const.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/control_cli.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/detect.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/dsl.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/events.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/io_buffer.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/jruby_restart.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/launcher.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/minissl
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/minissl.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/minissl/context_builder.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/null_io.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/plugin
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/plugin.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/plugin/tmp_restart.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/puma_http11.so
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/rack
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/rack/builder.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/rack/urlmap.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/rack_default.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/reactor.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/runner.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/server.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/single.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/state_file.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/tcp_logger.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/thread_pool.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/puma/util.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/rack
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/rack/handler
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/lib/rack/handler/puma.rb
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/docker
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/docker/Dockerfile
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/README.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/init.d
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/init.d/README.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/init.d/puma
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/init.d/run-puma
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/rc.d
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/rc.d/README.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/rc.d/puma
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/rc.d/puma.conf
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/upstart
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/upstart/README.md
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/upstart/puma-manager.conf
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/jungle/upstart/puma.conf
/usr/lib64/ruby/gems/2.5.0/gems/puma-4.3.5/tools/trickletest.rb
/usr/lib64/ruby/gems/2.5.0/specifications/puma-4.3.5.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-puma
/usr/share/doc/packages/ruby2.5-rubygem-puma/History.md
/usr/share/doc/packages/ruby2.5-rubygem-puma/LICENSE
/usr/share/doc/packages/ruby2.5-rubygem-puma/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:57:46 2024