public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/caddy] rawhide: Update to version 2.11.4 rhbz#2419159
@ 2026-06-13 6:02 Carl George
0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-06-13 6:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/caddy
Branch : rawhide
Commit : 015e0a18b4d692c10c90affd19a1f32f77519751
Author : Carl George <carlwgeorge@gmail.com>
Date : 2026-06-12T23:51:22-05:00
Stats : +72/-271 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/caddy/c/015e0a18b4d692c10c90affd19a1f32f77519751?branch=rawhide
Log:
Update to version 2.11.4 rhbz#2419159
- Port to new golang packaging guidelines
---
diff --git a/.gitignore b/.gitignore
index 7b6357f..7b4269b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-caddy-*.tar.gz
+/caddy-*.tar.gz
+/caddy-*-vendor.tar.bz2
diff --git a/caddy.spec b/caddy.spec
index c474c06..461db00 100644
--- a/caddy.spec
+++ b/caddy.spec
@@ -1,24 +1,18 @@
-%global goipath github.com/caddyserver/caddy
+%bcond check 1
-%if %{defined el8}
-%global gotest() go test -short -compiler gc -ldflags "${LDFLAGS:-}" %{?**};
-%else
+%global gomodulesmode GO111MODULE=on
%global gotestflags %{gocompilerflags} -short
-%endif
Name: caddy
-Version: 2.10.2
+Version: 2.11.4
Release: %autorelease
+ExclusiveArch: %{golang_arches_future}
Summary: Web server with automatic HTTPS
+License: Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND OFL-1.1
URL: https://caddyserver.com
-
-# main source code is Apache-2.0
-# see comments above bundled provides for a breakdown of the rest
-License: Apache-2.0 AND BSD-1-Clause AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0
-
-Source0: https://%{goipath}/archive/v%{version}/caddy-%{version}.tar.gz
-Source1: caddy-%{version}-vendor.tar.gz
-Source2: create-vendor-tarball.sh
+Source0: https://github.com/caddyserver/caddy/archive/v%{version}/caddy-%{version}.tar.gz
+Source1: caddy-%{version}-vendor.tar.bz2
+Source2: go-vendor-tools.toml
# based on reference files upstream
# https://github.com/caddyserver/dist
@@ -31,12 +25,9 @@ Source31: poweredby-black.png
# downstream only patch to disable commands that can alter the binary
Patch1: 0001-Disable-commands-that-can-alter-the-binary.patch
-%if %{defined el8}
-ExclusiveArch: %{golang_arches}
-%else
BuildRequires: go-rpm-macros
-ExclusiveArch: %{golang_arches_future}
-%endif
+BuildRequires: go-vendor-tools
+BuildRequires: askalono-cli
BuildRequires: systemd-rpm-macros
%{?systemd_ordering}
@@ -44,215 +35,28 @@ BuildRequires: systemd-rpm-macros
Requires: system-logos-httpd
Provides: webserver
-# https://github.com/caddyserver/caddy/commit/05acc5131ed5c80acbd28ed8d907b166cd15b72c
-BuildRequires: golang >= 1.25
-
-# Apache-2.0:
-Provides: bundled(golang(cel.dev/expr)) = 0.24.0
-Provides: bundled(golang(cloud.google.com/go/auth)) = 0.16.2
-Provides: bundled(golang(cloud.google.com/go/auth/oauth2adapt)) = 0.2.8
-Provides: bundled(golang(cloud.google.com/go/compute/metadata)) = 0.7.0
-Provides: bundled(golang(github.com/Masterminds/goutils)) = 1.1.1
-Provides: bundled(golang(github.com/caddyserver/certmagic)) = 0.24.0
-Provides: bundled(golang(github.com/coreos/go-oidc/v3)) = 3.14.1
-Provides: bundled(golang(github.com/dgraph-io/badger)) = 1.6.2
-Provides: bundled(golang(github.com/dgraph-io/badger/v2)) = 2.2007.4
-Provides: bundled(golang(github.com/go-logr/logr)) = 1.4.3
-Provides: bundled(golang(github.com/go-logr/stdr)) = 1.2.2
-Provides: bundled(golang(github.com/google/cel-go)) = 0.26.0
-Provides: bundled(golang(github.com/google/certificate-transparency-go)) = 74a5dd3
-Provides: bundled(golang(github.com/google/go-tpm)) = 0.9.5
-Provides: bundled(golang(github.com/google/go-tspi)) = 0.3.0
-Provides: bundled(golang(github.com/google/s2a-go)) = 0.1.9
-Provides: bundled(golang(github.com/googleapis/enterprise-certificate-proxy)) = 0.3.6
-Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = 1.1.0
-Provides: bundled(golang(github.com/kylelemons/godebug)) = 1.1.0
-Provides: bundled(golang(github.com/pires/go-proxyproto)) = 0.8.1
-Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.2
-Provides: bundled(golang(github.com/prometheus/common)) = 0.65.0
-Provides: bundled(golang(github.com/prometheus/procfs)) = 0.16.1
-Provides: bundled(golang(github.com/smallstep/go-attestation)) = 2306d5b
-Provides: bundled(golang(github.com/smallstep/linkedca)) = 0.23.0
-Provides: bundled(golang(github.com/smallstep/nosql)) = 0.7.0
-Provides: bundled(golang(github.com/smallstep/truststore)) = 0.13.0
-Provides: bundled(golang(github.com/spf13/cobra)) = 1.9.1
-Provides: bundled(golang(go.opentelemetry.io/auto/sdk)) = 1.1.0
-Provides: bundled(golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp)) = 0.61.0
-Provides: bundled(golang(go.opentelemetry.io/contrib/propagators/autoprop)) = 0.62.0
-Provides: bundled(golang(go.opentelemetry.io/contrib/propagators/aws)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/contrib/propagators/b3)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/contrib/propagators/jaeger)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/contrib/propagators/ot)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/otel)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/otel/metric)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/otel/sdk)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/otel/trace)) = 1.37.0
-Provides: bundled(golang(go.opentelemetry.io/proto/otlp)) = 1.7.0
-Provides: bundled(golang(go.uber.org/mock)) = 0.5.2
-Provides: bundled(golang(google.golang.org/genproto/googleapis/api)) = 513f239
-Provides: bundled(golang(google.golang.org/genproto/googleapis/rpc)) = 513f239
-Provides: bundled(golang(google.golang.org/grpc)) = 1.73.0
-Provides: bundled(golang(google.golang.org/grpc/cmd/protoc-gen-go-grpc)) = 1.5.1
-
-# BSD-2-Clause:
-Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1
-Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0
-
-# BSD-3-Clause:
-Provides: bundled(golang(dario.cat/mergo)) = 1.0.1
-Provides: bundled(golang(github.com/antlr4-go/antlr/v4)) = 4.13.0
-Provides: bundled(golang(github.com/cloudflare/circl)) = 1.6.1
-Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.4
-Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4
-Provides: bundled(golang(github.com/google/uuid)) = 1.6.0
-Provides: bundled(golang(github.com/grpc-ecosystem/grpc-gateway/v2)) = 2.27.1
-Provides: bundled(golang(github.com/manifoldco/promptui)) = 0.9.0
-Provides: bundled(golang(github.com/miekg/dns)) = 1.1.63
-Provides: bundled(golang(github.com/munnerz/goautoneg)) = a7dc8b6
-Provides: bundled(golang(github.com/pbnjay/memory)) = 7b4eea6
-Provides: bundled(golang(github.com/pmezard/go-difflib)) = 1.0.0
-Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.7
-Provides: bundled(golang(github.com/tailscale/tscert)) = d3f8340
-Provides: bundled(golang(golang.org/x/crypto)) = 0.40.0
-Provides: bundled(golang(golang.org/x/crypto/x509roots/fallback)) = 49bf5b8
-Provides: bundled(golang(golang.org/x/exp)) = 7e4ce0a
-Provides: bundled(golang(golang.org/x/mod)) = 0.25.0
-Provides: bundled(golang(golang.org/x/net)) = 0.42.0
-Provides: bundled(golang(golang.org/x/oauth2)) = 0.30.0
-Provides: bundled(golang(golang.org/x/sync)) = 0.16.0
-Provides: bundled(golang(golang.org/x/sys)) = 0.34.0
-Provides: bundled(golang(golang.org/x/term)) = 0.33.0
-Provides: bundled(golang(golang.org/x/text)) = 0.27.0
-Provides: bundled(golang(golang.org/x/time)) = 0.12.0
-Provides: bundled(golang(golang.org/x/tools)) = 0.34.0
-Provides: bundled(golang(google.golang.org/api)) = 0.240.0
-Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.6
-
-# CC0-1.0:
-Provides: bundled(golang(github.com/zeebo/blake3)) = 0.2.4
-
-# ISC:
-Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1
-
-# MIT:
-Provides: bundled(golang(github.com/BurntSushi/toml)) = 1.5.0
-Provides: bundled(golang(github.com/KimMachineGun/automemlimit)) = 0.7.4
-Provides: bundled(golang(github.com/Masterminds/semver/v3)) = 3.3.0
-Provides: bundled(golang(github.com/Masterminds/sprig/v3)) = 3.3.0
-Provides: bundled(golang(github.com/Microsoft/go-winio)) = 0.6.0
-Provides: bundled(golang(github.com/alecthomas/chroma/v2)) = 2.20.0
-Provides: bundled(golang(github.com/aryann/difflib)) = ff5ff6d
-Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1
-Provides: bundled(golang(github.com/caddyserver/zerossl)) = 0.1.3
-Provides: bundled(golang(github.com/ccoveille/go-safecast)) = 1.6.1
-Provides: bundled(golang(github.com/cenkalti/backoff/v5)) = 5.0.2
-Provides: bundled(golang(github.com/cespare/xxhash)) = 1.1.0
-Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.3.0
-Provides: bundled(golang(github.com/chzyer/readline)) = 1.5.1
-Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.7
-Provides: bundled(golang(github.com/dgryski/go-farm)) = a6ae236
-Provides: bundled(golang(github.com/dlclark/regexp2)) = 1.11.5
-Provides: bundled(golang(github.com/dustin/go-humanize)) = 1.0.1
-Provides: bundled(golang(github.com/felixge/httpsnoop)) = 1.0.4
-Provides: bundled(golang(github.com/francoispqt/gojay)) = 1.2.13
-Provides: bundled(golang(github.com/fxamacker/cbor/v2)) = 2.8.0
-Provides: bundled(golang(github.com/go-chi/chi/v5)) = 5.2.2
-Provides: bundled(golang(github.com/huandu/xstrings)) = 1.5.0
-Provides: bundled(golang(github.com/jackc/pgpassfile)) = 1.0.0
-Provides: bundled(golang(github.com/jackc/pgservicefile)) = 091c0ba
-Provides: bundled(golang(github.com/jackc/pgx/v5)) = 5.6.0
-Provides: bundled(golang(github.com/jackc/puddle/v2)) = 2.2.1
-Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.3.0
-Provides: bundled(golang(github.com/libdns/libdns)) = 1.1.0
-Provides: bundled(golang(github.com/mattn/go-colorable)) = 0.1.13
-Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.20
-Provides: bundled(golang(github.com/mgutz/ansi)) = d51e80e
-Provides: bundled(golang(github.com/mitchellh/copystructure)) = 1.2.0
-Provides: bundled(golang(github.com/mitchellh/go-ps)) = 1.0.0
-Provides: bundled(golang(github.com/mitchellh/reflectwalk)) = 1.0.2
-Provides: bundled(golang(github.com/quic-go/qpack)) = 0.5.1
-Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.54.0
-Provides: bundled(golang(github.com/rs/xid)) = 1.6.0
-Provides: bundled(golang(github.com/shopspring/decimal)) = 1.4.0
-Provides: bundled(golang(github.com/shurcooL/sanitized_anchor_name)) = 1.0.0
-Provides: bundled(golang(github.com/sirupsen/logrus)) = 1.9.3
-Provides: bundled(golang(github.com/slackhq/nebula)) = 1.9.5
-Provides: bundled(golang(github.com/smallstep/pkcs7)) = 0.2.1
-Provides: bundled(golang(github.com/spf13/cast)) = 1.7.0
-Provides: bundled(golang(github.com/stoewer/go-strcase)) = 1.2.0
-Provides: bundled(golang(github.com/stretchr/testify)) = 1.10.0
-Provides: bundled(golang(github.com/urfave/cli)) = 1.22.17
-Provides: bundled(golang(github.com/x448/float16)) = 0.8.4
-Provides: bundled(golang(github.com/yuin/goldmark)) = 1.7.13
-Provides: bundled(golang(github.com/yuin/goldmark-highlighting/v2)) = 37449ab
-Provides: bundled(golang(go.etcd.io/bbolt)) = 1.3.10
-Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.6.0
-Provides: bundled(golang(go.uber.org/multierr)) = 1.11.0
-Provides: bundled(golang(go.uber.org/zap)) = 1.27.0
-Provides: bundled(golang(go.uber.org/zap/exp)) = 0.3.0
-Provides: bundled(golang(gopkg.in/natefinch/lumberjack.v2)) = 2.2.1
-
-# MPL-2.0:
-Provides: bundled(golang(github.com/go-sql-driver/mysql)) = 1.8.1
-
-# Apache-2.0 AND BSD-2-Clause:
-Provides: bundled(golang(go.step.sm/crypto)) = 0.67.0
-Provides: bundled(golang(github.com/smallstep/cli-utils)) = 0.12.1
-
-# Apache-2.0 AND BSD-3-Clause:
-Provides: bundled(golang(github.com/go-jose/go-jose/v3)) = 3.0.4
-Provides: bundled(golang(github.com/go-jose/go-jose/v4)) = 4.0.5
-Provides: bundled(golang(github.com/googleapis/gax-go/v2)) = 2.14.2
-Provides: bundled(golang(github.com/mholt/acmez/v3)) = 3.1.2
-Provides: bundled(golang(github.com/smallstep/certificates)) = 0.28.4
-
-# Apache-2.0 AND MIT:
-Provides: bundled(golang(github.com/dgraph-io/ristretto)) = 0.2.0
-Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
-
-# BSD-1-Clause AND BSD-3-Clause:
-Provides: bundled(golang(filippo.io/edwards25519)) = 1.1.0
-
-# BSD-2-Clause-Views AND BSD-3-Clause:
-Provides: bundled(golang(howett.net/plist)) = 1.0.0
-
-# BSD-3-Clause AND MIT:
-Provides: bundled(golang(github.com/smallstep/scep)) = 8cf1ca4
-
-# CC0-1.0 AND MIT:
-Provides: bundled(golang(github.com/AndreasBriese/bbloom)) = 46b345b
-
-# Apache-2.0 AND BSD-3-Clause AND MIT:
-Provides: bundled(golang(github.com/klauspost/compress)) = 1.18.0
-Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.23.0
-
%description
-Caddy is an extensible server platform that uses TLS by default.
+Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS.
%prep
%autosetup -p 1 -a 1
-mkdir -p src/$(dirname %{goipath})
-ln -s $PWD src/%{goipath}
%build
-%if %{defined el8}
-export GO111MODULE=off
-%endif
-export GOPATH=$PWD
-export LDFLAGS="-X %{goipath}.CustomVersion=v%{version}"
-%gobuild -o bin/caddy %{goipath}/cmd/caddy
+export GO_LDFLAGS="-X github.com/caddyserver/caddy/v2.CustomVersion=v%{version}"
+%gobuild -o bin/caddy ./cmd/caddy
%install
+# licenses
+%go_vendor_license_install -c %{S:2}
+
# command
install -D -p -m 0755 -t %{buildroot}%{_bindir} bin/caddy
-# man pages
+# man page
./bin/caddy manpage --directory %{buildroot}%{_mandir}/man8
# config
@@ -298,12 +102,13 @@ install -d -m 0755 %{buildroot}%{fish_completions_dir}
# ensure that the version was embedded correctly
[[ "$(./bin/caddy version)" == "v%{version}" ]] || exit 1
-# run the upstream tests
-export GOPATH=$PWD
-cd src/%{goipath}
-%gotest ./...
-
+# license validation
+%go_vendor_license_check -c %{S:2}
+# upstream tests
+%if %{with check}
+%gocheck2
+%endif
%post
@@ -357,9 +162,7 @@ if [ $1 -eq 0 ]; then
fi
-%files
-%license LICENSE
-%doc README.md AUTHORS
+%files -f %{go_vendor_license_filelist}
%{_bindir}/caddy
%{_mandir}/man8/caddy*.8*
%{_datadir}/caddy
@@ -370,13 +173,6 @@ fi
%config(noreplace) %{_sysconfdir}/caddy/Caddyfile
%dir %{_sysconfdir}/caddy/Caddyfile.d
%attr(0750,caddy,caddy) %dir %{_sharedstatedir}/caddy
-%if %{defined el8}
-# this is normally owned by filesystem
-%dir %{_datadir}/zsh
-%dir %{_datadir}/zsh/site-functions
-%dir %{_datadir}/fish
-%dir %{_datadir}/fish/vendor_completions.d
-%endif
%{bash_completions_dir}/caddy
%{zsh_completions_dir}/_caddy
%{fish_completions_dir}/caddy.fish
diff --git a/create-vendor-tarball.sh b/create-vendor-tarball.sh
deleted file mode 100755
index 87bace1..0000000
--- a/create-vendor-tarball.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/usr/bin/bash
-
-tag=$1
-
-if [[ -z $tag ]]; then
- echo "This script requires the tag as an argument."
- exit 1
-fi
-
-set -euo pipefail
-
-PKG="caddy"
-REPO="https://github.com/caddyserver/$PKG"
-
-# transform tag into version
-case $tag in
- *beta*)
- # v2.0.0-beta.1 -> 2.0.0~beta1
- temp=${tag#v}
- version=${temp/-beta./~beta}
- ;;
- *rc*)
- # v2.0.0-rc.1 -> 2.0.0~rc1
- temp=${tag#v}
- version=${temp/-rc./~rc}
- ;;
- *)
- # v2.0.0 -> 2.0.0
- version=${tag#v}
- ;;
-esac
-
-echo "Using tag: $tag"
-echo "Using version: $version"
-
-git -c advice.detachedHead=false clone --branch $tag --depth 1 $REPO.git $PKG-$version
-pushd $PKG-$version
-GOPROXY='https://proxy.golang.org,direct' go mod vendor
-popd
-tar -C $PKG-$version -czf $PKG-$version-vendor.tar.gz vendor
diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml
new file mode 100644
index 0000000..a92f9f0
--- /dev/null
+++ b/go-vendor-tools.toml
@@ -0,0 +1,44 @@
+[archive]
+
+[licensing]
+detector = "askalono"
+
+[[licensing.licenses]]
+path = "vendor/github.com/AndreasBriese/bbloom/LICENSE"
+sha256sum = "6dd1cec8fe966990fbcdd00ca64e05604c66bd1fa1573d862dceaf18cde869e4"
+expression = "CC0-1.0 AND MIT"
+
+[[licensing.licenses]]
+path = "vendor/github.com/cloudflare/circl/LICENSE"
+sha256sum = "b0da1764fe4d13d610b695536fc3f2ebc362482d053a1cd258e36975bc6b97a7"
+expression = "BSD-3-Clause"
+
+[[licensing.licenses]]
+path = "vendor/github.com/dgraph-io/ristretto/z/LICENSE"
+sha256sum = "349fec2711443e0da8f36e388931fdfe2f874fdd4df307b9a379d01bb9764dc8"
+expression = "Apache-2.0 AND MIT"
+
+[[licensing.licenses]]
+path = "vendor/github.com/miekg/dns/COPYRIGHT"
+sha256sum = "66550c0ad5ca7ec1e08683e5f872cc45c741f311eee3b8ee484206ecbf9c740d"
+expression = "BSD-3-Clause"
+
+[[licensing.licenses]]
+path = "vendor/github.com/shopspring/decimal/LICENSE"
+sha256sum = "b92ba0f6ee02f2309628bfdadb123668a17c016e475ba477b857d33470d9d625"
+expression = "MIT"
+
+[[licensing.licenses]]
+path = "vendor/go.yaml.in/yaml/v3/LICENSE"
+sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
+expression = "Apache-2.0 AND MIT"
+
+[[licensing.licenses]]
+path = "vendor/gopkg.in/yaml.v3/LICENSE"
+sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
+expression = "Apache-2.0 AND MIT"
+
+[[licensing.licenses]]
+path = "vendor/howett.net/plist/LICENSE"
+sha256sum = "20d9b7d9372369484ecadae229d3e3efee8029b259e11c9a1b07d2e0a3c82e39"
+expression = "BSD-2-Clause-Views AND BSD-3-Clause"
diff --git a/sources b/sources
index 83d8cbc..a697473 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (caddy-2.10.2.tar.gz) = 986b11e26cdaa4fbe554cf7b6bb333404fc33190945ef995122518a3fe2fe582a4cf4d2a8ab463e045857650e9deb88123f8d86a93dbdc465635755b00356205
-SHA512 (caddy-2.10.2-vendor.tar.gz) = 8b4b63f5b8ba4b29ec01da55820214f4c63a1c545756815e26d73bdcc3b3ac5aada863ef32ab6db898b90a9501c0ed6e03ed44e53612cdb8d872ab89480d466d
+SHA512 (caddy-2.11.4.tar.gz) = 441d29d64328239636dabc3a2567374ae4b3da9f49b9347e5da8df9244e6d5aabd17a9d62990a578dd7b2ef3d577fccba62e149d400a9da8c7abed06ecab5f45
+SHA512 (caddy-2.11.4-vendor.tar.bz2) = d103a5f821039abddce3839d3cd2d7f46bdc55288abc56bca565c8bce405e1ccfde910500e03c90ac603998b0d122a91c83622b320bdbee6935a56b4a162e525
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 6:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 6:02 [rpms/caddy] rawhide: Update to version 2.11.4 rhbz#2419159 Carl George
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox