From 469d0fa51e9470d912246a55588fd7f8cc3cd13d Mon Sep 17 00:00:00 2001 From: Rushikesh Sathe Date: Mon, 11 Aug 2025 13:34:44 +0530 Subject: [PATCH] zlib CVE-2023-45853 fix --- pytorch-2.1.2/recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pytorch-2.1.2/recipe/meta.yaml b/pytorch-2.1.2/recipe/meta.yaml index 4bec06e..df75fbc 100644 --- a/pytorch-2.1.2/recipe/meta.yaml +++ b/pytorch-2.1.2/recipe/meta.yaml @@ -30,7 +30,7 @@ requirements: - {{ compiler('fortran') }} #[ppc_arch != "p10"] - git >={{ git }} - patch - - zlib {{ zlib }} + - zlib host: - make @@ -47,7 +47,7 @@ requirements: - lmdb {{ lmdb }} - leveldb {{ leveldb }} - typing_extensions {{ typing_extensions }} - - zlib {{ zlib }} + - zlib {% if build_type == 'cuda' %} - cudnn {{ cudnn }} - nccl {{ nccl }} @@ -90,7 +90,7 @@ requirements: - tensorboard {{ tensorboard }} build: - number: 8 + number: 9 {% if build_type == 'cpu' %} string: {{ build_type }}_py{{ python | replace(".", "") }}_pb{{ protobuf | replace(".*", "")}}_{{ PKG_BUILDNUM }} {% else %}