|
2 | 2 |
|
3 | 3 | Summary: A highly-available key value store for shared configuration
|
4 | 4 | Name: etcd
|
5 |
| -Version: 3.5.12 |
6 |
| -Release: 2%{?dist} |
| 5 | +Version: 3.5.18 |
| 6 | +Release: 1%{?dist} |
7 | 7 | License: ASL 2.0
|
8 | 8 | Vendor: Microsoft Corporation
|
9 | 9 | Distribution: Azure Linux
|
@@ -44,7 +44,6 @@ Source1: etcd.service
|
44 | 44 | # --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
|
45 | 45 | # -cJf [tarball name] [folder to tar]
|
46 | 46 | Source2: %{name}-%{version}-vendor.tar.gz
|
47 |
| -Patch0: CVE-2024-24786.patch |
48 | 47 | BuildRequires: golang >= 1.16
|
49 | 48 |
|
50 | 49 | %description
|
@@ -72,7 +71,6 @@ mkdir -p %{ETCD_OUT_DIR}
|
72 | 71 | for component in server etcdctl etcdutl; do
|
73 | 72 | pushd $component
|
74 | 73 | tar --no-same-owner -xf %{_builddir}/%{name}-%{version}/vendor-$component.tar.gz
|
75 |
| - patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f --input %{PATCH0} |
76 | 74 | go build \
|
77 | 75 | -o %{ETCD_OUT_DIR} \
|
78 | 76 | -ldflags=-X=go.etcd.io/etcd/api/v3/version.GitSHA=v%{version}
|
@@ -147,13 +145,16 @@ install -vdm755 %{buildroot}%{_sharedstatedir}/etcd
|
147 | 145 | /%{_docdir}/%{name}-%{version}-tools/*
|
148 | 146 |
|
149 | 147 | %changelog
|
| 148 | +* Tue Feb 04 2025 CBL-Mariner Servicing Account <[email protected]> - 3.5.18-1 |
| 149 | +- Auto-upgrade to 3.5.18 - Upgrade to fix CVE-2023-39325, CVE-2023-44487 and CVE-2023-45288. |
| 150 | + |
150 | 151 | * Tue Dec 03 2024 bhapathak <[email protected]> - 3.5.12-2
|
151 | 152 | - Patch CVE-2024-24786
|
152 | 153 |
|
153 | 154 | * Fri May 24 2024 CBL-Mariner Servicing Account <[email protected]> - 3.5.12-1
|
154 | 155 | - Auto-upgrade to 3.5.12 - none
|
155 | 156 |
|
156 |
| -* Tue Oct 18 2023 Nicolas Guibourge <[email protected]> - 3.5.9-1 |
| 157 | +* Wed Oct 18 2023 Nicolas Guibourge <[email protected]> - 3.5.9-1 |
157 | 158 | - Upgrade to 3.5.9 to match version required by kubernetes
|
158 | 159 |
|
159 | 160 | * Mon Oct 16 2023 CBL-Mariner Servicing Account <[email protected]> - 3.5.6-12
|
|
0 commit comments