Accepting request 978655 from home:avicenzi:branches:server:http
Update to 2.5.1 OBS-URL: https://build.opensuse.org/request/show/978655 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=10
This commit is contained in:
parent
d35f043647
commit
240c8da693
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.4.6</param>
|
||||
<param name="revision">v2.5.1</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">e7457b43e4703080ae8713ada798ce3e20b83690</param></service></servicedata>
|
||||
<param name="changesrevision">f7be0ee10131f25620a2f64af7e3ded43eae2049</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f5ec899e98e854879f10cadcabe85bf02963c6811c3b937e0f3cca452646560
|
||||
size 482438
|
3
caddy-2.5.1.tar.gz
Normal file
3
caddy-2.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36d808c302a8795e8cc7ea13ae0a4863d200cfb54df78c89bb6baa09d076d00e
|
||||
size 537206
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 07:48:15 UTC 2022 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 2.5.1:
|
||||
* Fixed regression in Unix socket admin endpoints.
|
||||
* Fixed regression in caddy trust commands.
|
||||
* Hash-based load balancing policies (ip_hash, uri_hash, header, and cookie)
|
||||
use an improved highest-random-weight (HRW) algorithm for increased
|
||||
consistency.
|
||||
* Dynamic upstreams, which is the ability to get the list of upstreams at
|
||||
every request (more specifically, every iteration in the proxy loop of
|
||||
every request) rather than just once at config-load time.
|
||||
* Caddy will automatically try to get relevant certificates from the local
|
||||
Tailscale instance.
|
||||
* New OpenTelemetry integration.
|
||||
* Added new endpoints /pki/ca/<id> and /pki/ca/<id>/certificates for
|
||||
getting information about Caddy's managed CAs.
|
||||
* Rename _caddy to zsh-completion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 17:23:27 UTC 2022 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Caddy
|
||||
Description=Caddy web server
|
||||
Documentation=https://caddyserver.com/docs/
|
||||
After=network.target network-online.target
|
||||
Requires=network-online.target
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define project github.com/caddyserver/caddy
|
||||
|
||||
Name: caddy
|
||||
Version: 2.4.6
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Fast, multi-platform web server with automatic HTTPS
|
||||
License: Apache-2.0
|
||||
@ -31,10 +31,10 @@ Source2: Caddyfile
|
||||
Source3: caddy.service
|
||||
Source4: index.html
|
||||
Source5: bash-completion
|
||||
Source6: _caddy
|
||||
Source6: zsh-completion
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
BuildRequires: golang(API) >= 1.17
|
||||
%{?systemd_requires}
|
||||
%{go_provides}
|
||||
# Make sure that the binary is not getting stripped.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67f33953e820a0cdf2e9578f273c8bdfa2528452388af162f209d54ac3cc6d76
|
||||
size 6678757
|
||||
oid sha256:7ec3bb4f8c29d7b471659fd61dbefe50fc045c0853bb8ec68bb5d82ec066514b
|
||||
size 8118918
|
||||
|
@ -163,4 +163,3 @@ function __caddy_version {
|
||||
}
|
||||
|
||||
_caddy
|
||||
|
Loading…
Reference in New Issue
Block a user