Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2019-12-23 22:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.haproxy.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haproxy"

Mon Dec 23 22:39:22 2019 rev:80 rq:757905 version:2.1.1+git0.4ae521379

Changes:
--------
--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2019-12-11 
12:03:05.308791755 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new.6675/haproxy.changes        
2019-12-23 22:42:15.817945767 +0100
@@ -1,0 +2,60 @@
+Wed Dec 11 17:07:41 UTC 2019 - [email protected]
+
+- Update to version 2.1.1+git0.4ae521379:
+  * [RELEASE] Released version 2.1.1
+  * BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy()
+  * BUG/MINOR: listener: fix off-by-one in state name check
+  * BUG/MINOR: server: make "agent-addr" work on default-server line
+  * BUG/MINOR: listener: do not immediately resume on transient error
+  * BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers
+  * BUG/MINOR: log: fix minor resource leaks on logformat error path
+  * DOC: remove references to the outdated architecture.txt
+  * DOC: proxies: HAProxy only supports 3 connection modes
+  * BUG/MINOR: tasks: only requeue a task if it was already in the queue
+  * DOC: listeners: add a few missing transitions
+
+-------------------------------------------------------------------
+Tue Dec 10 19:29:31 UTC 2019 - [email protected]
+
+- Update to version 2.1.0+git33.8e4a62508:
+  * BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive.
+  * BUG/MAJOR: dns: add minimalist error processing on the Rx path
+  * BUG/MEDIUM: kqueue: Make sure we report read events even when no data.
+  * DOC: document the listener state transitions
+  * BUG/MEDIUM: listener/threads: fix a remaining race in the listener's 
accept()
+  * BUG/MINOR: listener: also clear the error flag on a paused listener
+  * BUG/MINOR: listener/threads: always use atomic ops to clear the FD events
+  * BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state
+  * BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be 
inserted
+  * BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added
+
+-------------------------------------------------------------------
+Fri Dec 06 15:30:10 UTC 2019 - [email protected]
+
+- Update to version 2.1.0+git23.e77b108cd:
+  * BUG/MEDIUM: checks: Make sure we set the task affinity just before 
connecting.
+  * BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity().
+
+-------------------------------------------------------------------
+Thu Dec 05 15:46:01 UTC 2019 - [email protected]
+
+- Update to version 2.1.0+git21.67ff2112b:
+  * BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive 
data
+  * BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN
+  * BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending
+  * BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1
+  * BUG/MEDIUM: listener/thread: fix a race when pausing a listener
+  * BUG/MINOR: ssl/cli: don't overwrite the filters variable
+  * BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still 
possible
+  * BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to 
flush data
+  * DOC: move the "group" keyword at the right place
+  * DOC: Fix ordered list in summary
+
+-------------------------------------------------------------------
+Thu Dec  5 15:46:00 UTC 2019 - Marcus Rueckert <[email protected]>
+
+- switch to the 2.1 branch
+  https://www.haproxy.com/blog/haproxy-2-1/
+  https://www.mail-archive.com/[email protected]/msg35491.html
+
+-------------------------------------------------------------------

Old:
----
  haproxy-2.0.10+git14.7caf150a.tar.gz

New:
----
  haproxy-2.1.1+git0.4ae521379.tar.gz

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

Other differences:
------------------
++++++ haproxy.spec ++++++
--- /var/tmp/diff_new_pack.tJR6CD/_old  2019-12-23 22:42:16.449946040 +0100
+++ /var/tmp/diff_new_pack.tJR6CD/_new  2019-12-23 22:42:16.449946040 +0100
@@ -47,7 +47,7 @@
 %endif
 
 Name:           haproxy
-Version:        2.0.10+git14.7caf150a
+Version:        2.1.1+git0.4ae521379
 Release:        0
 #
 #

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tJR6CD/_old  2019-12-23 22:42:16.473946051 +0100
+++ /var/tmp/diff_new_pack.tJR6CD/_new  2019-12-23 22:42:16.473946051 +0100
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
+    <param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
     <param name="scm">git</param>
     <param name="filename">haproxy</param>
     <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">7caf150a</param>
+    <param name="revision">v2.1.1</param>
     <param name="changesgenerate">enable</param>
   </service>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tJR6CD/_old  2019-12-23 22:42:16.485946056 +0100
+++ /var/tmp/diff_new_pack.tJR6CD/_new  2019-12-23 22:42:16.485946056 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
-    <param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
-    <param 
name="changesrevision">7caf150a6c5bcfcb3c6159790f651ba21ac97844</param>
+    <param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
+    <param 
name="changesrevision">4ae521379e97fb23630fc60516e6f19c03a93b58</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ haproxy-2.0.10+git14.7caf150a.tar.gz -> 
haproxy-2.1.1+git0.4ae521379.tar.gz ++++++
++++ 72157 lines of diff (skipped)


Reply via email to