Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2018-01-17 21:57:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.haproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haproxy"

Wed Jan 17 21:57:09 2018 rev:54 rq:565889 version:1.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2017-12-05 
01:30:32.324643232 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes     2018-01-17 
21:57:17.878063647 +0100
@@ -1,0 +2,85 @@
+Sun Dec 31 02:26:13 UTC 2017 - mrueck...@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 - mrueck...@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
+
+-------------------------------------------------------------------

Old:
----
  haproxy-1.8.1.tar.gz

New:
----
  haproxy-1.8.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ haproxy.spec ++++++
--- /var/tmp/diff_new_pack.2xD9H4/_old  2018-01-17 21:57:18.870017150 +0100
+++ /var/tmp/diff_new_pack.2xD9H4/_new  2018-01-17 21:57:18.874016962 +0100
@@ -40,7 +40,7 @@
 %bcond_without  apparmor
 
 Name:           haproxy
-Version:        1.8.1
+Version:        1.8.3
 Release:        0
 #
 #

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2xD9H4/_old  2018-01-17 21:57:18.902015649 +0100
+++ /var/tmp/diff_new_pack.2xD9H4/_new  2018-01-17 21:57:18.906015462 +0100
@@ -3,8 +3,8 @@
     <param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
     <param name="scm">git</param>
     <param name="filename">haproxy</param>
-    <param name="versionformat">1.8.1</param>
-    <param name="revision">v1.8.1</param>
+    <param name="versionformat">1.8.3</param>
+    <param name="revision">v1.8.3</param>
     <param name="changesgenerate">enable</param>
   </service>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.2xD9H4/_old  2018-01-17 21:57:18.922014713 +0100
+++ /var/tmp/diff_new_pack.2xD9H4/_new  2018-01-17 21:57:18.922014713 +0100
@@ -5,4 +5,4 @@
             <param 
name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
           <param 
name="changesrevision">640d526f8cdad00f7f5043b51f6a34f3f6ebb49f</param></service><service
 name="tar_scm">
                 <param 
name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
-              <param 
name="changesrevision">bc1f797c2dcfe8a6b82697725e161f87b2d6c386</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">205f6751891b60dac1958181f53cdcd2f1067651</param></service></servicedata>
\ No newline at end of file

++++++ haproxy-1.8.1.tar.gz -> haproxy-1.8.3.tar.gz ++++++
++++ 5654 lines of diff (skipped)


Reply via email to