forked from pool/caddy
Accepting request 1132018 from home:jfkw:branches:server:http
- Update to version 2.7.6: * caddytls: Sync distributed storage cleaning (#5940) * caddytls: Context to DecisionFunc (#5923) * tls: accept placeholders in string values of certificate loaders (#5963) * templates: Offically make templates extensible (#5939) * http2 uses new round-robin scheduler (#5946) * panic when reading from backend failed to propagate stream error (#5952) * chore: Bump otel to v1.21.0. (#5949) * httpredirectlistener: Only set read limit for when request is HTTP (#5917) * fileserver: Add .m4v for browse template icon * Revert "caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848)" (#5924) * go.mod: update quic-go version to v0.40.0 (#5922) * update quic-go to v0.39.3 (#5918) * chore: Fix usage pool comment (#5916) * test: acmeserver: add smoke test for the ACME server directory (#5914) * Upgrade acmeserver to github.com/go-chi/chi/v5 (#5913) * caddyhttp: Adjust `scheme` placeholder docs (#5910) * go.mod: Upgrade quic-go to v0.39.1 * go.mod: CVE-2023-45142 Update opentelemetry (#5908) * templates: Delete headers on `httpError` to reset to clean slate (#5905) * httpcaddyfile: Remove port from logger names (#5881) * core: Apply SO_REUSEPORT to UDP sockets (#5725) * caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848) * cmd: Add newline character to version string in CLI output (#5895) * core: quic listener will manage the underlying socket by itself (#5749) * templates: Clarify `include` args docs, add `.ClientIP` (#5898) * httpcaddyfile: Fix TLS automation policy merging with get_certificate (#5896) * cmd: upgrade: resolve symlink of the executable (#5891) * caddyfile: Fix variadic placeholder false positive when token contains `:` (#5883) OBS-URL: https://build.opensuse.org/request/show/1132018 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=39
This commit is contained in:
parent
efd9e4a0e2
commit
af464b31f6
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">caddy</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v2.7.5</param>
|
||||
<param name="revision">v2.7.6</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/caddyserver/caddy.git</param>
|
||||
<param name="changesrevision">0e204b730aa2b1fa0835336b1117eff8c420f713</param></service></servicedata>
|
||||
<param name="changesrevision">6d9a83376b5e19b3c0368541ee46044ab284038b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73371e71512c34f28f1b902b4aa805995b2534dfe84535b413dbd584cc6b0e9e
|
||||
size 628001
|
3
caddy-2.7.6.tar.gz
Normal file
3
caddy-2.7.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5adde0ae5f4721981afb614f06bf5b0352a05283b3a7745f7e0f5e9cb1e2c4bf
|
||||
size 621822
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 08 02:07:42 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- Update to version 2.7.6:
|
||||
* caddytls: Sync distributed storage cleaning (#5940)
|
||||
* caddytls: Context to DecisionFunc (#5923)
|
||||
* tls: accept placeholders in string values of certificate loaders (#5963)
|
||||
* templates: Offically make templates extensible (#5939)
|
||||
* http2 uses new round-robin scheduler (#5946)
|
||||
* panic when reading from backend failed to propagate stream error (#5952)
|
||||
* chore: Bump otel to v1.21.0. (#5949)
|
||||
* httpredirectlistener: Only set read limit for when request is HTTP (#5917)
|
||||
* fileserver: Add .m4v for browse template icon
|
||||
* Revert "caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848)" (#5924)
|
||||
* go.mod: update quic-go version to v0.40.0 (#5922)
|
||||
* update quic-go to v0.39.3 (#5918)
|
||||
* chore: Fix usage pool comment (#5916)
|
||||
* test: acmeserver: add smoke test for the ACME server directory (#5914)
|
||||
* Upgrade acmeserver to github.com/go-chi/chi/v5 (#5913)
|
||||
* caddyhttp: Adjust `scheme` placeholder docs (#5910)
|
||||
* go.mod: Upgrade quic-go to v0.39.1
|
||||
* go.mod: CVE-2023-45142 Update opentelemetry (#5908)
|
||||
* templates: Delete headers on `httpError` to reset to clean slate (#5905)
|
||||
* httpcaddyfile: Remove port from logger names (#5881)
|
||||
* core: Apply SO_REUSEPORT to UDP sockets (#5725)
|
||||
* caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848)
|
||||
* cmd: Add newline character to version string in CLI output (#5895)
|
||||
* core: quic listener will manage the underlying socket by itself (#5749)
|
||||
* templates: Clarify `include` args docs, add `.ClientIP` (#5898)
|
||||
* httpcaddyfile: Fix TLS automation policy merging with get_certificate (#5896)
|
||||
* cmd: upgrade: resolve symlink of the executable (#5891)
|
||||
* caddyfile: Fix variadic placeholder false positive when token contains `:` (#5883)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 20:05:08 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: caddy
|
||||
Version: 2.7.5
|
||||
Version: 2.7.6
|
||||
Release: 0
|
||||
Summary: Fast, multi-platform web server with automatic HTTPS
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d2a2b356082581203421eb3a4ce656249145ab99c4a9e021c1d2c94a8211e61
|
||||
size 9366914
|
||||
oid sha256:9f7149fd117478dcccaa392eba8e6aa6dfbb07f2605e20ab553fbea297ebaa1a
|
||||
size 9408098
|
||||
|
Loading…
Reference in New Issue
Block a user