From bdda3e3833d177baf5262b320eab88c7744a121a Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 10 Nov 2023 01:11:29 +0900 Subject: [PATCH 1/4] wt: add version 4.10.2 --- recipes/wt/all/conandata.yml | 7 +++++++ recipes/wt/config.yml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/recipes/wt/all/conandata.yml b/recipes/wt/all/conandata.yml index 7c33a1e76efa3..1d8ab7afb15ce 100644 --- a/recipes/wt/all/conandata.yml +++ b/recipes/wt/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "4.10.2": + url: "https://github.com/emweb/wt/archive/4.10.2.tar.gz" + sha256: "fb77fe8b9847fd8895e05c5ba2d56d077e24174f8c7b113bec4db788fb663a92" "4.10.1": url: "https://github.com/emweb/wt/archive/4.10.1.tar.gz" sha256: "f6d6114416a628604793197cd077066a9d4d98799bbb288b97de42f66705bde5" @@ -21,6 +24,10 @@ sources: url: "https://github.com/emweb/wt/archive/4.6.0.tar.gz" sha256: "7f709e132d32c4925e6db0a590c7ccc5613344e8b9052676ef891a25ccb550e6" patches: + "4.10.2": + - patch_file: "patches/4.8.0-0001-use-cci-package.patch" + patch_description: "use cci package" + patch_type: "conan" "4.10.1": - patch_file: "patches/4.8.0-0001-use-cci-package.patch" patch_description: "use cci package" diff --git a/recipes/wt/config.yml b/recipes/wt/config.yml index fec9d209ef876..6a35f758466a5 100644 --- a/recipes/wt/config.yml +++ b/recipes/wt/config.yml @@ -1,4 +1,6 @@ versions: + "4.10.2": + folder: all "4.10.1": folder: all "4.10.0": From 519e159bbbe8ef727b1f72f4cd58b7d6dfa72b67 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 21 Dec 2023 10:23:17 +0900 Subject: [PATCH 2/4] update 4.10.3 --- recipes/wt/all/conandata.yml | 8 ++++---- recipes/wt/all/conanfile.py | 2 +- recipes/wt/config.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/wt/all/conandata.yml b/recipes/wt/all/conandata.yml index 1d8ab7afb15ce..e3ad2c4a4cee7 100644 --- a/recipes/wt/all/conandata.yml +++ b/recipes/wt/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "4.10.2": - url: "https://github.com/emweb/wt/archive/4.10.2.tar.gz" - sha256: "fb77fe8b9847fd8895e05c5ba2d56d077e24174f8c7b113bec4db788fb663a92" + "4.10.3": + url: "https://github.com/emweb/wt/archive/4.10.3.tar.gz" + sha256: "33f563d5eb79377f42c0955095545f36db6c9ad5528ed686d3f32a6b8c166204" "4.10.1": url: "https://github.com/emweb/wt/archive/4.10.1.tar.gz" sha256: "f6d6114416a628604793197cd077066a9d4d98799bbb288b97de42f66705bde5" @@ -24,7 +24,7 @@ sources: url: "https://github.com/emweb/wt/archive/4.6.0.tar.gz" sha256: "7f709e132d32c4925e6db0a590c7ccc5613344e8b9052676ef891a25ccb550e6" patches: - "4.10.2": + "4.10.3": - patch_file: "patches/4.8.0-0001-use-cci-package.patch" patch_description: "use cci package" patch_type: "conan" diff --git a/recipes/wt/all/conanfile.py b/recipes/wt/all/conanfile.py index 1e23253caacc0..9d7598052c3f8 100644 --- a/recipes/wt/all/conanfile.py +++ b/recipes/wt/all/conanfile.py @@ -103,7 +103,7 @@ def requirements(self): if self.options.with_ssl: self.requires("openssl/[>=1.1 <4]") if self.options.get_safe("with_sqlite"): - self.requires("sqlite3/3.43.0") + self.requires("sqlite3/3.44.2") if self.options.get_safe("with_mysql"): self.requires("libmysqlclient/8.1.0", transitive_headers=True, transitive_libs=True) if self.options.get_safe("with_postgres"): diff --git a/recipes/wt/config.yml b/recipes/wt/config.yml index 6a35f758466a5..54e2f5aeeb70d 100644 --- a/recipes/wt/config.yml +++ b/recipes/wt/config.yml @@ -1,5 +1,5 @@ versions: - "4.10.2": + "4.10.3": folder: all "4.10.1": folder: all From 48c85679a68c38baba9a68a0a8855d1ce7c67575 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 7 Mar 2024 02:05:13 +0900 Subject: [PATCH 3/4] update 4.10.3 --- recipes/wt/all/conandata.yml | 6 +++--- recipes/wt/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/wt/all/conandata.yml b/recipes/wt/all/conandata.yml index e3ad2c4a4cee7..496ba21bf95e2 100644 --- a/recipes/wt/all/conandata.yml +++ b/recipes/wt/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "4.10.3": - url: "https://github.com/emweb/wt/archive/4.10.3.tar.gz" - sha256: "33f563d5eb79377f42c0955095545f36db6c9ad5528ed686d3f32a6b8c166204" + "4.10.4": + url: "https://github.com/emweb/wt/archive/4.10.4.tar.gz" + sha256: "dd6092abe599d9254242225e801da38085847b3147c1748e1212f274398a2e9a" "4.10.1": url: "https://github.com/emweb/wt/archive/4.10.1.tar.gz" sha256: "f6d6114416a628604793197cd077066a9d4d98799bbb288b97de42f66705bde5" diff --git a/recipes/wt/config.yml b/recipes/wt/config.yml index 54e2f5aeeb70d..2c804bbf3e9dc 100644 --- a/recipes/wt/config.yml +++ b/recipes/wt/config.yml @@ -1,5 +1,5 @@ versions: - "4.10.3": + "4.10.4": folder: all "4.10.1": folder: all From a31bf738a91d1fde38f04ebde9bec691805ca633 Mon Sep 17 00:00:00 2001 From: Luis Caro Campos <3535649+jcar87@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:59:51 +0100 Subject: [PATCH 4/4] Update recipes/wt/all/conandata.yml --- recipes/wt/all/conandata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wt/all/conandata.yml b/recipes/wt/all/conandata.yml index 496ba21bf95e2..ed195cfffaf4c 100644 --- a/recipes/wt/all/conandata.yml +++ b/recipes/wt/all/conandata.yml @@ -24,7 +24,7 @@ sources: url: "https://github.com/emweb/wt/archive/4.6.0.tar.gz" sha256: "7f709e132d32c4925e6db0a590c7ccc5613344e8b9052676ef891a25ccb550e6" patches: - "4.10.3": + "4.10.4": - patch_file: "patches/4.8.0-0001-use-cci-package.patch" patch_description: "use cci package" patch_type: "conan"