Accepting request 1132452 from home:dirkmueller:Factory
- Update to version 2.9.0+git0.fddb8c13b: * [RELEASE] Released version 2.9.0 * DOC: management: update stream vs session * BUG/MEDIUM: peers: fix partial message decoding * DOC: management: fix two latest typos (optionally, exception) * DOC: config: fix typo abandonned -> abandoned * DOC: config: clarify session vs stream * DOC: config: add a few more differences between HTTP/1 and 2+ * DOC: config: update the reminder on the HTTP model and add some terminology * MINOR: mux-quic: Disable zero-copy forwarding for send by default * MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding 0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch - reenable the pcre jit after the last change - use parallel build - Ensure haproxy home directory is not world readable (bsc#1077716) - Add dependency on apparmor-profiles (bsc#1079985) - License is now GPL-3.0+ and LGPL-2.1+ - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch - 0001-BUG-MEDIUM-systemd-set-KillMode-to-mixed.patch - Install vim file to a more appropriate location - added pre macro for systemd service file OBS-URL: https://build.opensuse.org/request/show/1132452 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=295
This commit is contained in:
parent
a5bcd0500e
commit
902f8b703a
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.8.git</param>
|
||||
<param name="url">https://git.haproxy.org/git/haproxy-2.9.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.8.5</param>
|
||||
<param name="revision">v2.9.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -3,4 +3,6 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.8.git</param>
|
||||
<param name="changesrevision">aaba8d090ec663906af1fecbad83c26bbccf0761</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.haproxy.org/git/haproxy-2.9.git</param>
|
||||
<param name="changesrevision">fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b591c1ed2ead8393b7c2d141f3ddd7ba7ff23492253ec569ab005173825a93b
|
||||
size 4500812
|
3
haproxy-2.9.0+git0.fddb8c13b.tar.gz
Normal file
3
haproxy-2.9.0+git0.fddb8c13b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e32331db47007592aeaa0f43c8e1c35faad4df347c8f30bf2f39658b78fac1d3
|
||||
size 4557816
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- Update to version 2.9.0+git0.fddb8c13b:
|
||||
* [RELEASE] Released version 2.9.0
|
||||
* DOC: management: update stream vs session
|
||||
* BUG/MEDIUM: peers: fix partial message decoding
|
||||
* DOC: management: fix two latest typos (optionally, exception)
|
||||
* DOC: config: fix typo abandonned -> abandoned
|
||||
* DOC: config: clarify session vs stream
|
||||
* DOC: config: add a few more differences between HTTP/1 and 2+
|
||||
* DOC: config: update the reminder on the HTTP model and add some terminology
|
||||
* MINOR: mux-quic: Disable zero-copy forwarding for send by default
|
||||
* MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 07 14:28:36 UTC 2023 - mrueckert@suse.de
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.8.5+git0.aaba8d090
|
||||
Version: 2.9.0+git0.fddb8c13b
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user