- Update to version 2.4.0+git0.6cbbecf09:

https://www.haproxy.com/blog/announcing-haproxy-2-4/
  
  for all the details see /usr/share/doc/packages/haproxy/CHANGELOG
- refreshed patches to apply cleanly again
  haproxy-1.6.0-makefile_lib.patch
  haproxy-1.6.0-sec-options.patch
  lua54.patch

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=244
This commit is contained in:
2021-05-14 10:30:30 +00:00
committed by Git OBS Bridge
parent b6784f8e37
commit ecc24395b9
10 changed files with 61 additions and 43 deletions

View File

@@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">http://git.haproxy.org/git/haproxy-2.3.git</param>
<param name="url">http://git.haproxy.org/git/haproxy-2.4.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.3.10</param>
<param name="revision">v2.4.0</param>
<param name="changesgenerate">enable</param>
</service>