File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Name: xrootd-s3-http
2- Version: 0.5.2
2+ Version: 0.5.3
33Release: 1%{?dist }
44Summary: S3/HTTP filesystem plugins for xrootd
55
@@ -50,6 +50,9 @@ cmake --build redhat-linux-build --verbose
5050%license LICENSE
5151
5252%changelog
53+ * Fri Oct 24 2025 Brian Bockelman <bbockelman@morgridge.org> - 0.5.3-1
54+ - Fix directory listings for the POSC filtering plugin.
55+
5356* Thu Oct 2 2025 Justin Hiemstra <jhiemstra@wisc.edu> - 0.5.2-1
5457- Fix download buffers that could try reading past the end of the file
5558
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ CURL *HandlerQueue::GetHandle() {
5858 return result;
5959 }
6060
61- curl_easy_setopt (result, CURLOPT_USERAGENT, " xrootd-s3/0.5.2 " );
61+ curl_easy_setopt (result, CURLOPT_USERAGENT, " xrootd-s3/0.5.3 " );
6262 curl_easy_setopt (result, CURLOPT_BUFFERSIZE, 32 * 1024 );
6363 curl_easy_setopt (result, CURLOPT_NOSIGNAL, 1L );
6464
You can’t perform that action at this time.
0 commit comments