[DRE-commits] [passenger] 04/05: Refresh patches.

Felix Geyer fgeyer at moszumanska.debian.org
Sun Aug 21 17:47:22 UTC 2016


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

fgeyer pushed a commit to branch master
in repository passenger.

commit 3ce94d6e710b96f6413237469e41048c13301c0e
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Aug 21 18:57:53 2016 +0200

    Refresh patches.
---
 debian/changelog                     |  1 +
 debian/patches/nodejs_bin_name.patch | 18 +++++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a821b99..8d5a5d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 passenger (5.0.30-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
   * Update watch file.
 
  -- Felix Geyer <fgeyer at debian.org>  Sun, 21 Aug 2016 18:39:56 +0200
diff --git a/debian/patches/nodejs_bin_name.patch b/debian/patches/nodejs_bin_name.patch
index 6cc49f8..677c672 100644
--- a/debian/patches/nodejs_bin_name.patch
+++ b/debian/patches/nodejs_bin_name.patch
@@ -3,15 +3,15 @@ Author: Felix Geyer <fgeyer at debian.org>
 
 --- a/src/cxx_supportlib/Constants.h
 +++ b/src/cxx_supportlib/Constants.h
-@@ -73,7 +73,7 @@
- 
- 	#define DEFAULT_MBUF_CHUNK_SIZE 512
- 
--	#define DEFAULT_NODEJS "node"
-+	#define DEFAULT_NODEJS "nodejs"
- 
- 	#define DEFAULT_POOL_IDLE_TIME 300
- 
+@@ -56,7 +56,7 @@
+ #define DEFAULT_MAX_PRELOADER_IDLE_TIME 300
+ #define DEFAULT_MAX_REQUEST_QUEUE_SIZE 100
+ #define DEFAULT_MBUF_CHUNK_SIZE 4096
+-#define DEFAULT_NODEJS "node"
++#define DEFAULT_NODEJS "nodejs"
+ #define DEFAULT_POOL_IDLE_TIME 300
+ #define DEFAULT_PYTHON "python"
+ #define DEFAULT_RESPONSE_BUFFER_HIGH_WATERMARK 134217728
 --- a/src/ruby_supportlib/phusion_passenger/constants.rb
 +++ b/src/ruby_supportlib/phusion_passenger/constants.rb
 @@ -47,7 +47,7 @@ module PhusionPassenger

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



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