Skip to content

Commit 6e6ea0b

Browse files
Merge pull request #128 from patrickbrophy/update-spec
Bump user-agent and add POSC plugin update to changelog
2 parents e65236c + cbb45d0 commit 6e6ea0b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rpm/xrootd-s3-http.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,16 @@ cmake --build redhat-linux-build --verbose
4848
%{_libdir}/libXrdOssS3-5.so
4949
%{_libdir}/libXrdOssFilter-5.so
5050
%{_libdir}/libXrdOssPosc-5.so
51+
%{_libdir}/libXrdN2NPrefix-5.so
5152
%doc README.md
5253
%license LICENSE
5354

5455
%changelog
55-
* Fri Dec 12 2025 William Jiang <whjiang@wisc.edu> - 0.6.0-1
56+
* Mon Jan 05 2026 Patrick Brophy <patrick.brophy2@gmail.com> - 0.6.0-1
5657
- Fix some race conditions with the Globus plugin.
5758
- Package the new libXrdPelicanHttpCore shared object which addresses the above.
59+
- Add file size verification to POSC plugin to prevent incomplete uploads
60+
- New XRootD Name2Name plugin to perform path prefix substitution
5861

5962
* Fri Oct 24 2025 Brian Bockelman <bbockelman@morgridge.org> - 0.5.3-1
6063
- Fix directory listings for the POSC filtering plugin.

src/CurlUtil.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3");
61+
curl_easy_setopt(result, CURLOPT_USERAGENT, "xrootd-s3/0.6.0");
6262
curl_easy_setopt(result, CURLOPT_BUFFERSIZE, 32 * 1024);
6363
curl_easy_setopt(result, CURLOPT_NOSIGNAL, 1L);
6464

0 commit comments

Comments
 (0)