- Update to version 2.10.2:
* caddyfile: Fix importing nested tokens for `{block}` (#7189)
* httpcaddyfile: Fix `acme_dns` regression (#7199)
* http: Make logger first, before TLS provisioning (#7198)
- Update to version 2.10.1:
* go.mod: Upgrade CertMagic to v0.24.0
* caddyhttp: use the new http.Protocols to handle h1, h2 and h2c requests (#6961)
* fileserver: set Range header for precompressed static files to force Content Length header to appear (#7042)
* fileserver: Add a few doc lines about Etag file content (#7173)
* ci: set proper build tags in golangci and minor cleanup (#7183)
* reverse_proxy: use the new KeepAliveConfig to set probe interval (#7157)
* http: clean up listeners if some of the listeners fail to bind (#7176)
* http: disable keepalive when KeepAliveInterval is negative (#7158)
* use a more modern writing style to simplify code (#7182)
* caddyhttp: refactor to use reflect.TypeFor (#7187)
* chore: bump Go to v1.25 (#7184)
* caddyhttp: Free up quic listener when stopping (#7177)
* caddytls: fix regression in external certificate manager support (#7179)
* chore: fix inconsistent function name in comment (#7174)
* bcrypt: wrong cost flag name (#7168)
* bcrypt: add cost parameter to hash-password (#7149)
* cmd: Allow `caddy adapt` to read from stdin (#7163)
* build(deps): bump the all-updates group across 1 directory with 17 updates (#7155)
* caddytls: Improve ECH error logging (close #7152)
* httpcaddyfile: Fix generated config related to ACME global options
* core: Use KeepAliveConfig to pass keepalive_interval to listener's accepted sockets (#7151)
- Packaging improvements:
* Update to BuildRequires: golang(API) >= 1.25 matching go.mod
OBS-URL: https://build.opensuse.org/request/show/1301068
OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=60
21 lines
722 B
Plaintext
21 lines
722 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/caddyserver/caddy.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">caddy</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v2.10.2</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="manual" name="set_version">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|