Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2022-06-01 17:34:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.haproxy.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haproxy"

Wed Jun  1 17:34:19 2022 rev:117 rq:980119 version:2.6.0+git0.a1efc048b

Changes:
--------
--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2022-05-22 
20:26:37.146192720 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new.1548/haproxy.changes        
2022-06-01 17:34:36.782737329 +0200
@@ -1,0 +2,11 @@
+Tue May 31 15:54:35 UTC 2022 - mrueck...@suse.de
+
+- Update to version 2.6.0+git0.a1efc048b:
+  https://www.mail-archive.com/haproxy@formilux.org/msg42371.html
+- refreshed patches
+  - haproxy-1.6.0-makefile_lib.patch
+  - haproxy-1.6.0-sec-options.patch
+  - haproxy-1.6.0_config_haproxy_user.patch
+  - lua54.patch
+
+-------------------------------------------------------------------

Old:
----
  haproxy-2.5.7+git0.2ef551d02.tar.gz

New:
----
  haproxy-2.6.0+git0.a1efc048b.tar.gz

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

Other differences:
------------------
++++++ haproxy.spec ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:37.470738142 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:37.474738147 +0200
@@ -55,7 +55,7 @@
 %endif
 
 Name:           haproxy
-Version:        2.5.7+git0.2ef551d02
+Version:        2.6.0+git0.a1efc048b
 Release:        0
 #
 #
@@ -268,7 +268,7 @@
 %defattr(-,root,root,-)
 %license LICENSE
 %doc CHANGELOG README
-%doc ROADMAP doc/* examples/
+%doc doc/* examples/
 %doc admin/netsnmp-perl/ admin/selinux/
 %dir               %attr(-,root,haproxy) %{_sysconfdir}/%{pkg_name}
 %config(noreplace) %attr(-,root,haproxy) %{_sysconfdir}/%{pkg_name}/*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:37.510738189 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:37.514738194 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">http://git.haproxy.org/git/haproxy-2.5.git</param>
+    <param name="url">http://git.haproxy.org/git/haproxy-2.6.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">v2.5.7</param>
+    <param name="revision">v2.6.0</param>
     <param name="changesgenerate">enable</param>
   </service>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:37.534738218 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:37.538738222 +0200
@@ -3,6 +3,8 @@
     <param name="url">http://git.haproxy.org/git/haproxy-2.5.git</param>
     <param 
name="changesrevision">2ef551d0284f385fb36b3b2e4b32a7adab4223ac</param>
   </service>
-</servicedata>
+<service name="tar_scm">
+                <param 
name="url">http://git.haproxy.org/git/haproxy-2.6.git</param>
+              <param 
name="changesrevision">a1efc048bf8a5e14466dbe7317e73117e8d66176</param></service></servicedata>
 (No newline at EOF)
 

++++++ haproxy-1.6.0-makefile_lib.patch ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:37.550738236 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:37.554738241 +0200
@@ -1,8 +1,8 @@
-Index: haproxy-2.4/Makefile
+Index: haproxy-2.6/Makefile
 ===================================================================
---- haproxy-2.4.orig/Makefile
-+++ haproxy-2.4/Makefile
-@@ -716,7 +716,7 @@ PCRE_CONFIG        := pcre-config
+--- haproxy-2.6.orig/Makefile
++++ haproxy-2.6/Makefile
+@@ -759,7 +759,7 @@ PCRE_CONFIG        := pcre-config
  PCREDIR               := $(shell $(PCRE_CONFIG) --prefix 2>/dev/null || echo 
/usr/local)
  ifneq ($(PCREDIR),)
  PCRE_INC        := $(PCREDIR)/include
@@ -11,7 +11,7 @@
  endif
  
  ifeq ($(USE_STATIC_PCRE),)
-@@ -735,7 +735,7 @@ PCRE2_CONFIG       := pcre2-config
+@@ -778,7 +778,7 @@ PCRE2_CONFIG       := pcre2-config
  PCRE2DIR      := $(shell $(PCRE2_CONFIG) --prefix 2>/dev/null || echo 
/usr/local)
  ifneq ($(PCRE2DIR),)
  PCRE2_INC       := $(PCRE2DIR)/include

++++++ haproxy-1.6.0-sec-options.patch ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:37.566738255 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:37.566738255 +0200
@@ -4,11 +4,11 @@
 
     SUSE: Makefile sec options
 
-Index: haproxy-2.5/Makefile
+Index: haproxy-2.6/Makefile
 ===================================================================
---- haproxy-2.5.orig/Makefile
-+++ haproxy-2.5/Makefile
-@@ -803,6 +803,35 @@ ifneq ($(USE_LIBATOMIC),)
+--- haproxy-2.6.orig/Makefile
++++ haproxy-2.6/Makefile
+@@ -848,6 +848,35 @@ ifneq ($(USE_LIBATOMIC),)
    TARGET_LDFLAGS += -latomic
  endif
  

++++++ haproxy-1.6.0_config_haproxy_user.patch ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:37.578738270 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:37.582738274 +0200
@@ -1,24 +1,7 @@
-Index: haproxy-2.5/examples/acl-content-sw.cfg
+Index: haproxy-2.6/examples/content-sw-sample.cfg
 ===================================================================
---- haproxy-2.5.orig/examples/acl-content-sw.cfg
-+++ haproxy-2.5/examples/acl-content-sw.cfg
-@@ -5,9 +5,9 @@ global
-       log        loghost   local0
-       log        localhost local0 err
-       maxconn    250
--      uid        71
--      gid        71
--      chroot     /var/empty
-+      user    haproxy
-+      group   haproxy
-+      chroot     /var/lib/haproxy
-       pidfile    /var/run/haproxy.pid
-       daemon
-       quiet
-Index: haproxy-2.5/examples/content-sw-sample.cfg
-===================================================================
---- haproxy-2.5.orig/examples/content-sw-sample.cfg
-+++ haproxy-2.5/examples/content-sw-sample.cfg
+--- haproxy-2.6.orig/examples/content-sw-sample.cfg
++++ haproxy-2.6/examples/content-sw-sample.cfg
 @@ -11,9 +11,9 @@ global
          maxconn         10000
          stats socket    /var/run/haproxy.stat mode 600 level admin
@@ -32,10 +15,10 @@
          daemon
  
  # The public 'www' address in the DMZ
-Index: haproxy-2.5/examples/option-http_proxy.cfg
+Index: haproxy-2.6/examples/option-http_proxy.cfg
 ===================================================================
---- haproxy-2.5.orig/examples/option-http_proxy.cfg
-+++ haproxy-2.5/examples/option-http_proxy.cfg
+--- haproxy-2.6.orig/examples/option-http_proxy.cfg
++++ haproxy-2.6/examples/option-http_proxy.cfg
 @@ -9,6 +9,9 @@ global
          uid             200
          gid             200
@@ -46,10 +29,10 @@
          daemon
  
  frontend test-proxy
-Index: haproxy-2.5/examples/transparent_proxy.cfg
+Index: haproxy-2.6/examples/transparent_proxy.cfg
 ===================================================================
---- haproxy-2.5.orig/examples/transparent_proxy.cfg
-+++ haproxy-2.5/examples/transparent_proxy.cfg
+--- haproxy-2.6.orig/examples/transparent_proxy.cfg
++++ haproxy-2.6/examples/transparent_proxy.cfg
 @@ -6,6 +6,10 @@
  #
  
@@ -61,4 +44,59 @@
  defaults
        timeout client          30s
        timeout server          30s
+Index: haproxy-2.6/examples/basic-config-edge.cfg
+===================================================================
+--- haproxy-2.6.orig/examples/basic-config-edge.cfg
++++ haproxy-2.6/examples/basic-config-edge.cfg
+@@ -15,7 +15,7 @@ global
+       zero-warning
+ 
+       # Security hardening: isolate and drop privileges
+-      chroot /var/empty
++  chroot         /var/lib/haproxy
+       user haproxy
+       group haproxy
+ 
+Index: haproxy-2.6/examples/quick-test.cfg
+===================================================================
+--- haproxy-2.6.orig/examples/quick-test.cfg
++++ haproxy-2.6/examples/quick-test.cfg
+@@ -3,6 +3,9 @@
+ 
+ global
+    strict-limits  # refuse to start if insufficient FDs/memory
++   user       haproxy
++   group      haproxy
++   chroot        /var/lib/haproxy
+    # add some process-wide tuning here if required
+ 
+    # A stats socket may be added to check live metrics if the load generators
+Index: haproxy-2.6/examples/socks4.cfg
+===================================================================
+--- haproxy-2.6.orig/examples/socks4.cfg
++++ haproxy-2.6/examples/socks4.cfg
+@@ -2,6 +2,9 @@ global
+       log /dev/log local0
+       log /dev/log local1 notice
+       stats timeout 30s
++  user        haproxy
++  group       haproxy
++  chroot         /var/lib/haproxy
+ 
+ defaults
+       log global
+Index: haproxy-2.6/examples/wurfl-example.cfg
+===================================================================
+--- haproxy-2.6.orig/examples/wurfl-example.cfg
++++ haproxy-2.6/examples/wurfl-example.cfg
+@@ -5,6 +5,9 @@
+ #
+ 
+ global
++  user        haproxy
++  group       haproxy
++  chroot         /var/lib/haproxy
+ 
+       # The WURFL data file
+       wurfl-data-file         /usr/share/wurfl/wurfl.zip
 

++++++ haproxy-2.5.7+git0.2ef551d02.tar.gz -> 
haproxy-2.6.0+git0.a1efc048b.tar.gz ++++++
++++ 77021 lines of diff (skipped)

++++++ lua54.patch ++++++
--- /var/tmp/diff_new_pack.YSL7mU/_old  2022-06-01 17:34:38.310739135 +0200
+++ /var/tmp/diff_new_pack.YSL7mU/_new  2022-06-01 17:34:38.310739135 +0200
@@ -1,8 +1,8 @@
-Index: haproxy-2.5/Makefile
+Index: haproxy-2.6/Makefile
 ===================================================================
---- haproxy-2.5.orig/Makefile
-+++ haproxy-2.5/Makefile
-@@ -103,7 +103,7 @@
+--- haproxy-2.6.orig/Makefile
++++ haproxy-2.6/Makefile
+@@ -104,7 +104,7 @@
  #   LUA_LIB        : force the lib path to lua
  #   LUA_INC        : force the include path to lua
  #   LUA_LIB_NAME   : force the lib name (or automatically evaluated, by order 
of
@@ -11,7 +11,7 @@
  #   OT_DEBUG       : compile the OpenTracing filter in debug mode
  #   OT_INC         : force the include path to libopentracing-c-wrapper
  #   OT_LIB         : force the lib path to libopentracing-c-wrapper
-@@ -606,11 +606,11 @@ OPTIONS_CFLAGS  += $(if $(LUA_INC),-I$(L
+@@ -648,11 +648,11 @@ OPTIONS_CFLAGS  += $(if $(LUA_INC),-I$(L
  LUA_LD_FLAGS := -Wl,$(if $(EXPORT_SYMBOL),$(EXPORT_SYMBOL),--export-dynamic) 
$(if $(LUA_LIB),-L$(LUA_LIB))
  ifeq ($(LUA_LIB_NAME),)
  # Try to automatically detect the Lua library
@@ -26,11 +26,11 @@
  ifneq ($(LUA_INC),)
  OPTIONS_CFLAGS  += -I$(LUA_INC)
  endif
-Index: haproxy-2.5/INSTALL
+Index: haproxy-2.6/INSTALL
 ===================================================================
---- haproxy-2.5.orig/INSTALL
-+++ haproxy-2.5/INSTALL
-@@ -320,9 +320,9 @@ Lua is an embedded programming language
+--- haproxy-2.6.orig/INSTALL
++++ haproxy-2.6/INSTALL
+@@ -329,9 +329,9 @@ Lua is an embedded programming language
  advanced scripting capabilities. Only versions 5.3 and above are supported.
  In order to enable Lua support, please specify "USE_LUA=1" on the command 
line.
  Some systems provide this library under various names to avoid conflicts with

Reply via email to