6
6
Summary: Reaper for cassandra is a tool for running Apache Cassandra repairs against single or multi-site clusters.
7
7
Name: reaper
8
8
Version: 3.1.1
9
- Release: 19 %{?dist }
9
+ Release: 20 %{?dist }
10
10
License: ASL 2.0
11
11
Vendor: Microsoft Corporation
12
12
Distribution: Mariner
@@ -32,25 +32,14 @@ Source7: reaper-local-n-%{version}-%{local_n_release}.tar.gz
32
32
# The src/ui/node_modules/ws/package.json file suggest we're on the
33
33
# 6.x version of "ws". Patch for this version taken from here:
34
34
# https://github.com/websockets/ws/commit/eeb76d313e2a00dd5247ca3597bba7877d064a63
35
- Patch0: CVE-2024-37890.patch
36
- Patch1: CVE-2023-42282.patch
37
- Patch2: CVE-2017-18214.patch
38
- Patch3: CVE-2024-42459.patch
39
- Patch4: CVE-2024-43796.patch
40
- Patch5: CVE-2024-45296.patch
41
- Patch6: CVE-2024-43799.patch
42
- Patch7: CVE-2024-43800.patch
43
- Patch8: CVE-2024-47764.patch
44
- Patch9: CVE-2024-48949.patch
45
- Patch10: CVE-2024-45590.patch
46
- Patch11: CVE-2024-21538.patch
47
- Patch12: CVE-2020-28458.patch
48
- Patch13: CVE-2024-52798.patch
49
- Patch14: CVE-2020-24025.patch
50
- Patch15: CVE-2024-28863.patch
51
- Patch16: CVE-2024-12905.patch
52
- Patch17: CVE-2024-6484.patch
53
- Patch18: CVE-2025-48387.patch
35
+ Patch0: CVE-2023-42282.patch
36
+ Patch1: CVE-2017-18214.patch
37
+ Patch2: CVE-2020-28458.patch
38
+ Patch3: CVE-2020-24025.patch
39
+ Patch4: CVE-2024-28863.patch
40
+ Patch5: CVE-2024-12905.patch
41
+ Patch6: CVE-2024-6484.patch
42
+ Patch7: CVE-2025-48387.patch
54
43
55
44
BuildRequires: git
56
45
BuildRequires: javapackages-tools
@@ -108,15 +97,15 @@ ln -sf ../lib/node_modules/npm/bin/npx-cli.js bin/npx
108
97
cp n/versions/node/14.18.0/bin/node bin
109
98
popd
110
99
111
- %autopatch -p1 -M 14
100
+ %autopatch -p1 -M 3
112
101
113
102
pushd $tmp_local_dir/lib/node_modules/
114
- %autopatch -p1 15
103
+ %autopatch -p1 4
115
104
popd
116
105
pushd $tmp_local_dir/n/versions/node/14.18.0/lib/node_modules/
117
- %autopatch -p1 15
106
+ %autopatch -p1 4
118
107
popd
119
- %autopatch -p1 -m 16
108
+ %autopatch -p1 -m 5
120
109
121
110
# Removed for CVE-2024-6484.patch as they are unused and contain
122
111
# vulnerabilities that are not easily patched out.
199
188
%{_unitdir }/cassandra-%{name }.service
200
189
201
190
%changelog
191
+ *
Wed Sep 03 2025 Durga Jagadeesh Palli <[email protected] > -
3.1.1-20
192
+ - Upgrade the sha.js from v2.4.11 to v2.4.12 to address CVE-2025-9288
193
+ - Fix the reaper_build_script.sh error to generate the new cache tar bal
194
+
202
195
*
Thu Jun 05 2025 Jyoti Kanase <[email protected] > -
3.1.1-19
203
196
- Patch CVE-2024-6484 and CVE-2025-48387
204
197
0 commit comments