Skip to content

Commit

Permalink
Upgrade R to version 4.4.1 to fix CVE-2024-27322 (#9800)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasb-ms authored Jul 11, 2024
1 parent 96d1440 commit abfef74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SPECS/R/R.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"R-4.3.2.tar.gz": "b3f5760ac2eee8026a3f0eefcb25b47723d978038eee8e844762094c860c452a"
"R-4.4.1.tar.gz": "b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d"
}
}
7 changes: 5 additions & 2 deletions SPECS/R/R.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global debug_package %{nil}
Summary: A language for data analysis and graphics
Name: R
Version: 4.3.2
Release: 2%{?dist}
Version: 4.4.1
Release: 1%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -117,6 +117,9 @@ TZ="Europe/Paris" make check -k -i
%endif

%changelog
* Thu Jul 11 2024 Tobias Brick <[email protected]> - 4.4.1-1
- Upgrade to 4.4.1, which fixes CVE-2024-27322

* Fri Apr 05 2024 Betty Lakes <[email protected]> - 4.3.2-2
- Move from pcre to pcre2

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25243,8 +25243,8 @@
"type": "other",
"other": {
"name": "R",
"version": "4.3.2",
"downloadUrl": "https://cran.r-project.org/src/base/R-4/R-4.3.2.tar.gz"
"version": "4.4.1",
"downloadUrl": "https://cran.r-project.org/src/base/R-4/R-4.4.1.tar.gz"
}
}
},
Expand Down

0 comments on commit abfef74

Please sign in to comment.