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
..
patches
CVE-2024-27322: update NEWS.Rd
2024-05-17 12:50:35 +02:00
build.sh
Fix R 3.0.0 - R 3.0.3 on arm64
2023-08-16 12:37:36 +02:00
docker-compose.yml
Remove openSUSE 15.4 for EOL
2024-05-02 17:38:54 -05:00
Dockerfile.centos-7
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.centos-8
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.debian-10
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.debian-11
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.debian-12
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.fedora-38
Add lapack flag
2023-08-02 17:37:47 -04:00
Dockerfile.fedora-39
Add support for Fedora 39
2024-02-22 15:30:00 +01:00
Dockerfile.opensuse-155
add support for sles15sp5
2023-08-03 16:15:18 -04:00
Dockerfile.rhel-9
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.ubuntu-2004
fix merge conflict
2024-05-02 13:00:48 +02:00
Dockerfile.ubuntu-2204
Fix R 3.3.0-3.3.2 builds
2023-07-19 11:09:02 +02:00
Dockerfile.ubuntu-2404
Add support for Ubuntu 24.04
2024-04-16 18:23:04 -05:00
package.centos-7
Merge pull request #151 from rstudio/custom-install-path
2023-01-18 12:25:04 -06:00
package.centos-8
Use FlexiBLAS on RHEL 9 for R 4.3.0 and above
2023-04-20 13:59:39 -05:00
package.debian-10
Merge pull request #151 from rstudio/custom-install-path
2023-01-18 12:25:04 -06:00
package.debian-11
Fix libdeflate dep on Debian 11, 12 as well
2024-02-21 10:39:53 +01:00
package.debian-12
Fix libdeflate dep on Debian 11, 12 as well
2024-02-21 10:39:53 +01:00
package.fedora-38
Fix flexiblas
2023-08-02 14:11:14 -04:00
package.fedora-39
Add support for Fedora 39
2024-02-22 15:30:00 +01:00
package.opensuse-155
Updated README + added package script
2023-10-02 14:19:30 -07:00
package.rhel-9
Use FlexiBLAS on RHEL 9 for R 4.3.0 and above
2023-04-20 13:59:39 -05:00
package.ubuntu-2004
add libopenblas-dev instead of libopenblas-base to make testpkg happy
2024-05-03 19:57:12 +00:00
package.ubuntu-2204
Fix devel builds for libdeflate
2024-02-19 19:23:32 +01:00
package.ubuntu-2404
Add support for Ubuntu 24.04
2024-04-16 18:23:04 -05:00