Skip to content

Commit 2f6a654

Browse files
committed
Add release 6.26/18
1 parent c58cc67 commit 2f6a654

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

_releases/release-62618.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
layout: releases
3+
version: 6.26.18
4+
release_date: 2026-02-11
5+
state:
6+
7+
toc: true
8+
toc_sticky: true
9+
sidebar:
10+
nav: "releases"
11+
---
12+
13+
14+
## Release Notes
15+
16+
The release notes for this release can be found [here](https://root.cern/doc/v626/release-notes.html#release-6.26.18).
17+
Among the other minor fixes and improvements, this release addresses [CVE-2026-24811](https://nvd.nist.gov/vuln/detail/CVE-2026-24811) and
18+
[CVE-2026-24812](https://nvd.nist.gov/vuln/detail/CVE-2026-24812).
19+
20+
## Binary distributions
21+
22+
Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version.
23+
This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side.
24+
25+
| Platform | Files | Size |
26+
|-----------|-------|-----|
27+
| Almalinux 8.10 | [root_v6.26.18.Linux-AlmaLinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.26.18.Linux-AlmaLinux8.10-x86_64-gcc8.5.tar.gz) | 235M |
28+
| Almalinux 9.7 | [root_v6.26.18.Linux-AlmaLinux9.7-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.26.18.Linux-AlmaLinux9.7-x86_64-gcc11.5.tar.gz) | 250M |
29+
| Ubuntu 22 | [root_v6.26.18.Linux-ubuntu22-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.26.18.Linux-ubuntu22-x86_64-gcc11.4.tar.gz) | 250M |
30+
31+
## Source distribution
32+
33+
| Platform | Files | Size |
34+
|-----------|-------|-----|
35+
| source | [root_v6.26.18.source.tar.gz](https://root.cern/download/root_v6.26.18.source.tar.gz) | 186M |
36+
37+
38+
## Installations in CVMFS
39+
40+
Standalone installations with minimal external dependencies are available at:
41+
~~~
42+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.18/almalinux8.10x86_64-gcc85-opt
43+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.18/almalinux9.7x86_64-gcc115-opt
44+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.18/x86_64-ubuntu22-gcc114-opt
45+
~~~
46+
47+
48+
## Git
49+
50+
The entire ROOT source can be obtained from our public Git repository:
51+
52+
~~~
53+
git clone https://github.com/root-project/root.git
54+
~~~
55+
The release specific tag can be obtained using:
56+
~~~
57+
cd root
58+
git checkout -b v6-26-18 v6-26-18
59+
~~~
60+
61+
See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}.
62+
63+

0 commit comments

Comments
 (0)