[DRE-commits] [ruby-passenger] branch master updated (bb6e724 -> f2265d9)

Felix Geyer fgeyer at moszumanska.debian.org
Sat Mar 8 19:26:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a change to branch master
in repository ruby-passenger.

      from  bb6e724   Make sure the build flags are used for all source files.
      adds  e628080   Imported Upstream version 4.0.37
       new  2b91d03   Merge tag 'upstream/4.0.37'
       new  8e9b58e   New upstream release.
       new  f296380   Don't mention nginx in the package description.
       new  14e11f1   Release to unstable.
       new  f2265d9   Cherry-pick upstream commit to fix CVE-2014-1832.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                               |  70 ++++++
 README.md                                          |   4 +-
 build/integration_tests.rb                         |   6 +-
 build/packaging.rb                                 |  27 ++-
 build/test_basics.rb                               |   4 +-
 debian/changelog                                   |  17 +-
 debian/control                                     |   2 +-
 debian/patches/CVE-2014-1832.patch                 | 154 +++++++++++++
 debian/patches/series                              |   1 +
 dev/run_travis.sh                                  |   3 +
 doc/Users guide Apache.html                        |  21 +-
 doc/Users guide Apache.txt                         |  10 +-
 doc/Users guide Nginx.html                         |  29 ++-
 doc/Users guide Nginx.txt                          |  16 +-
 doc/Users guide Standalone.html                    | 245 +++++++++++++++++++++
 doc/Users guide Standalone.idmap.txt               |   4 +
 doc/Users guide Standalone.txt                     | 186 ++++++++++++++++
 doc/users_guide_snippets/installation.txt          |   3 +-
 ext/common/ApplicationPool2/Group.h                |   6 +-
 ext/common/ApplicationPool2/Implementation.cpp     |  31 ++-
 ext/common/ApplicationPool2/Options.h              |  12 +-
 ext/common/ApplicationPool2/Pool.h                 |  29 ++-
 ext/common/ApplicationPool2/Process.h              |  49 ++++-
 ext/common/Constants.h                             |   2 +-
 ext/common/MultiLibeio.cpp                         |   4 +
 ext/common/ServerInstanceDir.h                     |   2 +-
 ext/common/Utils.cpp                               |  29 +++
 ext/common/Utils.h                                 |   8 +-
 ext/common/Utils/BufferedIO.h                      |  13 ++
 ext/common/agents/HelperAgent/Main.cpp             |  13 +-
 ext/common/agents/HelperAgent/RequestHandler.h     |  33 ++-
 ext/common/agents/LoggingAgent/Main.cpp            |   3 +
 ext/common/agents/TempDirToucher.c                 |  27 ++-
 ext/common/agents/Watchdog/Main.cpp                |  31 ++-
 helper-scripts/meteor-loader.rb                    | 136 +++++++++++-
 helper-scripts/node-loader.js                      |   8 +-
 helper-scripts/wsgi-loader.py                      |  34 ++-
 lib/phusion_passenger.rb                           |   2 +-
 .../config/detach_process_command.rb               |  96 ++++++++
 lib/phusion_passenger/config/main.rb               |   1 +
 lib/phusion_passenger/request_handler.rb           |  15 +-
 lib/phusion_passenger/standalone/command.rb        |   9 +-
 lib/phusion_passenger/standalone/start_command.rb  |   6 +-
 node_lib/phusion_passenger/httplib_emulation.js    |  34 +--
 resources/templates/standalone/config.erb          |   3 +-
 test/cxx/RequestHandlerTest.cpp                    |  80 +++++++
 test/integration_tests/apache2_tests.rb            |  57 +++++
 test/integration_tests/nginx_tests.rb              |  62 ++++++
 test/node/httplib_emulation_spec.js                | 142 +++++++++++-
 test/node/spec_helper.js                           |  13 ++
 test/stub/.DS_Store                                | Bin 6148 -> 6148 bytes
 test/stub/node/app.js                              | 125 +++++++++++
 test/stub/{rack => node}/public/.gitignore         |   0
 test/stub/{rack/public => node/tmp}/.gitignore     |   0
 test/stub/rack/config.ru                           |  19 ++
 test/stub/wsgi/passenger_wsgi.py                   |  38 +++-
 56 files changed, 1840 insertions(+), 134 deletions(-)
 create mode 100644 debian/patches/CVE-2014-1832.patch
 create mode 100644 lib/phusion_passenger/config/detach_process_command.rb
 create mode 100644 test/stub/node/app.js
 copy test/stub/{rack => node}/public/.gitignore (100%)
 copy test/stub/{rack/public => node/tmp}/.gitignore (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-passenger.git



More information about the Pkg-ruby-extras-commits mailing list