Skip to content

Commit

Permalink
Upgrade tensorflow to 2.11.1 to address CVEs (microsoft#6418)
Browse files Browse the repository at this point in the history
  • Loading branch information
miz060 authored Oct 13, 2023
1 parent 8506bc5 commit 073d767
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SPECS/tensorflow/tensorflow.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"tensorflow-2.11.0.tar.gz": "99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48",
"tensorflow-2.11.0-cache.tar.gz":"08f3f17a9c06400f52b61ceb68ca611150ef56bc76ffa4e05f71fc22fb736f93"
"tensorflow-2.11.1.tar.gz": "624ed1cc170cdcc19e8a15d8cdde989a9a1c6b0534c90b38a6b2f06fb2963e5f",
"tensorflow-2.11.1-cache.tar.gz":"c671ac63f4eb381799ee6bd19a82e0e44ccfd091ce4c1de1a127931d6fb26d5a"
}
}
7 changes: 5 additions & 2 deletions SPECS/tensorflow/tensorflow.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: TensorFlow is an open source machine learning framework for everyone.
Name: tensorflow
Version: 2.11.0
Release: 4%{?dist}
Version: 2.11.1
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -147,6 +147,9 @@ bazel --batch build --verbose_explanations //tensorflow/tools/pip_package:build


%changelog
* Wed Oct 11 2023 Mitch Zhu <mitchzhu@microsoft> - 2.11.1-1
- Update to 2.11.1 to fix CVEs

* Tue Aug 01 2023 Riken Maharjan <[email protected]> - 2.11.0-4
- Remove .bazelversion file.

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28647,8 +28647,8 @@
"type": "other",
"other": {
"name": "tensorflow",
"version": "2.11.0",
"downloadUrl": "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.0.tar.gz"
"version": "2.11.1",
"downloadUrl": "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.1.tar.gz"
}
}
},
Expand Down

0 comments on commit 073d767

Please sign in to comment.