Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libffi 3.4.4 -> 3.4.6 #23066

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions recipes/libffi/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
sources:
"3.4.6":
url: "https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz"
sha256: "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e"
"3.4.5":
url: "https://github.com/libffi/libffi/releases/download/v3.4.5/libffi-3.4.5.tar.gz"
sha256: "96fff4e589e3b239d888d9aa44b3ff30693c2ba1617f953925a70ddebcc102b2"
YSaxon marked this conversation as resolved.
Show resolved Hide resolved
"3.4.4":
url: "https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz"
sha256: "d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676"
Expand All @@ -12,9 +18,19 @@
url: "https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz"
sha256: "72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056"
patches:
"3.4.6":
- patch_file: "patches/0002-3.4.3-fix-libtool-path.patch"

Check warning on line 22 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0002-3.4 ... ^ (line: 22)
- patch_file: "patches/0004-3.3-fix-complex-type-msvc.patch"

Check warning on line 23 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0004-3.3 ... ^ (line: 23)
- patch_file: "patches/0005-3.4.4-do-not-install-libraries-to-arch-dependent-directories.patch"

Check warning on line 24 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0005-3.4 ... ^ (line: 24)
- patch_file: "patches/0006-3.4.4-library-no-version-suffix.patch"

Check warning on line 25 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0006-3.4 ... ^ (line: 25)
"3.4.5":
- patch_file: "patches/0002-3.4.3-fix-libtool-path.patch"

Check warning on line 27 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0002-3.4 ... ^ (line: 27)
- patch_file: "patches/0004-3.3-fix-complex-type-msvc.patch"

Check warning on line 28 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0004-3.3 ... ^ (line: 28)
- patch_file: "patches/0005-3.4.4-do-not-install-libraries-to-arch-dependent-directories.patch"

Check warning on line 29 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0005-3.4 ... ^ (line: 29)
- patch_file: "patches/0006-3.4.4-library-no-version-suffix.patch"

Check warning on line 30 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0006-3.4 ... ^ (line: 30)
"3.4.4":
- patch_file: "patches/0002-3.4.3-fix-libtool-path.patch"

Check warning on line 32 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0002-3.4 ... ^ (line: 32)
- patch_file: "patches/0004-3.3-fix-complex-type-msvc.patch"

Check warning on line 33 in recipes/libffi/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0004-3.3 ... ^ (line: 33)
- patch_file: "patches/0005-3.4.4-do-not-install-libraries-to-arch-dependent-directories.patch"
- patch_file: "patches/0006-3.4.4-library-no-version-suffix.patch"
- patch_file: "patches/0007-3.4.3-forward-declare-open_temp_exec_file.patch"
Expand Down
4 changes: 4 additions & 0 deletions recipes/libffi/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
versions:
"3.4.6":
folder: "all"
"3.4.5":
folder: "all"
"3.4.4":
folder: "all"
"3.4.3":
Expand Down
Loading