forked from pool/caddy
Accepting request 926947 from home:susnux:branches:server:http
- Update to version 2.4.5: * Hotfix for a regression introduced in 2.4.4 related to combining the encode and reverse_proxy directives. OBS-URL: https://build.opensuse.org/request/show/926947 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=7
This commit is contained in:
parent
922211390a
commit
5cea0efc8d
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.4</param>
|
||||
<param name="revision">v2.4.5</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">f43fd6f3884d957afc391da3ca689a43ba27eccb</param></service></servicedata>
|
||||
<param name="changesrevision">46ab93be51754ac16bd7c59443e90481acf83022</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a65f2df9a54ac71387eeb3a935a60a9805677e4a11bafd0cd179770827123a04
|
||||
size 474471
|
3
caddy-2.4.5.tar.gz
Normal file
3
caddy-2.4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2129b4d7e4b7a918ce11b987e3e27296c2fe3214de3c9fed3787401271a9c7d
|
||||
size 475684
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 11:02:07 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 2.4.5:
|
||||
* Hotfix for a regression introduced in 2.4.4 related to
|
||||
combining the encode and reverse_proxy directives.
|
||||
* cmd: export CaddyVersion(), Commands()
|
||||
* encode: ignore flushing until after first write
|
||||
* go.mod: Update CertMagic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 02 14:38:58 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define project github.com/caddyserver/caddy
|
||||
|
||||
Name: caddy
|
||||
Version: 2.4.4
|
||||
Version: 2.4.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:0e4e8e8241c70f7aff06bdb1ee80b679a86b836faf0f0ed76c59b7a2eb009eb2
|
||||
size 6621985
|
||||
oid sha256:e3f436423c56a6e12a58289ef0e54298174c44c677f627ea4cb1a06b8e05688e
|
||||
size 6745092
|
||||
|
Loading…
Reference in New Issue
Block a user