Skip to content

Commit

Permalink
Patch OSS vulnerabilities (#5612)
Browse files Browse the repository at this point in the history
* Use the most recent DALI_DEPS_VERSION
* Reflect the FFmpeg update in conda build
---------

Signed-off-by: Kamil Tokarski <[email protected]>
  • Loading branch information
stiepan authored Sep 2, 2024
1 parent 2f6e627 commit 623c258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DALI_DEPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b17261453206436195a2dcb986767098cca15432
6d93550b1340c2010fc356b1e16ab6e4dfdc27c0
8 changes: 4 additions & 4 deletions conda/third_party/dali_ffmpeg/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

{% set build_version = "7.0.1" %}
{% set build_version = "7.0.2" %}

package:
name: dali-ffmpeg
version: {{ build_version }}

source:
fn: FFmpeg-n7.0.1.tar.gz
url: https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n7.0.1.tar.gz
sha256: 8dab1da0c7ebccb2dce99265901f22ac40f8e0fbbe4a89a368d7645f2e79caa0
fn: FFmpeg-n7.0.2.tar.gz
url: https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n7.0.2.tar.gz
sha256: 5eb46d18d664a0ccadf7b0adee03bd3b7fa72893d667f36c69e202a807e6d533

build:
number: 0
Expand Down

0 comments on commit 623c258

Please sign in to comment.