SHA256
1
0
forked from pool/haproxy
haproxy/_service
Marcus Rueckert c933930574 - Update to version 2.3.1+git0.bdd7178b8:
* [RELEASE] Released version 2.3.1
  * REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2
  * MINOR: peers: Add traces to peer_treat_updatemsg().
  * REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken
  * REGTEST: ssl: test wildcard and multi-type + exclusions
  * MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error.
  * MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status
  * MINOR: init: Fix the prototype for per-thread free callbacks
  * BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after
  * MINOR: spoe: Don't close connection in sync mode on processing timeout
  * BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet
  * BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors
  * MINOR: check: report error on incompatible connect proto
  * MINOR: check: report error on incompatible proto
  * BUG/MEDIUM: check: reuse srv proto only if using same mode
  * BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches
  * BUG/MINOR: http-fetch: Extract cookie value even when no cookie name
  * BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages
  * BUG/MINOR: peers: Missing TX cache entries reset.
  * BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries.
  * BUG/MINOR: stats: free dynamically stats fields/lines on shutdown
  * BUG/MINOR: lua: set buffer size during map lookups
  * BUG/MINOR: pattern: a sample marked as const could be written

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=233
2020-11-13 22:16:32 +00:00

22 lines
752 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">http://git.haproxy.org/git/haproxy-2.3.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.1</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>