Files
conan-build/recipes/zlib/all/conandata.yml
2024-11-22 17:15:46 +03:00

52 lines
2.4 KiB
YAML

sources:
"1.3.1":
url: "ssh://git@git.avroid.tech:2222/Mirrors/zlib"
branch: "v1.3.1"
"1.3":
url: "ssh://git@git.avroid.tech:2222/Mirrors/zlib"
branch: "v1.3"
"1.2.13":
url: "ssh://git@git.avroid.tech:2222/Mirrors/zlib"
branch: "v1.2.13"
"1.2.12":
url: "ssh://git@git.avroid.tech:2222/Mirrors/zlib"
branch: "v1.2.12"
"1.2.11":
url: "ssh://git@git.avroid.tech:2222/Mirrors/zlib"
branch: "v1.2.11"
patches:
"1.3.1":
- patch_file: "patches/1.3.1/0001-fix-cmake.patch"
patch_description: "separate static/shared builds, disable debug suffix"
patch_type: "conan"
"1.3":
- patch_file: "patches/1.3/0001-fix-cmake.patch"
patch_description: "separate static/shared builds, disable debug suffix, disable building examples"
patch_type: "conan"
"1.2.13":
- patch_file: "patches/1.2.13/0001-Fix-cmake.patch"
patch_description: "separate static/shared builds, disable debug suffix, disable building examples"
patch_type: "conan"
"1.2.12":
- patch_file: "patches/1.2.x/0001-fix-cmake.patch"
patch_description: "separate static/shared builds, disable debug suffix, disable building examples"
patch_type: "conan"
- patch_file: "patches/1.2.x/0004-Fix-a-bug-when-getting-a-gzip-header-extra-field-wit.patch"
patch_description: "CVE-2022-37434: Fix a bug when getting a gzip header extra field with inflate()"
patch_type: "vulnerability"
patch_source: "https://github.com/madler/zlib/commit/eff308af425b67093bab25f80f1ae950166bece1"
sha256: "15e3c177dc2a034a22e02490a97ba5b1719aae3f8129a06c16d727b661d1650f"
- patch_file: "patches/1.2.x/0005-Fix-extra-field-processing-bug-that-dereferences-NUL.patch"
patch_description: "CVE-2022-37434: Fix extra field processing bug that dereferences NULL state->head"
patch_type: "vulnerability"
patch_source: "https://github.com/madler/zlib/commit/1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d"
sha256: "cdd69eb3251728b1875c8ecae6427b50aa750b4045ef984ab79b6c07b7e6dd3a"
"1.2.11":
- patch_file: "patches/1.2.x/0001-fix-cmake.patch"
patch_description: "separate static/shared builds, disable debug suffix, disable building examples"
patch_type: "conan"
- patch_file: "patches/1.2.x/0003-gzguts-fix-widechar-condition.patch"
patch_description: "fix condition for WIDECHAR usage"
patch_type: "portability"
patch_source: "https://github.com/madler/zlib/issues/268"