Skip to content

Commit 2f27255

Browse files
committed
[ci] Update builtin xrootd to 5.9.5
1 parent df854e4 commit 2f27255

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README/ReleaseNotes/v636/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,4 +714,16 @@ This release features a few fixes and minor documentation updates, most notably:
714714
* [[#22015](https://github.com/root-project/root/issues/22015)] - Non uniquess of the UUID inside TFile
715715
* [[#21880](https://github.com/root-project/root/issues/21880)] - [asimage] crash with DrawCircle
716716

717+
## Release 6.36.14
718+
Published on June XX, 2026
719+
720+
This patch brings a few fixes, that accumulated since the last release.
721+
722+
723+
### Versions of built-in packages
724+
725+
The version of the following packages has been updated:
726+
727+
- xrootd: 5.9.5
728+
717729
## HEAD of the v6-36-00-patches branch

builtins/xrootd/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
include(ExternalProject)
88

9-
set(XROOTD_VERSION "5.8.0")
9+
set(XROOTD_VERSION "5.9.5")
1010

1111
set(XROOTD_PREFIX ${CMAKE_BINARY_DIR})
1212
message(STATUS "Downloading and building XROOTD version ${XROOTD_VERSION}")
@@ -25,7 +25,7 @@ list(REMOVE_DUPLICATES XROOTD_UTILS_LIBRARIES)
2525
ExternalProject_Add(
2626
BUILTIN_XROOTD
2727
URL http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources/xrootd-${XROOTD_VERSION}.tar.gz
28-
URL_HASH SHA256=fb5810e18670759292d22a3b5c92d21e1c301e999f319340fd84a6bc8ada6ca2
28+
URL_HASH SHA256=f16c33d133bbdaf0db79815d7e13bbd5792e3eac3716cf34ee13e4bbd389b85b
2929
INSTALL_DIR ${XROOTD_PREFIX}
3030
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
3131
-DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}

0 commit comments

Comments
 (0)