Skip to content

Commit 19636ed

Browse files
Merge pull request #137 from patrickbrophy/0.6.3-update
Update spec for v0.6.3
2 parents 19465d8 + 8e616f2 commit 19636ed

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

rpm/xrootd-s3-http.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: xrootd-s3-http
2-
Version: 0.6.1
2+
Version: 0.6.3
33
Release: 1%{?dist}
44
Summary: S3/HTTP/Globus filesystem plugins for xrootd
55

@@ -54,6 +54,11 @@ rm %{buildroot}%{_libdir}/libXrdPelicanHttpCore.so
5454
%license LICENSE
5555

5656
%changelog
57+
* Mon Jan 26 2026 Patrick Brophy <patrick.brophy2@gmail.com> - 0.6.3-1
58+
- Fixed crash when copying XrdSecEntity in POSC plugin
59+
- Fixed parallel runs of POSC tests
60+
- Fixed definition of libXrdPelicanHttpCore
61+
5762
* Wed Jan 14 2026 Patrick Brophy <patrick.brophy2@gmail.com> - 0.6.1-1
5863
- POSC plugin now creates parent directory when missing
5964

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.6.1");
61+
curl_easy_setopt(result, CURLOPT_USERAGENT, "xrootd-s3/0.6.3");
6262
curl_easy_setopt(result, CURLOPT_BUFFERSIZE, 32 * 1024);
6363
curl_easy_setopt(result, CURLOPT_NOSIGNAL, 1L);
6464

0 commit comments

Comments
 (0)