forked from pool/caddy
Accepting request 1117725 from home:jfkw:branches:server:http
- Update to version 2.7.5: * admin: Respond with 4xx on non-existing config path (#5870) * ci: Force the Go version for govulncheck (#5879) * fileserver: Set canonical URL on browse template (#5867) * tls: Add X25519Kyber768Draft00 PQ "curve" behind build tag (#5852) * reverseproxy: Add more debug logs (#5793) * reverseproxy: Fix `least_conn` policy regression (#5862) * reverseproxy: Add logging for dynamic A upstreams (#5857) * reverseproxy: Replace health header placeholders (#5861) * httpcaddyfile: Sort TLS SNI matcher for deterministic JSON output (#5860) * cmd: Fix exiting with custom status code, add `caddy -v` (#5874) * reverseproxy: fix parsing Caddyfile fails for unlimited request/response buffers (#5828) * reverseproxy: Fix retries on "upstreams unavailable" error (#5841) * httpcaddyfile: Enable TLS for catch-all site if `tls` directive is specified (#5808) * encode: Add `application/wasm*` to the default content types (#5869) * fileserver: Add command shortcuts `-l` and `-a` (#5854) * go.mod: Upgrade dependencies incl. x/net/http * templates: Add dummy `RemoteAddr` to `httpInclude` request, proxy compatibility (#5845) * reverseproxy: Allow fallthrough for response handlers without routes (#5780) * fix: caddytest.AssertResponseCode error message (#5853) * build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#5847) * build(deps): bump actions/checkout from 3 to 4 (#5846) * caddyhttp: Use LimitedReader for HTTPRedirectListener * fileserver: browse template SVG icons and UI tweaks (#5812) * reverseproxy: fix nil pointer dereference in AUpstreams.GetUpstreams (#5811) * httpcaddyfile: fix placeholder shorthands in named routes (#5791) * cmd: Prevent overwriting existing env vars with `--envfile` (#5803) * ci: Run govulncheck (#5790) * logging: query filter for array of strings (#5779) * logging: Clone array on log filters, prevent side-effects (#5786) OBS-URL: https://build.opensuse.org/request/show/1117725 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=37
This commit is contained in:
parent
b5bdf64e5e
commit
efd9e4a0e2
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.4</param>
|
||||
<param name="revision">v2.7.5</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">f11c3c9f5a1be082450d64369853e1dacda22dde</param></service></servicedata>
|
||||
<param name="changesrevision">0e204b730aa2b1fa0835336b1117eff8c420f713</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edc2bf86307174ba980ff761dd7423744180f8838c3a772d816f88171fcd0edb
|
||||
size 642268
|
3
caddy-2.7.5.tar.gz
Normal file
3
caddy-2.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73371e71512c34f28f1b902b4aa805995b2534dfe84535b413dbd584cc6b0e9e
|
||||
size 628001
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 20:05:08 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- Update to version 2.7.5:
|
||||
* admin: Respond with 4xx on non-existing config path (#5870)
|
||||
* ci: Force the Go version for govulncheck (#5879)
|
||||
* fileserver: Set canonical URL on browse template (#5867)
|
||||
* tls: Add X25519Kyber768Draft00 PQ "curve" behind build tag (#5852)
|
||||
* reverseproxy: Add more debug logs (#5793)
|
||||
* reverseproxy: Fix `least_conn` policy regression (#5862)
|
||||
* reverseproxy: Add logging for dynamic A upstreams (#5857)
|
||||
* reverseproxy: Replace health header placeholders (#5861)
|
||||
* httpcaddyfile: Sort TLS SNI matcher for deterministic JSON output (#5860)
|
||||
* cmd: Fix exiting with custom status code, add `caddy -v` (#5874)
|
||||
* reverseproxy: fix parsing Caddyfile fails for unlimited request/response buffers (#5828)
|
||||
* reverseproxy: Fix retries on "upstreams unavailable" error (#5841)
|
||||
* httpcaddyfile: Enable TLS for catch-all site if `tls` directive is specified (#5808)
|
||||
* encode: Add `application/wasm*` to the default content types (#5869)
|
||||
* fileserver: Add command shortcuts `-l` and `-a` (#5854)
|
||||
* go.mod: Upgrade dependencies incl. x/net/http
|
||||
* templates: Add dummy `RemoteAddr` to `httpInclude` request, proxy compatibility (#5845)
|
||||
* reverseproxy: Allow fallthrough for response handlers without routes (#5780)
|
||||
* fix: caddytest.AssertResponseCode error message (#5853)
|
||||
* build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#5847)
|
||||
* build(deps): bump actions/checkout from 3 to 4 (#5846)
|
||||
* caddyhttp: Use LimitedReader for HTTPRedirectListener
|
||||
* fileserver: browse template SVG icons and UI tweaks (#5812)
|
||||
* reverseproxy: fix nil pointer dereference in AUpstreams.GetUpstreams (#5811)
|
||||
* httpcaddyfile: fix placeholder shorthands in named routes (#5791)
|
||||
* cmd: Prevent overwriting existing env vars with `--envfile` (#5803)
|
||||
* ci: Run govulncheck (#5790)
|
||||
* logging: query filter for array of strings (#5779)
|
||||
* logging: Clone array on log filters, prevent side-effects (#5786)
|
||||
* fileserver: Export BrowseTemplate
|
||||
* ci: ensure short-sha is exported correctly on all platforms (#5781)
|
||||
* caddyfile: Fix case where heredoc marker is empty after newline (#5769)
|
||||
* go.mod: Update quic-go to v0.38.0 (#5772)
|
||||
* chore: Appease gosec linter (#5777)
|
||||
* replacer: change timezone to UTC for "time.now.http" placeholders (#5774)
|
||||
* caddyfile: Adjust error formatting (#5765)
|
||||
* update quic-go to v0.37.6 (#5767)
|
||||
* httpcaddyfile: Stricter errors for site and upstream address schemes (#5757)
|
||||
* caddyfile: Loosen heredoc parsing (#5761)
|
||||
* fileserver: docs: clarify the ability to produce JSON array with `browse` (#5751)
|
||||
* fix package typo (#5764)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 14:20:37 UTC 2023 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: caddy
|
||||
Version: 2.7.4
|
||||
Version: 2.7.5
|
||||
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:77830677fe38c1648863bb7d5087355859a55ea42a3cc177bd7283d647ae3a72
|
||||
size 13594200
|
||||
oid sha256:3d2a2b356082581203421eb3a4ce656249145ab99c4a9e021c1d2c94a8211e61
|
||||
size 9366914
|
||||
|
Loading…
Reference in New Issue
Block a user