forked from pool/haproxy
90c2067cec
- Update to version 1.8.8: * BUG/CRITICAL: h2: fix incorrect frame length check (VUL-0) (bsc#1089837) * MINOR: cli: Ensure the CLI always outputs an error when it should * BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE * BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors. * BUG/MINOR: http: Return an error in proxy mode when url2sa fails * BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). * BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes OBS-URL: https://build.opensuse.org/request/show/605111 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=166
20 lines
615 B
Plaintext
20 lines
615 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">haproxy</param>
|
|
<param name="versionformat">1.8.8</param>
|
|
<param name="revision">v1.8.8</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">haproxy*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">haproxy</param>
|
|
</service>
|
|
</services>
|