haproxy/_service
Marcus Rueckert 902f8b703a 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
2023-12-12 12:12:49 +00:00

22 lines
747 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<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.9.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">haproxy*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">haproxy</param>
</service>
</services>