1 haproxy (1.6.3-1~u16.04+mos3) mos; urgency=medium
3 * BUGFIX: show servers state may show an empty or incomplete result
4 - debian/patches/MIRA0002-Fix-show-server-state-through-socket.patch
7 -- Ivan Suzdal <mos-linux@mirantis.com> Mon, 08 Aug 2016 15:19:24 +0000
9 haproxy (1.6.3-1~u16.04+mos2) mos10.0; urgency=medium
11 * SECURITY UPDATE: denial of service via reqdeny
12 - debian/patches/CVE-2016-5360.patch: use temporary variable to store
13 status in include/types/proto_http.h, src/proto_http.c.
16 -- Sergii Golovatiuk <sgolovatiuk@mirantis.com> Tue, 14 Jun 2016 09:35:08 +0300
18 haproxy (1.6.3-1~u16.04+mos1) mos10.0; urgency=medium
20 * Add MIRA0001-Adding-include-configuration-statement-to-haproxy.patch
22 -- Dmitry Teselkin <mos-linux@mirantis.com> Fri, 17 Jun 2016 15:28:32 +0000
24 haproxy (1.6.3-1) unstable; urgency=medium
26 [ Apollon Oikonomopoulos ]
27 * haproxy.init: use s-s-d's --pidfile option.
28 Thanks to Louis Bouchard (Closes: 804530)
31 * watch: fix d/watch to look for 1.6 version
32 * Imported Upstream version 1.6.3
34 -- Vincent Bernat <bernat@debian.org> Thu, 31 Dec 2015 08:10:10 +0100
36 haproxy (1.6.2-2) unstable; urgency=medium
38 * Enable USE_REGPARM on amd64 as well.
40 -- Vincent Bernat <bernat@debian.org> Tue, 03 Nov 2015 21:21:30 +0100
42 haproxy (1.6.2-1) unstable; urgency=medium
44 * New upstream release.
45 - BUG/MAJOR: dns: first DNS response packet not matching queried
46 hostname may lead to a loop
47 - BUG/MAJOR: http: don't requeue an idle connection that is already
51 -- Vincent Bernat <bernat@debian.org> Tue, 03 Nov 2015 13:36:22 +0100
53 haproxy (1.6.1-2) experimental; urgency=medium
55 * Build the Lua manpage in -arch, fixes FTBFS in binary-only builds.
57 -- Apollon Oikonomopoulos <apoikos@debian.org> Thu, 22 Oct 2015 12:19:41 +0300
59 haproxy (1.6.1-1) experimental; urgency=medium
62 * New upstream release.
63 - BUG/MAJOR: ssl: free the generated SSL_CTX if the LRU cache is
65 * Drop 0001-BUILD-install-only-relevant-and-existing-documentati.patch.
67 [ Apollon Oikonomopoulos ]
68 * Ship and generate Lua API documentation.
70 -- Vincent Bernat <bernat@debian.org> Thu, 22 Oct 2015 10:45:55 +0200
72 haproxy (1.6.0+ds1-1) experimental; urgency=medium
74 * New upstream release!
75 * Add a patch to fix documentation installation:
76 + 0001-BUILD-install-only-relevant-and-existing-documentati.patch
77 * Update HAProxy documentation converter to a more recent version.
79 -- Vincent Bernat <bernat@debian.org> Wed, 14 Oct 2015 17:29:19 +0200
81 haproxy (1.6~dev7-1) experimental; urgency=medium
83 * New upstream release.
85 -- Vincent Bernat <bernat@debian.org> Tue, 06 Oct 2015 16:01:26 +0200
87 haproxy (1.6~dev5-1) experimental; urgency=medium
89 * New upstream release.
91 -- Vincent Bernat <bernat@debian.org> Mon, 14 Sep 2015 15:50:28 +0200
93 haproxy (1.6~dev4-1) experimental; urgency=medium
95 * New upstream release.
96 * Refresh debian/copyright.
98 -- Vincent Bernat <bernat@debian.org> Sun, 30 Aug 2015 23:54:10 +0200
100 haproxy (1.6~dev3-1) experimental; urgency=medium
102 * New upstream release.
103 * Enable Lua support.
105 -- Vincent Bernat <bernat@debian.org> Sat, 15 Aug 2015 17:51:29 +0200
107 haproxy (1.5.15-1) unstable; urgency=medium
109 * New upstream stable release including the following fix:
110 - BUG/MAJOR: http: don't call http_send_name_header() after an error
112 -- Vincent Bernat <bernat@debian.org> Mon, 02 Nov 2015 07:34:19 +0100
114 haproxy (1.5.14-1) unstable; urgency=high
116 * New upstream version. Fix an information leak (CVE-2015-3281):
117 - BUG/MAJOR: buffers: make the buffer_slow_realign() function
119 * Add $named as a dependency for init script. Closes: #790638.
121 -- Vincent Bernat <bernat@debian.org> Fri, 03 Jul 2015 19:49:02 +0200
123 haproxy (1.5.13-1) unstable; urgency=medium
125 * New upstream stable release including the following fixes:
126 - MAJOR: peers: allow peers section to be used with nbproc > 1
127 - BUG/MAJOR: checks: always check for end of list before proceeding
128 - MEDIUM: ssl: replace standards DH groups with custom ones
129 - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten
130 - BUG/MEDIUM: cfgparse: segfault when userlist is misused
131 - BUG/MEDIUM: stats: properly initialize the scope before dumping stats
132 - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER
134 - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
135 - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
136 - BUG/MEDIUM: peers: apply a random reconnection timeout
137 - BUG/MEDIUM: config: properly compute the default number of processes
140 -- Vincent Bernat <bernat@debian.org> Sat, 27 Jun 2015 20:52:07 +0200
142 haproxy (1.5.12-1) unstable; urgency=medium
144 * New upstream stable release including the following fixes:
145 - BUG/MAJOR: http: don't read past buffer's end in http_replace_value
146 - BUG/MAJOR: http: prevent risk of reading past end with balance
148 - BUG/MEDIUM: Do not consider an agent check as failed on L7 error
149 - BUG/MEDIUM: patern: some entries are not deleted with case
151 - BUG/MEDIUM: buffer: one byte miss in buffer free space check
152 - BUG/MEDIUM: http: thefunction "(req|res)-replace-value" doesn't
153 respect the HTTP syntax
154 - BUG/MEDIUM: peers: correctly configure the client timeout
155 - BUG/MEDIUM: http: hdr_cnt would not count any header when called
157 - BUG/MEDIUM: listener: don't report an error when resuming unbound
159 - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only
160 - BUG/MEDIUM: stream-int: always reset si->ops when si->end is
162 - BUG/MEDIUM: http: remove content-length from chunked messages
163 - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to
165 - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad
167 - BUG/MEDIUM: http: remove content-length form responses with bad
169 - BUG/MEDIUM: http: wait for the exact amount of body bytes in
170 wait_for_request_body
172 -- Vincent Bernat <bernat@debian.org> Sat, 02 May 2015 16:38:28 +0200
174 haproxy (1.5.11-2) unstable; urgency=medium
176 * Upload to unstable.
178 -- Vincent Bernat <bernat@debian.org> Sun, 26 Apr 2015 17:46:58 +0200
180 haproxy (1.5.11-1) experimental; urgency=medium
182 * New upstream stable release including the following fixes:
183 - BUG/MAJOR: log: don't try to emit a log if no logger is set
184 - BUG/MEDIUM: backend: correctly detect the domain when
185 use_domain_only is used
186 - BUG/MEDIUM: Do not set agent health to zero if server is disabled
188 - BUG/MEDIUM: Only explicitly report "DOWN (agent)" if the agent health
190 - BUG/MEDIUM: http: fix header removal when previous header ends with
192 - BUG/MEDIUM: channel: fix possible integer overflow on reserved size
194 - BUG/MEDIUM: channel: don't schedule data in transit for leaving until
196 - BUG/MEDIUM: http: make http-request set-header compute the string
198 * Upload to experimental.
200 -- Vincent Bernat <bernat@debian.org> Sun, 01 Feb 2015 09:22:27 +0100
202 haproxy (1.5.10-1) experimental; urgency=medium
204 * New upstream stable release including the following fixes:
205 - BUG/MAJOR: stream-int: properly check the memory allocation return
206 - BUG/MEDIUM: sample: fix random number upper-bound
207 - BUG/MEDIUM: patterns: previous fix was incomplete
208 - BUG/MEDIUM: payload: ensure that a request channel is available
209 - BUG/MEDIUM: tcp-check: don't rely on random memory contents
210 - BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect
211 - BUG/MEDIUM: config: do not propagate processes between stopped
213 - BUG/MEDIUM: memory: fix freeing logic in pool_gc2()
214 - BUG/MEDIUM: compression: correctly report zlib_mem
215 * Upload to experimental.
217 -- Vincent Bernat <bernat@debian.org> Sun, 04 Jan 2015 13:17:56 +0100
219 haproxy (1.5.9-1) experimental; urgency=medium
221 * New upstream stable release including the following fixes:
222 - BUG/MAJOR: sessions: unlink session from list on out
224 - BUG/MEDIUM: pattern: don't load more than once a pattern
226 - BUG/MEDIUM: connection: sanitize PPv2 header length before
227 parsing address information
228 - BUG/MAJOR: frontend: initialize capture pointers earlier
229 - BUG/MEDIUM: checks: fix conflicts between agent checks and
231 - BUG/MEDIUM: ssl: force a full GC in case of memory shortage
232 - BUG/MEDIUM: ssl: fix bad ssl context init can cause
233 segfault in case of OOM.
234 * Upload to experimental.
236 -- Vincent Bernat <bernat@debian.org> Sun, 07 Dec 2014 16:37:36 +0100
238 haproxy (1.5.8-3) unstable; urgency=medium
240 * Remove RC4 from the default cipher string shipped in configuration.
242 -- Vincent Bernat <bernat@debian.org> Fri, 27 Feb 2015 11:29:23 +0100
244 haproxy (1.5.8-2) unstable; urgency=medium
246 * Cherry-pick the following patches from 1.5.9 release:
247 - 8a0b93bde77e BUG/MAJOR: sessions: unlink session from list on out
249 - bae03eaad40a BUG/MEDIUM: pattern: don't load more than once a pattern
251 - 93637b6e8503 BUG/MEDIUM: connection: sanitize PPv2 header length before
252 parsing address information
253 - 8ba50128832b BUG/MAJOR: frontend: initialize capture pointers earlier
254 - 1f96a87c4e14 BUG/MEDIUM: checks: fix conflicts between agent checks and
256 - 9bcc01ae2598 BUG/MEDIUM: ssl: force a full GC in case of memory shortage
257 - 909514970089 BUG/MEDIUM: ssl: fix bad ssl context init can cause
258 segfault in case of OOM.
259 * Cherry-pick the following patches from future 1.5.10 release:
260 - 1e89acb6be9b BUG/MEDIUM: payload: ensure that a request channel is
262 - bad3c6f1b6d7 BUG/MEDIUM: patterns: previous fix was incomplete
264 -- Vincent Bernat <bernat@debian.org> Sun, 07 Dec 2014 11:11:21 +0100
266 haproxy (1.5.8-1) unstable; urgency=medium
268 * New upstream stable release including the following fixes:
270 + BUG/MAJOR: buffer: check the space left is enough or not when input
271 data in a buffer is wrapped
272 + BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates
273 + BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets
274 + BUG/MEDIUM: regex: fix pcre_study error handling
275 + BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
276 + BUG/MINOR: log: fix request flags when keep-alive is enabled
277 + BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
278 + BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
279 * Also includes the following new features:
280 + MINOR: ssl: add statement to force some ssl options in global.
281 + MINOR: ssl: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER
283 * Disable SSLv3 in the default configuration file.
285 -- Vincent Bernat <bernat@debian.org> Fri, 31 Oct 2014 13:48:19 +0100
287 haproxy (1.5.6-1) unstable; urgency=medium
289 * New upstream stable release including the following fixes:
290 + BUG/MEDIUM: systemd: set KillMode to 'mixed'
291 + MINOR: systemd: Check configuration before start
292 + BUG/MEDIUM: config: avoid skipping disabled proxies
293 + BUG/MINOR: config: do not accept more track-sc than configured
294 + BUG/MEDIUM: backend: fix URI hash when a query string is present
295 * Drop systemd patches:
296 + haproxy.service-also-check-on-start.patch
297 + haproxy.service-set-killmode-to-mixed.patch
298 * Refresh other patches.
300 -- Vincent Bernat <bernat@debian.org> Mon, 20 Oct 2014 18:10:21 +0200
302 haproxy (1.5.5-1) unstable; urgency=medium
305 * initscript: use start-stop-daemon to reliably terminate all haproxy
306 processes. Also treat stopping a non-running haproxy as success.
307 (Closes: #762608, LP: #1038139)
309 [ Apollon Oikonomopoulos ]
310 * New upstream stable release including the following fixes:
311 + DOC: Address issue where documentation is excluded due to a gitignore
313 + MEDIUM: Improve signal handling in systemd wrapper.
314 + BUG/MINOR: config: don't propagate process binding for dynamic
316 + MINOR: Also accept SIGHUP/SIGTERM in systemd-wrapper
317 + DOC: clearly state that the "show sess" output format is not fixed
318 + MINOR: stats: fix minor typo fix in stats_dump_errors_to_buffer()
319 + DOC: indicate in the doc that track-sc* can wait if data are missing
320 + MEDIUM: http: enable header manipulation for 101 responses
321 + BUG/MEDIUM: config: propagate frontend to backend process binding again.
322 + MEDIUM: config: properly propagate process binding between proxies
323 + MEDIUM: config: make the frontends automatically bind to the listeners'
325 + MEDIUM: config: compute the exact bind-process before listener's
327 + MEDIUM: config: only warn if stats are attached to multi-process bind
329 + MEDIUM: config: report it when tcp-request rules are misplaced
330 + MINOR: config: detect the case where a tcp-request content rule has no
332 + MEDIUM: systemd-wrapper: support multiple executable versions and names
333 + BUG/MEDIUM: remove debugging code from systemd-wrapper
334 + BUG/MEDIUM: http: adjust close mode when switching to backend
335 + BUG/MINOR: config: don't propagate process binding on fatal errors.
336 + BUG/MEDIUM: check: rule-less tcp-check must detect connect failures
337 + BUG/MINOR: tcp-check: report the correct failed step in the status
338 + DOC: indicate that weight zero is reported as DRAIN
339 * Add a new patch (haproxy.service-set-killmode-to-mixed.patch) to fix the
340 systemctl stop action conflicting with the systemd wrapper now catching
342 * Bump standards to 3.9.6; no changes needed.
343 * haproxy-doc: link to tracker.debian.org instead of packages.qa.debian.org.
344 * d/copyright: move debian/dconv/* paragraph after debian/*, so that it
345 actually matches the files it is supposed to.
347 -- Apollon Oikonomopoulos <apoikos@debian.org> Wed, 08 Oct 2014 12:34:53 +0300
349 haproxy (1.5.4-1) unstable; urgency=high
351 * New upstream version.
352 + Fix a critical bug that, under certain unlikely conditions, allows a
353 client to crash haproxy.
354 * Prefix rsyslog configuration file to ensure to log only to
355 /var/log/haproxy. Thanks to Paul Bourke for the patch.
357 -- Vincent Bernat <bernat@debian.org> Tue, 02 Sep 2014 19:14:38 +0200
359 haproxy (1.5.3-1) unstable; urgency=medium
361 * New upstream stable release, fixing the following issues:
362 + Memory corruption when building a proxy protocol v2 header
363 + Memory leak in SSL DHE key exchange
365 -- Apollon Oikonomopoulos <apoikos@debian.org> Fri, 25 Jul 2014 10:41:36 +0300
367 haproxy (1.5.2-1) unstable; urgency=medium
369 * New upstream stable release. Important fixes:
370 + A few sample fetch functions when combined in certain ways would return
371 malformed results, possibly crashing the HAProxy process.
372 + Hash-based load balancing and http-send-name-header would fail for
373 requests which contain a body which starts to be forwarded before the
376 -- Apollon Oikonomopoulos <apoikos@debian.org> Mon, 14 Jul 2014 00:42:32 +0300
378 haproxy (1.5.1-1) unstable; urgency=medium
380 * New upstream stable release:
381 + Fix a file descriptor leak for clients that disappear before connecting.
382 + Do not staple expired OCSP responses.
384 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 24 Jun 2014 12:56:30 +0300
386 haproxy (1.5.0-1) unstable; urgency=medium
388 * New upstream stable series. Notable changes since the 1.4 series:
389 + Native SSL support on both sides with SNI/NPN/ALPN and OCSP stapling.
390 + IPv6 and UNIX sockets are supported everywhere
391 + End-to-end HTTP keep-alive for better support of NTLM and improved
392 efficiency in static farms
393 + HTTP/1.1 response compression (deflate, gzip) to save bandwidth
394 + PROXY protocol versions 1 and 2 on both sides
395 + Data sampling on everything in request or response, including payload
396 + ACLs can use any matching method with any input sample
397 + Maps and dynamic ACLs updatable from the CLI
398 + Stick-tables support counters to track activity on any input sample
399 + Custom format for logs, unique-id, header rewriting, and redirects
400 + Improved health checks (SSL, scripted TCP, check agent, ...)
401 + Much more scalable configuration supports hundreds of thousands of
402 backends and certificates without sweating
404 * Upload to unstable, merge all 1.5 work from experimental. Most important
405 packaging changes since 1.4.25-1 include:
407 + A more sane default config file.
408 + Zero-downtime upgrades between 1.5 releases by gracefully reloading
409 HAProxy during upgrades.
410 + HTML documentation shipped in the haproxy-doc package.
411 + kqueue support for kfreebsd.
413 * Packaging changes since 1.5~dev26-2:
414 + Drop patches merged upstream:
415 o Fix-reference-location-in-manpage.patch
416 o 0001-BUILD-stats-workaround-stupid-and-bogus-Werror-forma.patch
417 + d/watch: look for stable 1.5 releases
418 + systemd: respect CONFIG and EXTRAOPTS when specified in
419 /etc/default/haproxy.
420 + initscript: test the configuration before start or reload.
421 + initscript: remove the ENABLED flag and logic.
423 -- Apollon Oikonomopoulos <apoikos@debian.org> Fri, 20 Jun 2014 11:05:17 +0300
425 haproxy (1.5~dev26-2) experimental; urgency=medium
427 * initscript: start should not fail when haproxy is already running
428 + Fixes upgrades from post-1.5~dev24-1 installations
430 -- Apollon Oikonomopoulos <apoikos@debian.org> Wed, 04 Jun 2014 13:20:39 +0300
432 haproxy (1.5~dev26-1) experimental; urgency=medium
434 * New upstream development version.
435 + Add a patch to fix compilation with -Werror=format-security
437 -- Vincent Bernat <bernat@debian.org> Wed, 28 May 2014 20:32:10 +0200
439 haproxy (1.5~dev25-1) experimental; urgency=medium
442 * New upstream development version.
443 * Rename "contimeout", "clitimeout" and "srvtimeout" in the default
444 configuration file to "timeout connection", "timeout client" and
447 [ Apollon Oikonomopoulos ]
448 * Build on kfreebsd using the "freebsd" target; enables kqueue support.
450 -- Vincent Bernat <bernat@debian.org> Thu, 15 May 2014 00:20:11 +0200
452 haproxy (1.5~dev24-2) experimental; urgency=medium
454 * New binary package: haproxy-doc
455 + Contains the HTML documentation built using a version of Cyril Bonté's
456 haproxy-dconv (https://github.com/cbonte/haproxy-dconv).
457 + Add Build-Depends-Indep on python and python-mako
458 + haproxy Suggests: haproxy-doc
459 * systemd: check config file for validity on reload.
461 + Enable the stats socket by default and bind it to
462 /run/haproxy/admin.sock, which is accessible by the haproxy group.
463 /run/haproxy creation is handled by the initscript for sysv-rc and a
464 tmpfiles.d config for systemd.
465 + Set the default locations for CA and server certificates to
466 /etc/ssl/certs and /etc/ssl/private respectively.
467 + Set the default cipher list to be used on listening SSL sockets to
468 enable PFS, preferring ECDHE ciphers by default.
469 * Gracefully reload HAProxy on upgrade instead of performing a full restart.
470 * debian/rules: split build into binary-arch and binary-indep.
471 * Build-depend on debhelper >= 9, set compat to 9.
473 -- Apollon Oikonomopoulos <apoikos@debian.org> Sun, 27 Apr 2014 13:37:17 +0300
475 haproxy (1.5~dev24-1) experimental; urgency=medium
477 * New upstream development version, fixes major regressions introduced in
480 + Forwarding of a message body (request or response) would automatically
481 stop after the transfer timeout strikes, and with no error.
482 + Redirects failed to update the msg->next offset after consuming the
483 request, so if they were made with keep-alive enabled and starting with
484 a slash (relative location), then the buffer was shifted by a negative
485 amount of data, causing a crash.
486 + The code to standardize DH parameters caused an important performance
487 regression for, so it was temporarily reverted for the time needed to
488 understand the cause and to fix it.
490 For a complete release announcement, including other bugfixes and feature
491 enhancements, see http://deb.li/yBVA.
493 -- Apollon Oikonomopoulos <apoikos@debian.org> Sun, 27 Apr 2014 11:09:37 +0300
495 haproxy (1.5~dev23-1) experimental; urgency=medium
497 * New upstream development version; notable changes since 1.5~dev22:
498 + SSL record size optimizations to speed up both, small and large
500 + Dynamic backend name support in use_backend.
501 + Compressed chunked transfer encoding support.
502 + Dynamic ACL manipulation via the CLI.
503 + New "language" converter for extracting language preferences from
504 Accept-Language headers.
505 * Remove halog source and systemd unit files from
506 /usr/share/doc/haproxy/contrib, they are built and shipped in their
507 appropriate locations since 1.5~dev19-2.
509 -- Apollon Oikonomopoulos <apoikos@debian.org> Wed, 23 Apr 2014 11:12:34 +0300
511 haproxy (1.5~dev22-1) experimental; urgency=medium
513 * New upstream development version
514 * watch: use the source page and not the main one
516 -- Apollon Oikonomopoulos <apoikos@debian.org> Mon, 03 Feb 2014 17:45:51 +0200
518 haproxy (1.5~dev21+20140118-1) experimental; urgency=medium
520 * New upstream development snapshot, with the following fixes since
522 + 00b0fb9 BUG/MAJOR: ssl: fix breakage caused by recent fix abf08d9
523 + 410f810 BUG/MEDIUM: map: segmentation fault with the stats's socket
524 command "set map ..."
525 + abf08d9 BUG/MAJOR: connection: fix mismatch between rcv_buf's API and
527 + 35249cb BUG/MINOR: pattern: pattern comparison executed twice
528 + c920096 BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between
530 + b800623 BUG/MEDIUM: stats: fix HTTP/1.0 breakage introduced in previous
532 + 61f7f0a BUG/MINOR: stream-int: do not clear the owner upon unregister
533 + 983eb31 BUG/MINOR: channel: CHN_INFINITE_FORWARD must be unsigned
534 + a3ae932 BUG/MEDIUM: stats: the web interface must check the tracked
535 servers before enabling
536 + e24d963 BUG/MEDIUM: checks: unchecked servers could not be enabled
538 + 7257550 BUG/MINOR: http: always disable compression on HTTP/1.0
539 + 9f708ab BUG/MINOR: checks: successful check completion must not
540 re-enable MAINT servers
541 + ff605db BUG/MEDIUM: backend: do not re-initialize the connection's
543 + ea90063 BUG/MEDIUM: stream-int: fix the keep-alive idle connection
545 * Update debian/copyright to reflect the license of ebtree/
547 * Synchronize debian/copyright with source
548 * Add Documentation field to the systemd unit file
550 -- Apollon Oikonomopoulos <apoikos@debian.org> Mon, 20 Jan 2014 10:07:34 +0200
552 haproxy (1.5~dev21-1) experimental; urgency=low
555 * Bump Standards-Version to 3.9.5
558 * debian/control: Add haproxy-dbg binary package for debug symbols.
560 [ Apollon Oikonomopoulos ]
561 * New upstream development version.
562 * Require syslog to be operational before starting. Closes: #726323.
564 -- Vincent Bernat <bernat@debian.org> Tue, 17 Dec 2013 01:38:04 +0700
566 haproxy (1.5~dev19-2) experimental; urgency=low
569 * Really enable systemd support by using dh-systemd helper.
570 * Don't use -L/usr/lib and rely on default search path. Closes: #722777.
572 [ Apollon Oikonomopoulos ]
575 -- Vincent Bernat <bernat@debian.org> Thu, 12 Sep 2013 21:58:05 +0200
577 haproxy (1.5~dev19-1) experimental; urgency=high
580 * New upstream version.
581 + CVE-2013-2175: fix a possible crash when using negative header
583 + Drop 0002-Fix-typo-in-src-haproxy.patch: applied upstream.
584 * Enable gzip compression feature.
587 * Drop bashism patch. It seems useless to maintain a patch to convert
588 example scripts from /bin/bash to /bin/sh.
589 * Fix reload/restart action of init script (LP: #1187469)
591 -- Vincent Bernat <bernat@debian.org> Mon, 17 Jun 2013 22:03:58 +0200
593 haproxy (1.5~dev18-1) experimental; urgency=low
595 [ Apollon Oikonomopoulos ]
596 * New upstream development version
599 * Add support for systemd. Currently, /etc/default/haproxy is not used
602 -- Vincent Bernat <bernat@debian.org> Sun, 26 May 2013 12:33:00 +0200
604 haproxy (1.4.25-1) unstable; urgency=medium
607 * New upstream version.
608 * Update watch file to use the source page.
609 * Bump Standards-Version to 3.9.5.
612 * debian/control: Add haproxy-dbg binary package for debug symbols.
614 [ Apollon Oikonomopoulos ]
615 * Require syslog to be operational before starting. Closes: #726323.
616 * Document how to bind non-local IPv6 addresses.
617 * Add a reference to configuration.txt.gz to the manpage.
618 * debian/copyright: synchronize with source.
620 -- Prach Pongpanich <prachpub@gmail.com> Fri, 28 Mar 2014 09:35:09 +0700
622 haproxy (1.4.24-2) unstable; urgency=low
624 [ Apollon Oikonomopoulos ]
625 * Ship contrib/halog as /usr/bin/halog.
628 * Don't use -L/usr/lib and rely on default search path. Closes: #722777.
630 -- Vincent Bernat <bernat@debian.org> Sun, 15 Sep 2013 14:36:27 +0200
632 haproxy (1.4.24-1) unstable; urgency=high
635 * New upstream version.
636 + CVE-2013-2175: fix a possible crash when using negative header
640 * Drop bashism patch. It seems useless to maintain a patch to convert
641 example scripts from /bin/bash to /bin/sh.
642 * Fix reload/restart action of init script (LP: #1187469).
644 -- Vincent Bernat <bernat@debian.org> Mon, 17 Jun 2013 21:56:26 +0200
646 haproxy (1.4.23-1) unstable; urgency=low
648 [ Apollon Oikonomopoulos ]
649 * New upstream version (Closes: #643650, #678953)
650 + This fixes CVE-2012-2942 (Closes: #674447)
651 + This fixes CVE-2013-1912 (Closes: #704611)
652 * Ship vim addon as vim-haproxy (Closes: #702893)
653 * Check for the configuration file after sourcing /etc/default/haproxy
655 * Use /dev/log for logging by default (Closes: #649085)
660 + switch maintenance to Debian HAProxy team. (Closes: #706890)
661 + drop dependency to quilt: 3.0 (quilt) format is in use.
663 + don't explicitly call dh_installchangelog.
664 + use dh_installdirs to install directories.
665 + use dh_install to install error and configuration files.
666 + switch to `linux2628` Makefile target for Linux.
668 + remove haproxy user and group on purge.
669 * Ship a more minimal haproxy.cfg file: no `listen` blocks but `global`
670 and `defaults` block with appropriate configuration to use chroot and
671 logging in the expected way.
675 + add missing copyright holders
676 + update years of copyright
678 + build with -Wl,--as-needed to get rid of unnecessary depends
679 * Remove useless files in debian/haproxy.{docs,examples}
680 * Update debian/watch file, thanks to Bart Martens
682 -- Vincent Bernat <bernat@debian.org> Mon, 06 May 2013 20:02:14 +0200
684 haproxy (1.4.15-1) unstable; urgency=low
686 * New upstream release with critical bug fix (Closes: #631351)
688 -- Christo Buschek <crito@30loops.net> Thu, 14 Jul 2011 18:17:05 +0200
690 haproxy (1.4.13-1) unstable; urgency=low
692 * New maintainer upload (Closes: #615246)
693 * New upstream release
694 * Standards-version goes 3.9.1 (no change)
695 * Added patch bashism (Closes: #581109)
696 * Added a README.source file.
698 -- Christo Buschek <crito@30loops.net> Thu, 11 Mar 2011 12:41:59 +0000
700 haproxy (1.4.8-1) unstable; urgency=low
702 * New upstream release.
704 -- Arnaud Cornet <acornet@debian.org> Fri, 18 Jun 2010 00:42:53 +0100
706 haproxy (1.4.4-1) unstable; urgency=low
708 * New upstream release
709 * Add splice and tproxy support
710 * Add regparm optimization on i386
711 * Switch to dpkg-source 3.0 (quilt) format
713 -- Arnaud Cornet <acornet@debian.org> Thu, 15 Apr 2010 20:00:34 +0100
715 haproxy (1.4.2-1) unstable; urgency=low
717 * New upstream release
718 * Remove debian/patches/haproxy.1-hyphen.patch gone upstream
719 * Tighten quilt build dep (Closes: #567087)
720 * standards-version goes 3.8.4 (no change)
721 * Add $remote_fs to init.d script required start and stop
723 -- Arnaud Cornet <acornet@debian.org> Sat, 27 Mar 2010 15:19:48 +0000
725 haproxy (1.3.22-1) unstable; urgency=low
727 * New upstream bugfix release
729 -- Arnaud Cornet <acornet@debian.org> Mon, 19 Oct 2009 22:31:45 +0100
731 haproxy (1.3.21-1) unstable; urgency=low
734 * New Upstream Version (Closes: #538992)
735 * Added override for example shell scripts in docs (Closes: #530096)
736 * Added upstream changelog to docs
738 * Updated debian/copyright format
739 * Added haproxy.1-hyphen.patch, to fix hyphen in man page
740 * Upgrade Standards-Version to 3.8.3 (no change needed)
741 * Upgrade debian/compat to 7 (no change needed)
744 * New upstream version.
745 * Merge Michael's work, few changelog fixes
746 * Add debian/README.source to point to quilt doc
747 * Depend on debhelper >= 7.0.50~ and use overrides in debian/rules
749 -- Arnaud Cornet <acornet@debian.org> Sun, 18 Oct 2009 14:01:29 +0200
751 haproxy (1.3.18-1) unstable; urgency=low
753 * New Upstream Version (Closes: #534583).
754 * Add contrib directory in docs
756 -- Arnaud Cornet <acornet@debian.org> Fri, 26 Jun 2009 00:11:01 +0200
758 haproxy (1.3.15.7-2) unstable; urgency=low
760 * Fix build without debian/patches directory (Closes: #515682) using
761 /usr/share/quilt/quilt.make.
763 -- Arnaud Cornet <acornet@debian.org> Tue, 17 Feb 2009 08:55:12 +0100
765 haproxy (1.3.15.7-1) unstable; urgency=low
767 * New Upstream Version.
768 * Remove upstream patches:
769 -use_backend-consider-unless.patch
770 -segfault-url_param+check_post.patch
771 -server-timeout.patch
772 -closed-fd-remove.patch
773 -connection-slot-during-retry.patch
774 -srv_dynamic_maxconn.patch
775 -do-not-pause-backends-on-reload.patch
776 -acl-in-default.patch
777 -cookie-capture-check.patch
778 -dead-servers-queue.patch
780 -- Arnaud Cornet <acornet@debian.org> Mon, 16 Feb 2009 11:20:21 +0100
782 haproxy (1.3.15.2-2~lenny1) testing-proposed-updates; urgency=low
784 * Rebuild for lenny to circumvent pcre3 shlibs bump.
786 -- Arnaud Cornet <acornet@debian.org> Wed, 14 Jan 2009 11:28:36 +0100
788 haproxy (1.3.15.2-2) unstable; urgency=low
790 * Add stable branch bug fixes from upstream (Closes: #510185).
791 - use_backend-consider-unless.patch: consider "unless" in use_backend
792 - segfault-url_param+check_post.patch: fix segfault with url_param +
794 - server-timeout.patch: consider server timeout in all circumstances
795 - closed-fd-remove.patch: drop info about closed file descriptors
796 - connection-slot-during-retry.patch: do not release the connection slot
798 - srv_dynamic_maxconn.patch: dynamic connection throttling api fix
799 - do-not-pause-backends-on-reload.patch: make reload reliable
800 - acl-in-default.patch: allow acl-related keywords in defaults sections
801 - cookie-capture-check.patch: cookie capture is declared in the frontend
802 but checked on the backend
803 - dead-servers-queue.patch: make dead servers not suck pending connections
804 * Add quilt build-dependancy. Use quilt in debian/rules to apply
807 -- Arnaud Cornet <acornet@debian.org> Wed, 31 Dec 2008 08:50:21 +0100
809 haproxy (1.3.15.2-1) unstable; urgency=low
811 * New Upstream Version (Closes: #497186).
813 -- Arnaud Cornet <acornet@debian.org> Sat, 30 Aug 2008 18:06:31 +0200
815 haproxy (1.3.15.1-1) unstable; urgency=low
817 * New Upstream Version
818 * Upgrade standards version to 3.8.0 (no change needed).
819 * Build with TARGET=linux26 on linux, TARGET=generic on other systems.
821 -- Arnaud Cornet <acornet@debian.org> Fri, 20 Jun 2008 00:38:50 +0200
823 haproxy (1.3.14.5-1) unstable; urgency=low
825 * New Upstream Version (Closes: #484221)
826 * Use debhelper 7, drop CDBS.
828 -- Arnaud Cornet <acornet@debian.org> Wed, 04 Jun 2008 19:21:56 +0200
830 haproxy (1.3.14.3-1) unstable; urgency=low
832 * New Upstream Version
833 * Add status argument support to init-script to conform to LSB.
834 * Cleanup pidfile after stop in init script. Init script return code fixups.
836 -- Arnaud Cornet <acornet@debian.org> Sun, 09 Mar 2008 21:30:29 +0100
838 haproxy (1.3.14.2-3) unstable; urgency=low
840 * Add init script support for nbproc > 1 in configuration. That is,
841 multiple haproxy processes.
842 * Use 'option redispatch' instead of redispatch in debian default
845 -- Arnaud Cornet <acornet@debian.org> Sun, 03 Feb 2008 18:22:28 +0100
847 haproxy (1.3.14.2-2) unstable; urgency=low
849 * Fix init scripts's reload function to use -sf instead of -st (to wait for
850 active session to finish cleanly). Also support dash. Thanks to
851 Jean-Baptiste Quenot for noticing.
853 -- Arnaud Cornet <acornet@debian.org> Thu, 24 Jan 2008 23:47:26 +0100
855 haproxy (1.3.14.2-1) unstable; urgency=low
857 * New Upstream Version
858 * Simplify DEB_MAKE_INVOKE, as upstream now supports us overriding
860 * Move haproxy to usr/sbin.
862 -- Arnaud Cornet <acornet@debian.org> Mon, 21 Jan 2008 22:42:51 +0100
864 haproxy (1.3.14.1-1) unstable; urgency=low
866 * New upstream release.
867 * Drop dfsg list and hash code rewrite (merged upstream).
868 * Add a HAPROXY variable in init script.
869 * Drop makefile patch, fix debian/rules accordingly. Drop build-dependancy
871 * Manpage now upstream. Ship upstream's and drop ours.
873 -- Arnaud Cornet <acornet@debian.org> Tue, 01 Jan 2008 22:50:09 +0100
875 haproxy (1.3.12.dfsg2-1) unstable; urgency=low
877 * New upstream bugfix release.
878 * Use new Homepage tag.
879 * Bump standards-version (no change needed).
880 * Add build-depend on quilt and add patch to allow proper CFLAGS passing to
883 -- Arnaud Cornet <acornet@debian.org> Tue, 25 Dec 2007 21:52:59 +0100
885 haproxy (1.3.12.dfsg-1) unstable; urgency=low
887 * Initial release (Closes: #416397).
888 * The DFSG removes files with GPL-incompabitle license and adds a
889 re-implementation by me.
891 -- Arnaud Cornet <acornet@debian.org> Fri, 17 Aug 2007 09:33:41 +0200