Commit graph r-builds/builder/patches
Author SHA1 Message Date
Gábor Csárdi
42f8c4bd77 CVE-2024-27322: update NEWS.Rd
At install time the other NEWS files will be
re-generated from NEWS.Rd.

To check if your R version is patched, search for
'CVE-2024-27322' in the NEWS. From the command line:
```
grep -C 5 CVE-2024-27322 /opt/R/4.0.0/lib/R/doc/NEWS
```

From R:
```
options(browser = "false")
news(grepl("CVE-2024-27322", Text))
```
2024-05-17 12:50:35 +02:00
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
Gábor Csárdi
101246253a Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00
Gábor Csárdi
7b9cc43452 Add missing patch files
Thanks .gitignore!
2023-07-19 11:29:27 +02:00
Gábor Csárdi
33c666c5b4 Fix R 3.3.0-3.3.2 builds 2023-07-19 11:09:02 +02:00
Greg Lin
09e29e69fa Remove R-devel patches for openSUSE 15.3/15.4
Now fixed upstream in R-devel / R 4.3.0.
2023-04-18 14:15:09 -05:00
Gábor Csárdi
e57ed87fae Fix R-devel build on OpenSUSE
More details:
https://stat.ethz.ch/pipermail/r-devel/2023-February/082304.html
https://stat.ethz.ch/pipermail/r-devel/2023-February/082315.html
2023-02-10 15:27:05 +01:00