From 909425d6de2e1aa639ff858b971d1723612beffa Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Sun, 7 Jun 2026 12:51:30 +0200 Subject: [PATCH] [ci] Update builtin xrootd to 5.9.5 --- README/ReleaseNotes/v636/index.md | 12 ++++++++++++ builtins/xrootd/CMakeLists.txt | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README/ReleaseNotes/v636/index.md b/README/ReleaseNotes/v636/index.md index 2b2be33f46f1b..406a599c25b20 100644 --- a/README/ReleaseNotes/v636/index.md +++ b/README/ReleaseNotes/v636/index.md @@ -714,4 +714,16 @@ This release features a few fixes and minor documentation updates, most notably: * [[#22015](https://github.com/root-project/root/issues/22015)] - Non uniquess of the UUID inside TFile * [[#21880](https://github.com/root-project/root/issues/21880)] - [asimage] crash with DrawCircle +## Release 6.36.14 +Published on June XX, 2026 + +This patch brings a few fixes, that accumulated since the last release. + + +### Versions of built-in packages + +The version of the following packages has been updated: + + - xrootd: 5.9.5 + ## HEAD of the v6-36-00-patches branch \ No newline at end of file diff --git a/builtins/xrootd/CMakeLists.txt b/builtins/xrootd/CMakeLists.txt index 1dd56b9bf1ffb..c59090f69941f 100644 --- a/builtins/xrootd/CMakeLists.txt +++ b/builtins/xrootd/CMakeLists.txt @@ -6,7 +6,7 @@ include(ExternalProject) -set(XROOTD_VERSION "5.8.0") +set(XROOTD_VERSION "5.9.5") set(XROOTD_PREFIX ${CMAKE_BINARY_DIR}) message(STATUS "Downloading and building XROOTD version ${XROOTD_VERSION}") @@ -25,7 +25,7 @@ list(REMOVE_DUPLICATES XROOTD_UTILS_LIBRARIES) ExternalProject_Add( BUILTIN_XROOTD URL http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources/xrootd-${XROOTD_VERSION}.tar.gz - URL_HASH SHA256=fb5810e18670759292d22a3b5c92d21e1c301e999f319340fd84a6bc8ada6ca2 + URL_HASH SHA256=f16c33d133bbdaf0db79815d7e13bbd5792e3eac3716cf34ee13e4bbd389b85b INSTALL_DIR ${XROOTD_PREFIX} CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}