forked from pool/caddy
Accepting request 915786 from home:avicenzi:branches:server:http
Update to version 2.4.4 OBS-URL: https://build.opensuse.org/request/show/915786 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=6
This commit is contained in:
parent
583b912711
commit
922211390a
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="filename">caddy</param>
|
<param name="filename">caddy</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v2.4.1</param>
|
<param name="revision">v2.4.4</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version">
|
<service mode="disabled" name="set_version">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/caddyserver/caddy.git</param>
|
<param name="url">https://github.com/caddyserver/caddy.git</param>
|
||||||
<param name="changesrevision">e3c369d4526e44f23efb10aaad8a60ce519720a0</param></service></servicedata>
|
<param name="changesrevision">f43fd6f3884d957afc391da3ca689a43ba27eccb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6f55f97bc35ffe1acd7d9f811be21a518650857f5ee42bf93a2b93b1af12ef2
|
|
||||||
size 455906
|
|
3
caddy-2.4.4.tar.gz
Normal file
3
caddy-2.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a65f2df9a54ac71387eeb3a935a60a9805677e4a11bafd0cd179770827123a04
|
||||||
|
size 474471
|
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 02 14:38:58 UTC 2021 - alexandre.vicenzi@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.4.4:
|
||||||
|
* acmeserver: Don't set host for directory links by default
|
||||||
|
* acmeserver: Trim slashes from path prefix
|
||||||
|
* admin: Implement load_interval to pull config on a timer
|
||||||
|
* admin: Replace admin cert cache when reloading
|
||||||
|
* admin: Sync server variables
|
||||||
|
* caddyfile: Better error message for missing site block braces
|
||||||
|
* caddyfile: Error on invalid site addresses containing comma
|
||||||
|
* caddyfile: keep error chain info in Dispenser.Errf
|
||||||
|
* caddyhttp: Fix edgecase with auto HTTP->HTTPS logic
|
||||||
|
* caddyhttp: Fix incorrect determination of gRPC protocol
|
||||||
|
* caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi
|
||||||
|
* caddyhttp: Updated the documentation for MatchQuery
|
||||||
|
* caddytls: Add Caddyfile support for propagation_timeout
|
||||||
|
* caddytls: Remove "IssuerRaw" field
|
||||||
|
* cmd: Fix paths when using an env file
|
||||||
|
* cmd: New add-package and remove-package commands
|
||||||
|
* cmd: use net.ErrClosed for matching returned error
|
||||||
|
* core: Unix ns and Unix ms time placeholders
|
||||||
|
* encode: Tweak compression settings
|
||||||
|
* fileserver: Add disable_canonical_uris Caddyfile subdirective
|
||||||
|
* fileserver: Clarify docs about canonicalization
|
||||||
|
* fileserver: Don't persist parsed template
|
||||||
|
* fileserver: Fix browse name_dir_first sorting
|
||||||
|
* fileserver: Fix browse not redirecting query parameters
|
||||||
|
* fileserver: Only redirect if filename not rewritten
|
||||||
|
* fileserver: Redirect within the original URL
|
||||||
|
* go.mod: Update dependencies
|
||||||
|
* httpcaddyfile: Add preferred_chains global option and issuer subdirective
|
||||||
|
* httpcaddyfile: Add shortcut for proxy hostport placeholder
|
||||||
|
* httpcaddyfile: Add skip_install_trust global option
|
||||||
|
* httpcaddyfile: Don't add HTTP hosts to TLS APs
|
||||||
|
* httpcaddyfile: Don't put localhost in public APs
|
||||||
|
* httpcaddyfile: Ensure hosts to skip for logs can always be collected
|
||||||
|
* httpcaddyfile: Improve unrecognized directive errors
|
||||||
|
* httpcaddyfile: Reorder some directives
|
||||||
|
* logging: Actually use level_key
|
||||||
|
* logging: Add missing interface guards for replace filter
|
||||||
|
* logging: Prep for common_log removal
|
||||||
|
* logging: Warn for deprecated single_field encoder
|
||||||
|
* metrics: use buildinfo collector from new collectors pkg
|
||||||
|
* reverseproxy: Adjust test related to #4201
|
||||||
|
* reverseproxy: Always remove hop-by-hop headers
|
||||||
|
* reverseproxy: Fix overwriting of max_idle_conns_per_host
|
||||||
|
* reverseproxy: Incorporate latest proxy changes from stdlib
|
||||||
|
* reverseproxy: Keep path to unix socket as dial address
|
||||||
|
* reverseproxy: Remove redundant flushing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 25 13:55:21 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Wed Aug 25 13:55:21 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define project github.com/caddyserver/caddy
|
%define project github.com/caddyserver/caddy
|
||||||
|
|
||||||
Name: caddy
|
Name: caddy
|
||||||
Version: 2.4.1
|
Version: 2.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, multi-platform web server with automatic HTTPS
|
Summary: Fast, multi-platform web server with automatic HTTPS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -34,7 +34,7 @@ Source5: bash-completion
|
|||||||
Source6: _caddy
|
Source6: _caddy
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: golang(API) >= 1.15
|
BuildRequires: golang(API) >= 1.16
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%{go_provides}
|
%{go_provides}
|
||||||
# Make sure that the binary is not getting stripped.
|
# Make sure that the binary is not getting stripped.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:55f0c9e9c8f1ce46104994c6f23025025771fcfa128b74c91c0b444cf122812d
|
oid sha256:0e4e8e8241c70f7aff06bdb1ee80b679a86b836faf0f0ed76c59b7a2eb009eb2
|
||||||
size 6274241
|
size 6621985
|
||||||
|
Loading…
Reference in New Issue
Block a user