diff --git a/_service b/_service index 490bf04..82bee0b 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ http://git.haproxy.org/git/haproxy-1.8.git git haproxy - 1.8.1 - v1.8.1 + 1.8.3 + v1.8.3 enable diff --git a/_servicedata b/_servicedata index 19fe838..8d57c7e 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ http://git.haproxy.org/git/haproxy-1.7.git 640d526f8cdad00f7f5043b51f6a34f3f6ebb49f http://git.haproxy.org/git/haproxy-1.8.git - bc1f797c2dcfe8a6b82697725e161f87b2d6c386 \ No newline at end of file + 205f6751891b60dac1958181f53cdcd2f1067651 \ No newline at end of file diff --git a/haproxy-1.8.1.tar.gz b/haproxy-1.8.1.tar.gz deleted file mode 100644 index e81053a..0000000 --- a/haproxy-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02ded32524353da2f3e29e952e656cc2f6b5f0189400831401f9de70a6560b30 -size 2038215 diff --git a/haproxy-1.8.3.tar.gz b/haproxy-1.8.3.tar.gz new file mode 100644 index 0000000..e8a1c9c --- /dev/null +++ b/haproxy-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc7f65c4ed6ac1420dfd01896833e0f765f72471fbfa316a195793272e58b4a +size 2043861 diff --git a/haproxy.changes b/haproxy.changes index 5933f22..a7aa428 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,88 @@ +------------------------------------------------------------------- +Sun Dec 31 02:26:13 UTC 2017 - mrueckert@suse.de + +- Update to version 1.8.3: + * [RELEASE] Released version 1.8.3 + * MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped + * BUG/MAJOR: hpack: don't return direct references to the dynamic headers table + * BUG/MEDIUM: http: don't automatically forward request close + * MINOR: don't close stdio anymore + * BUG/MEDIUM: mworker: don't close stdio several time + * BUG/MEDIUM: h2: ensure we always know the stream before sending a reset + * DOC/MINOR: configuration: typo, formatting fixes + * BUG/MEDIUM: h2: improve handling of frames received on closed streams + * BUG/MEDIUM: h2: properly handle and report some stream errors + +------------------------------------------------------------------- +Sun Dec 24 23:30:31 UTC 2017 - mrueckert@suse.de + +- Update to version 1.8.2: + * [RELEASE] Released version 1.8.2 + * BUG/MEDIUM: checks: properly set servers to stopping state on 404 + * BUG/MAJOR: connection: refine the situations where we don't send shutw() + * BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie" + * BUG/MEDIUM: cache: respect the request cache-control header + * BUG/MEDIUM: cache: replace old object on store + * BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache + * MINOR: http: add a function to check request's cache-control header field + * BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability + * BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses + * BUG/MINOR: http: do not ignore cache-control: public + * MINOR: http: start to compute the transaction's cacheability from the request + * MINOR: http: update the list of cacheable status codes as per RFC7231 + * MINOR: http: adjust the list of supposedly cacheable methods + * BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() + * BUG/MEDIUM: checks: a server passed in maint state was not forced down. + * MEDIUM: netscaler: add support for standard NetScaler CIP protocol + * MEDIUM: netscaler: do not analyze original IP packet size + * MINOR: netscaler: check in one-shot if buffer is large enough for IP and TCP header + * BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly + * MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts + * MINOR: mux: add flags to describe a mux's capabilities + * BUG/MINOR: h2: properly report a stream error on RST_STREAM + * CONTRIB: halog: Fix compiler warnings in halog.c + * CONTRIB: iprange: Fix compiler warning in iprange.c + * BUG/MAJOR: netscaler: address truncated CIP header detection + * BUG/MEDIUM: netscaler: use the appropriate IPv6 header size + * MINOR: netscaler: rename cip_len to clarify its uage + * MINOR: netscaler: remove the use of cip_magic only used once + * MINOR: netscaler: respect syntax + * DOC/MINOR: intro: typo, wording, formatting fixes + * BUG/MEDIUM: mworker: Set FD_CLOEXEC flag on log fd + * BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY + * BUG: MINOR: http: don't check http-request capture id when len is provided + * BUG: MAJOR: lb_map: server map calculation broken + * BUG/MINOR: stream-int: don't try to receive again after receiving an EOS + * BUG/MEDIUM: h2: fix stream limit enforcement + * BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses + * BUG/MEDIUM: h2: don't close after the first DATA frame on tunnelled responses + * BUG/MEDIUM: h2: don't switch the state to HREM before end of DATA frame + * MINOR: h2: don't demand that a DATA frame is complete before processing it + * BUG/MEDIUM: h2: support uploading partial DATA frames + * MINOR: h2: store the demux padding length in the h2c struct + * BUG/MEDIUM: h2: debug incoming traffic in h2_wake() + * BUG/MEDIUM: h2: work around a connection API limitation + * BUG/MEDIUM: h2: enable recv polling whenever demuxing is possible + * BUG/MEDIUM: h2: automatically set CS_FL_RCV_MORE when the output buffer is full + * BUG/MEDIUM: stream-int: always set SI_FL_WAIT_ROOM on CS_FL_RCV_MORE + * MINOR: conn_stream: add new flag CS_FL_RCV_MORE to indicate pending data + * BUG/MEDIUM: lua/notification: memory leak + * DOC: notifications: add precisions about thread usage + * MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET + * BUG/MEDIUM: threads/vars: Fix deadlock in register_name + * BUG/MEDIUM: email-alert: don't set server check status from a email-alert task + * CONTRIB: halog: Add help text for -s switch in halog program + * MINOR: mworker: Improve wording in `void mworker_wait()` + * MINOR: mworker: Update messages referencing exit-on-failure + * BUG/MEDIUM: h2: fix handling of end of stream again + * BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface + * BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state. + * BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. + * BUG/MEDIUM: mworker: also close peers sockets in the master + * BUG/MINOR: ssl: support tune.ssl.cachesize 0 again + * BUG/MAJOR: hpack: don't pretend large headers fit in empty table + * BUG/MINOR: action: Don't check http capture rules when no id is defined + ------------------------------------------------------------------- Mon Dec 04 10:33:40 UTC 2017 - kgronlund@suse.com diff --git a/haproxy.spec b/haproxy.spec index 5034e27..f549d1a 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -40,7 +40,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.8.1 +Version: 1.8.3 Release: 0 # #