~ubuntu-branches/ubuntu/vivid/haproxy/vivid

« back to all changes in this revision

Viewing changes to debian/patches/0001-Fix-typo-in-src-haproxy.c.patch

  • Committer: Package Import Robot
  • Author(s): Apollon Oikonomopoulos
  • Date: 2014-06-20 11:05:17 UTC
  • mfrom: (1.1.15) (15.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20140620110517-u6q5p9kyy2f3ozw9
Tags: 1.5.0-1
* New upstream stable series. Notable changes since the 1.4 series:
  + Native SSL support on both sides with SNI/NPN/ALPN and OCSP stapling.
  + IPv6 and UNIX sockets are supported everywhere
  + End-to-end HTTP keep-alive for better support of NTLM and improved
    efficiency in static farms
  + HTTP/1.1 response compression (deflate, gzip) to save bandwidth
  + PROXY protocol versions 1 and 2 on both sides
  + Data sampling on everything in request or response, including payload
  + ACLs can use any matching method with any input sample
  + Maps and dynamic ACLs updatable from the CLI
  + Stick-tables support counters to track activity on any input sample
  + Custom format for logs, unique-id, header rewriting, and redirects
  + Improved health checks (SSL, scripted TCP, check agent, ...)
  + Much more scalable configuration supports hundreds of thousands of
    backends and certificates without sweating

* Upload to unstable, merge all 1.5 work from experimental. Most important
  packaging changes since 1.4.25-1 include:
  + systemd support.
  + A more sane default config file.
  + Zero-downtime upgrades between 1.5 releases by gracefully reloading
    HAProxy during upgrades.
  + HTML documentation shipped in the haproxy-doc package.
  + kqueue support for kfreebsd.

* Packaging changes since 1.5~dev26-2:
  + Drop patches merged upstream:
    o Fix-reference-location-in-manpage.patch
    o 0001-BUILD-stats-workaround-stupid-and-bogus-Werror-forma.patch
  + d/watch: look for stable 1.5 releases
  + systemd: respect CONFIG and EXTRAOPTS when specified in
    /etc/default/haproxy.
  + initscript: test the configuration before start or reload.
  + initscript: remove the ENABLED flag and logic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Apollon Oikonomopoulos <apollon@skroutz.gr>
2
 
Date: Thu, 11 Apr 2013 14:19:44 +0300
3
 
Subject: Fix typo in src/haproxy.c
4
 
 
5
 
Forwarded: no
6
 
Last-Update: 2013-04-11
7
 
---
8
 
 src/haproxy.c |    2 +-
9
 
 1 file changed, 1 insertion(+), 1 deletion(-)
10
 
 
11
 
diff --git a/src/haproxy.c b/src/haproxy.c
12
 
index 7a09e3f..1b55c2f 100644
13
 
--- a/src/haproxy.c
14
 
+++ b/src/haproxy.c
15
 
@@ -716,7 +716,7 @@ void init(int argc, char **argv)
16
 
                      "  is too low on this platform to support maxconn and the number of listeners\n"
17
 
                      "  and servers. You should rebuild haproxy specifying your system using TARGET=\n"
18
 
                      "  in order to support other polling systems (poll, epoll, kqueue) or reduce the\n"
19
 
-                     "  global maxconn setting to accomodate the system's limitation. For reference,\n"
20
 
+                     "  global maxconn setting to accommodate the system's limitation. For reference,\n"
21
 
                      "  FD_SETSIZE=%d on this system, global.maxconn=%d resulting in a maximum of\n"
22
 
                      "  %d file descriptors. You should thus reduce global.maxconn by %d. Also,\n"
23
 
                      "  check build settings using 'haproxy -vv'.\n\n",