forked from pool/caddy
Accepting request 1010537 from home:jfkw:branches:server:http
- Update to version 2.6.2: OBS-URL: https://build.opensuse.org/request/show/1010537 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=22
This commit is contained in:
parent
d4e6ac210e
commit
0638af3d06
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.6.1</param>
|
||||
<param name="revision">v2.6.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" 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">9206e8a7381d62a5f8362f541ab9c052f06a9d50</param></service></servicedata>
|
||||
<param name="changesrevision">6bad878a22e048762262d6fabe2144cefaf4ca81</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67201be39ce08bdae0bf3c9b1dc98eef2b48351ebb33f02d88ae53adcbe8a223
|
||||
size 577213
|
3
caddy-2.6.2.tar.gz
Normal file
3
caddy-2.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:932c4aa26c4552df8c7dfa81961302db9be7e5d748982b766c2ae335f5232f4b
|
||||
size 572819
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 19:10:18 UTC 2022 - jkowalczyk@suse.com
|
||||
|
||||
- Update to version 2.6.2:
|
||||
* httpcaddyfile: Improve detection of indistinguishable TLS automation policies (#5120)
|
||||
* httpcaddyfile: Wrap site block in subroute if host matcher used (#5130)
|
||||
* fileserver: stop listing dir when request context is cancelled (#5131)
|
||||
* replacer: working directory global placeholder (#5127)
|
||||
* httpcaddyfile: Fix `metrics` global option parsing (#5126)
|
||||
* caddyconfig: Implement retries into HTTPLoader (#5077)
|
||||
* Fix typo in comment (#5121)
|
||||
* logging: Fix `skip_hosts` with wildcards (#5102)
|
||||
* caddytest: Revise sleep durations
|
||||
* core: Set version manually via CustomVersion (#5072)
|
||||
* forwardauth: Canonicalize header fields (fix #5038) (#5097)
|
||||
* logging: Perform filtering on arrays of strings (where possible) (#5101)
|
||||
* logging: Add `time_local` option to use local time instead of UTC (#5108)
|
||||
* fileserver: Treat invalid file path as NotFound (#5099)
|
||||
* logging: Better `console` encoder defaults (#5109)
|
||||
* httpcaddyfile: Skip `automate` when `auto_https off` is specified (#5110)
|
||||
* core: Chdir to executable location on Windows (#5115)
|
||||
* ci: enhance the CI/CD flow (#5118)
|
||||
* Fix inverted logic in Windows service detection (#5106)
|
||||
* fileserver: better dark mode visited link contrast (#5105)
|
||||
* go.mod: Upgrade select dependencies
|
||||
* caddyhttp: Remote IP prefix placeholders
|
||||
* map: Remove infinite recursion check (#5094)
|
||||
* reverseproxy: Parse humanized byte size (fix #5095)
|
||||
* admin: Use replacer on listen addresses (#5071)
|
||||
* core: Fix ListenQUIC listener key conflict
|
||||
* reverseproxy: On 103 don't delete own headers (#5091)
|
||||
* caddyhttp: replace placeholders in map defaults (#5081)
|
||||
* core: Refactor and improve listener logic (#5089)
|
||||
* rewrite: Only trim prefix if matched
|
||||
* reverseproxy: fix upstream scheme handling in command (#5088)
|
||||
* ci: fix integration tests (#5079)
|
||||
* headers: Support repeated WriteHeader if 1xx (fix #5074)
|
||||
* fastcgi: Redirect using original URI path (fix #5073)
|
||||
* ci: extend goreleaser timeout to 1-hour (#5067)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:30:59 UTC 2022 - jkowalczyk@suse.com
|
||||
|
||||
@ -429,4 +469,4 @@ Mon May 24 12:55:21 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 15:47:43 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- Create Caddy package
|
||||
- Create Caddy package
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define project github.com/caddyserver/caddy
|
||||
|
||||
Name: caddy
|
||||
Version: 2.6.1
|
||||
Version: 2.6.2
|
||||
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:5b1553ccc0d2fad1c8c1988f4c2d10b0c47b496a859c761665f4b884c4ddc00f
|
||||
size 8425515
|
||||
oid sha256:e38b498a7ea7baf53702910038011a1b268e15ae8c18afa64efa601860f85c71
|
||||
size 8460223
|
||||
|
Loading…
Reference in New Issue
Block a user