Skip to content

Commit f47deb4

Browse files
committed
[ci] Update builtin xrootd to 5.9.5
1 parent fcd359d commit f47deb4

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

README/ReleaseNotes/v638/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,4 +593,15 @@ This patch release brings a few fixes, that accumulated during the last month.
593593
* [[#21378](https://github.com/root-project/root/issues/21378)] - [Python] NumPy conversion fails for multidimensional arrays (incorrect itemsize in LowLevelView)
594594
* [[#21366](https://github.com/root-project/root/issues/21366)] - TGraph2D::Build function may leave the newly created object in inconsistent non-initialised state
595595
* [[#19329](https://github.com/root-project/root/issues/19329)] - h2root fragilities
596-
* [[#16673](https://github.com/root-project/root/issues/16673)] - [RF] Different behaviour of multi-range fit in RooAddPdf and RooProdPdf
596+
* [[#16673](https://github.com/root-project/root/issues/16673)] - [RF] Different behaviour of multi-range fit in RooAddPdf and RooProdPdf
597+
598+
## Release 6.38.06
599+
Published on June 15, 2026
600+
601+
Last patch release of the 6.38 STS series, now superseded by the superior 6.40, LTS.
602+
603+
### Versions of built-in packages
604+
605+
The version of the following packages has been updated:
606+
607+
- xrootd: 5.9.5

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
set(XROOTD_PREFIX ${CMAKE_BINARY_DIR}/XROOTD-prefix)
1111

1212
message(STATUS "Downloading and building XROOTD version ${XROOTD_VERSION}")
@@ -27,7 +27,7 @@ endif()
2727
ExternalProject_Add(
2828
BUILTIN_XROOTD
2929
URL http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources/xrootd-${XROOTD_VERSION}.tar.gz
30-
URL_HASH SHA256=fb5810e18670759292d22a3b5c92d21e1c301e999f319340fd84a6bc8ada6ca2
30+
URL_HASH SHA256=f16c33d133bbdaf0db79815d7e13bbd5792e3eac3716cf34ee13e4bbd389b85b
3131
INSTALL_DIR ${XROOTD_PREFIX}
3232
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
3333
-DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}

0 commit comments

Comments
 (0)