r-builds/builder/patches
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Gábor Csárdi e7a491969d Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322
We also update the NEWS file, so by grepping for
'CVE-2024-27322' one can tell if the patched version
is installed or not.
2024-05-15 16:35:53 +02:00
..
R-3.0.0-aarch64.patch Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00
R-3.0.1-aarch64.patch Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00
R-3.0.2-aarch64.patch Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00
R-3.0.3-aarch64.patch Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00
R-3.3.0.patch Add missing patch files 2023-07-19 11:29:27 +02:00
R-3.3.1.patch Add missing patch files 2023-07-19 11:29:27 +02:00
R-3.3.2.patch Add missing patch files 2023-07-19 11:29:27 +02:00
R-4.0.0.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.0.1.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.0.2.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.0.3.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.0.4.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.0.5.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.1.0.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.1.1.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.1.2.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.1.3.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.2.0.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.2.1.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.2.2.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.2.3.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.3.0.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.3.1.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.3.2.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
R-4.3.3.patch Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322 2024-05-15 16:35:53 +02:00
README.md Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00

Patches

Patches can be applied for specific R versions and platforms. To add a patch for an R version on all platforms, create a patch file at patches/R-${R_VERSION}.patch (such as patches/R-devel.patch).

To add a patch for an R version on a specific platform create a patch file at patches/R-${R_VERSION}-${OS_IDENTIFIER}.patch (such as patches/R-3.3.0-centos-8.patch).

To add a patch for an R version on a specific architecture, create a patch file at patches/R-${R_VERSION}-<arch>.patch, where <arch> can be x86_64 or aarch64 (e.g. patches/R-3.3.0-aarch64.patch).