Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions SPECS/caddy/caddy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Summary: Web server with automatic HTTPS
Name: caddy
Version: 2.9.1
Release: 18%{?dist}
Release: 19%{?dist}
Distribution: Edge Microvisor Toolkit
Vendor: Intel Corporation
# main source code is Apache-2.0
Expand Down Expand Up @@ -36,8 +36,7 @@ Patch7: CVE-2025-61729.patch
Patch8: CVE-2025-47913.patch
Patch9: CVE-2025-47914.patch
# https://github.com/caddyserver/caddy/commit/2028da4e74cd41f0f7f94222c6599da1a371d4b8
BuildRequires: golang >= 1.24.4
BuildRequires: golang < 1.25
BuildRequires: golang >= 1.25.5
# dario.cat/mergo : BSD-3-Clause
Provides: bundled(golang(dario.cat/mergo)) = 1.0.1
# filippo.io/edwards25519 : BSD-3-Clause
Expand Down Expand Up @@ -340,6 +339,7 @@ mkdir -p src/$(dirname %{goipath})
ln -s $PWD src/%{goipath}

%build
export GOEXPERIMENT=nosystemcrypto
export GO111MODULE=off
export GOPATH=$PWD
CGO_ENABLED=0 go build -trimpath -gcflags=-l -ldflags="-X %{goipath}.CustomVersion=v%{version}" -o bin/caddy %{goipath}/cmd/caddy
Expand Down Expand Up @@ -457,6 +457,9 @@ fi
%{_datadir}/fish/vendor_completions.d/caddy.fish

%changelog
* Fri Feb 13 2026 Andy <andy.peng@intel.com> - 2.9.1-19
- Update BuildRequires for golang

* Fri Jan 23 2026 Shalini Singhal <shalinix.singhal@intel.com> - 2.9.1-18
- Include patch for CVE-2025-47913, CVE-2025-41914

Expand Down
Loading