Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2019-09-07 11:26:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.haproxy.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haproxy"

Sat Sep  7 11:26:26 2019 rev:73 rq:726527 version:2.0.5+git0.d905f49a

Changes:
--------
--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2019-07-31 
14:30:39.298025488 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new.7948/haproxy.changes        
2019-09-07 11:26:29.438486292 +0200
@@ -1,0 +2,46 @@
+Tue Aug 20 15:05:47 UTC 2019 - Marcus Rueckert <mrueck...@suse.de>
+
+- enable prometheus exporter
+
+-------------------------------------------------------------------
+Tue Aug 20 14:05:47 UTC 2019 - Marcus Rueckert <mrueck...@suse.de>
+
+- enable verbose make output
+
+-------------------------------------------------------------------
+Tue Aug 20 14:01:33 UTC 2019 - mrueck...@suse.de
+
+- Update to version 2.0.5+git0.d905f49a:
+  * [RELEASE] Released version 2.0.5
+  * BUG/MEDIUM: mux_pt: Don't call unsubscribe if we did not subscribe.
+  * MINOR: fd: make sure to mark the thread as not stuck in fd_update_events()
+  * BUG/MINOR: stats: Wait the body before processing POST requests
+  * BUG/MEDIUM: lua: Fix test on the direction to set the channel exp timeout
+  * BUG/MEDIUM: mux_h1: Don't bother subscribing in recv if we're not 
connected.
+  * BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers
+  * BUG/MINOR: lua: fix setting netfilter mark
+  * BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream.
+  * BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX.
+  * BUG/MINOR: buffers/threads: always clear a buffer's head before releasing 
it
+  * MINOR: ssl: ssl_fc_has_early should work for BoringSSL
+  * BUG/MINOR: ssl: fix 0-RTT for BoringSSL
+  * BUG/MEDIUM: stick-table: Wrong stick-table backends parsing.
+  * [RELEASE] Released version 2.0.4
+  * BUG/MEDIUM: checks: make sure to close nicely when we're the last to speak
+  * BUG/MINOR: mux-h2: always reset rcvd_s when switching to a new frame
+  * BUG/MINOR: mux-h2: always send stream window update before connection's
+  * BUG/MEDIUM: mux-h2: do not recheck a frame type after a state transition
+  * BUG/MINOR: mux-h2: do not send REFUSED_STREAM on aborted uploads
+  * BUG/MINOR: mux-h2: use CANCEL, not STREAM_CLOSED in h2c_frt_handle_data()
+  * BUG/MINOR: mux-h2: don't refrain from sending an RST_STREAM after another 
one
+  * BUG/MEDIUM: fd: Always reset the polled_mask bits in fd_dodelete().
+  * BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to 
H2
+  * BUG/MEDIUM: mux-h2: split the stream's and connection's window sizes
+  * BUG/MEDIUM: mux-h2: unbreak receipt of large DATA frames
+  * BUG/MINOR: stream-int: also update analysers timeouts on activity
+  * BUG/MAJOR: http/sample: use a static buffer for raw -> htx conversion
+  * BUG/MEDIUM: lb-chash: Ensure the tree integrity when server weight is 
increased
+  * MINOR: wdt: also consider that waiting in the thread dumper is normal
+  * BUG/MINOR: debug: fix a small race in the thread dumping code
+
+-------------------------------------------------------------------

Old:
----
  haproxy-2.0.3+git14.0ff395c1.tar.gz

New:
----
  haproxy-2.0.5+git0.d905f49a.tar.gz

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

Other differences:
------------------
++++++ haproxy.spec ++++++
--- /var/tmp/diff_new_pack.1xvBhF/_old  2019-09-07 11:26:29.974486224 +0200
+++ /var/tmp/diff_new_pack.1xvBhF/_new  2019-09-07 11:26:29.974486224 +0200
@@ -47,7 +47,7 @@
 %endif
 
 Name:           haproxy
-Version:        2.0.3+git14.0ff395c1
+Version:        2.0.5+git0.d905f49a
 Release:        0
 #
 #
@@ -157,7 +157,8 @@
     USE_RELRO_NOW=1 \
     LIB="%{_lib}" \
     PREFIX="%{_prefix}" \
-    DEBUG_CFLAGS="%{optflags}"
+    EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" \
+    DEBUG_CFLAGS="%{optflags}" V=1
 %if %{with systemd}
 make -C contrib/systemd  PREFIX="%{_prefix}"
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1xvBhF/_old  2019-09-07 11:26:29.994486222 +0200
+++ /var/tmp/diff_new_pack.1xvBhF/_new  2019-09-07 11:26:29.994486222 +0200
@@ -6,7 +6,7 @@
     <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">master</param>
+    <param name="revision">v2.0.5</param>
     <param name="changesgenerate">enable</param>
   </service>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.1xvBhF/_old  2019-09-07 11:26:30.006486220 +0200
+++ /var/tmp/diff_new_pack.1xvBhF/_new  2019-09-07 11:26:30.010486219 +0200
@@ -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">0ff395c154ad827c0c30eefc9371ba7f7c171027</param>
+    <param 
name="changesrevision">d905f49a0dbf78b69f24ee69df10b873680b92ea</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ haproxy-2.0.3+git14.0ff395c1.tar.gz -> 
haproxy-2.0.5+git0.d905f49a.tar.gz ++++++
++++ 1935 lines of diff (skipped)


Reply via email to