forked from pool/caddy
Accepting request 1102520 from home:jfkw:branches:server:http
- Update to version 2.7.3: * go.mod: Upgrade to quic-go v0.37.3 * cmd: Split unix sockets for admin endpoint addresses (#5696) * reverseproxy: do not parse upstream address too early if it contains replaceble parts (#5695) * caddyfile: check that matched key is not a substring of the replacement key (#5685) * chore: use `--clean` instead of `--rm-dist` for goreleaser (#5691) * go.mod: Upgrade quic-go to v0.37.2 (fix #5680) * fileserver: browse: Render SVG images in grid OBS-URL: https://build.opensuse.org/request/show/1102520 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=30
This commit is contained in:
parent
5b2bfe8910
commit
fe3ef016c5
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.2</param>
|
||||
<param name="revision">v2.7.3</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">e2fc08bd34cc17b8cbb6ac364fa1ec41c4c643b9</param></service></servicedata>
|
||||
<param name="changesrevision">a8cc5d1a7d9d80e12ab895beaf4eaed34cc6bded</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22bc707d8001b422892cbb58e241db2bb65e3b1b6ab69e0b1d61f4eb95d11192
|
||||
size 639523
|
3
caddy-2.7.3.tar.gz
Normal file
3
caddy-2.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be6840ae00e32f340c730d134405aa2b6df58205f276342d127dfa38c3fe065
|
||||
size 641173
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 06 01:06:42 UTC 2023 - jkowalczyk@suse.com
|
||||
|
||||
- Update to version 2.7.3:
|
||||
* go.mod: Upgrade to quic-go v0.37.3
|
||||
* cmd: Split unix sockets for admin endpoint addresses (#5696)
|
||||
* reverseproxy: do not parse upstream address too early if it contains replaceble parts (#5695)
|
||||
* caddyfile: check that matched key is not a substring of the replacement key (#5685)
|
||||
* chore: use `--clean` instead of `--rm-dist` for goreleaser (#5691)
|
||||
* go.mod: Upgrade quic-go to v0.37.2 (fix #5680)
|
||||
* fileserver: browse: Render SVG images in grid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 04 19:12:07 UTC 2023 - elimat@opensuse.org
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: caddy
|
||||
Version: 2.7.2
|
||||
Version: 2.7.3
|
||||
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:3f9c933c24e3ad98ab1b8b7df2257d5f3673bf664697dff5e7fbe9eef4efff17
|
||||
size 13588767
|
||||
oid sha256:3734bfed33bf2e7c10818a4c4500b1fd8ef8625d193b672897794f2e702718cf
|
||||
size 13590494
|
||||
|
Loading…
Reference in New Issue
Block a user