Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README/ReleaseNotes/v642/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% ROOT Version ?.?? Release Notes
% 20??-??-??
% ROOT Version 6.42 Release Notes
% 2026-11-15
<a name="TopOfPage"></a>

## Introduction
Expand Down Expand Up @@ -78,3 +78,9 @@ If the vectorized backend does not work for a given use case, **please report it
## Documentation and Examples

## Build, Configuration and Testing

## Versions of built-in packages

The version of the following packages has been updated:

- xrootd: 5.9.5
4 changes: 2 additions & 2 deletions builtins/xrootd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

include(ExternalProject)

set(XROOTD_VERSION "5.9.2")
set(XROOTD_VERSION "5.9.5")
set(XROOTD_PREFIX ${CMAKE_BINARY_DIR}/XROOTD-prefix)

message(STATUS "Downloading and building XROOTD version ${XROOTD_VERSION}")
Expand All @@ -27,7 +27,7 @@ endif()
ExternalProject_Add(
BUILTIN_XROOTD
URL ${lcgpackages}/xrootd-${XROOTD_VERSION}.tar.gz
URL_HASH SHA256=e29edb755d5f728eff0c74f7bd8cec35c954239ea747975eebd9c1e2bd61edb5
URL_HASH SHA256=f16c33d133bbdaf0db79815d7e13bbd5792e3eac3716cf34ee13e4bbd389b85b
INSTALL_DIR ${XROOTD_PREFIX}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}
Expand Down
Loading