From 9d3f370e6db4b84cc39aed67928c2384b3290cde Mon Sep 17 00:00:00 2001 From: toge Date: Wed, 6 Mar 2024 14:50:49 +0900 Subject: [PATCH 1/4] aws-c-auth: add version 0.7.16 --- recipes/aws-c-auth/all/conandata.yml | 3 +++ recipes/aws-c-auth/all/conanfile.py | 2 +- recipes/aws-c-auth/config.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/aws-c-auth/all/conandata.yml b/recipes/aws-c-auth/all/conandata.yml index 027010126b13f..b024e4c93cf42 100644 --- a/recipes/aws-c-auth/all/conandata.yml +++ b/recipes/aws-c-auth/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "0.7.16": + url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.16.tar.gz" + sha256: "7ee5afe05482f750dd0406b8b5b55dafb446fc21288f98c0b4118d62795003ba" "0.7.8": url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.8.tar.gz" sha256: "5db8ab91262b5c055e3634f2c9dc2bc1a3285c2dd5513fdcafcb3e79468dc7de" diff --git a/recipes/aws-c-auth/all/conanfile.py b/recipes/aws-c-auth/all/conanfile.py index edc82083e9c0b..23636f36d1ad3 100644 --- a/recipes/aws-c-auth/all/conanfile.py +++ b/recipes/aws-c-auth/all/conanfile.py @@ -62,7 +62,7 @@ def requirements(self): self.requires("aws-c-common/0.9.6", transitive_headers=True, transitive_libs=True) self.requires("aws-c-cal/0.6.9") self.requires("aws-c-io/0.13.35", transitive_headers=True, transitive_libs=True) - self.requires("aws-c-http/0.7.14", transitive_headers=True) + self.requires("aws-c-http/0.8.1", transitive_headers=True) self.requires("aws-c-sdkutils/0.1.12", transitive_headers=True) def source(self): diff --git a/recipes/aws-c-auth/config.yml b/recipes/aws-c-auth/config.yml index 8edcc1ff10f28..80cb2fce164e8 100644 --- a/recipes/aws-c-auth/config.yml +++ b/recipes/aws-c-auth/config.yml @@ -1,4 +1,6 @@ versions: + "0.7.16": + folder: all "0.7.8": folder: all "0.7.7": From 27df44600ace7c8099d320aaa4e6d840b7d9e326 Mon Sep 17 00:00:00 2001 From: toge Date: Wed, 17 Apr 2024 10:57:45 +0900 Subject: [PATCH 2/4] update 0.7.17 --- recipes/aws-c-auth/all/conandata.yml | 6 +++--- recipes/aws-c-auth/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/aws-c-auth/all/conandata.yml b/recipes/aws-c-auth/all/conandata.yml index b024e4c93cf42..ed210d79f008b 100644 --- a/recipes/aws-c-auth/all/conandata.yml +++ b/recipes/aws-c-auth/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "0.7.16": - url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.16.tar.gz" - sha256: "7ee5afe05482f750dd0406b8b5b55dafb446fc21288f98c0b4118d62795003ba" + "0.7.17": + url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.17.tar.gz" + sha256: "8fe380255a71a2d5c9acd4979c135f9842135ce6385010ea562bc0b532bf5b84" "0.7.8": url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.8.tar.gz" sha256: "5db8ab91262b5c055e3634f2c9dc2bc1a3285c2dd5513fdcafcb3e79468dc7de" diff --git a/recipes/aws-c-auth/config.yml b/recipes/aws-c-auth/config.yml index 80cb2fce164e8..3debf15921a55 100644 --- a/recipes/aws-c-auth/config.yml +++ b/recipes/aws-c-auth/config.yml @@ -1,5 +1,5 @@ versions: - "0.7.16": + "0.7.17": folder: all "0.7.8": folder: all From 7f18fffc2667710e28601576d6cb4a9d1b648961 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 11 May 2024 08:39:57 +0900 Subject: [PATCH 3/4] update 0.7.20 --- recipes/aws-c-auth/all/conandata.yml | 6 +++--- recipes/aws-c-auth/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/aws-c-auth/all/conandata.yml b/recipes/aws-c-auth/all/conandata.yml index ed210d79f008b..02df6ed67078e 100644 --- a/recipes/aws-c-auth/all/conandata.yml +++ b/recipes/aws-c-auth/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "0.7.17": - url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.17.tar.gz" - sha256: "8fe380255a71a2d5c9acd4979c135f9842135ce6385010ea562bc0b532bf5b84" + "0.7.20": + url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.20.tar.gz" + sha256: "c75a168a20985d59b62b447c77de9ca567d7e4d6adf1496fdbcab1934c7ac714" "0.7.8": url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.8.tar.gz" sha256: "5db8ab91262b5c055e3634f2c9dc2bc1a3285c2dd5513fdcafcb3e79468dc7de" diff --git a/recipes/aws-c-auth/config.yml b/recipes/aws-c-auth/config.yml index 3debf15921a55..e3d26b768f79e 100644 --- a/recipes/aws-c-auth/config.yml +++ b/recipes/aws-c-auth/config.yml @@ -1,5 +1,5 @@ versions: - "0.7.17": + "0.7.20": folder: all "0.7.8": folder: all From 561c6b56a1054a3edca2765d62f90a6054314804 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 11 May 2024 22:40:18 +0900 Subject: [PATCH 4/4] update 0.7.21 --- recipes/aws-c-auth/all/conandata.yml | 6 +++--- recipes/aws-c-auth/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/aws-c-auth/all/conandata.yml b/recipes/aws-c-auth/all/conandata.yml index 02df6ed67078e..ed85abf4d870c 100644 --- a/recipes/aws-c-auth/all/conandata.yml +++ b/recipes/aws-c-auth/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "0.7.20": - url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.20.tar.gz" - sha256: "c75a168a20985d59b62b447c77de9ca567d7e4d6adf1496fdbcab1934c7ac714" + "0.7.21": + url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.21.tar.gz" + sha256: "802054ff0a82c9fc977671f7d2be1c55229a97d808e0d53784a749be32ceb5ec" "0.7.8": url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.8.tar.gz" sha256: "5db8ab91262b5c055e3634f2c9dc2bc1a3285c2dd5513fdcafcb3e79468dc7de" diff --git a/recipes/aws-c-auth/config.yml b/recipes/aws-c-auth/config.yml index e3d26b768f79e..dfdab8e268054 100644 --- a/recipes/aws-c-auth/config.yml +++ b/recipes/aws-c-auth/config.yml @@ -1,5 +1,5 @@ versions: - "0.7.20": + "0.7.21": folder: all "0.7.8": folder: all