Skip to content

Commit 34e475b

Browse files
committed
test(conan): Update expected results
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 17b25b9 commit 34e475b

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

plugins/package-managers/conan/src/funTest/assets/projects/synthetic/conan2-expected-output-py.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ project:
2626
- id: "Conan::libmysqlclient:8.1.0"
2727
dependencies:
2828
- id: "Conan::lz4:1.9.4"
29-
- id: "Conan::openssl:3.6.0"
29+
- id: "Conan::openssl:3.6.1"
3030
dependencies:
3131
- id: "Conan::zlib:1.3.1"
3232
- id: "Conan::zlib:1.3.1"
3333
- id: "Conan::zstd:1.5.7"
3434
- id: "Conan::libpq:15.4"
35-
- id: "Conan::openssl:3.6.0"
35+
- id: "Conan::openssl:3.6.1"
3636
dependencies:
3737
- id: "Conan::zlib:1.3.1"
3838
- id: "Conan::pcre2:10.42"
@@ -189,8 +189,8 @@ packages:
189189
revision: ""
190190
path: ""
191191
is_modified: true
192-
- id: "Conan::openssl:3.6.0"
193-
purl: "pkg:conan/openssl@3.6.0"
192+
- id: "Conan::openssl:3.6.1"
193+
purl: "pkg:conan/openssl@3.6.1"
194194
declared_licenses:
195195
- "Apache-2.0"
196196
declared_licenses_processed:
@@ -204,9 +204,9 @@ packages:
204204
value: ""
205205
algorithm: ""
206206
source_artifact:
207-
url: "https://github.com/openssl/openssl/releases/download/openssl-3.6.0/openssl-3.6.0.tar.gz"
207+
url: "https://github.com/openssl/openssl/releases/download/openssl-3.6.1/openssl-3.6.1.tar.gz"
208208
hash:
209-
value: "b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9"
209+
value: "b1bfedcd5b289ff22aee87c9d600f515767ebf45f77168cb6d64f231f518a82e"
210210
algorithm: "SHA-256"
211211
vcs:
212212
type: "Git"

plugins/package-managers/conan/src/funTest/assets/projects/synthetic/conan2-expected-output-txt.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project:
2828
dependencies:
2929
- id: "Conan::libcurl:7.85.0"
3030
dependencies:
31-
- id: "Conan::openssl:3.6.0"
31+
- id: "Conan::openssl:3.6.1"
3232
dependencies:
3333
- id: "Conan::zlib:1.2.13"
3434
- id: "Conan::zlib:1.2.13"
@@ -179,8 +179,8 @@ packages:
179179
revision: ""
180180
path: ""
181181
is_modified: true
182-
- id: "Conan::openssl:3.6.0"
183-
purl: "pkg:conan/openssl@3.6.0"
182+
- id: "Conan::openssl:3.6.1"
183+
purl: "pkg:conan/openssl@3.6.1"
184184
declared_licenses:
185185
- "Apache-2.0"
186186
declared_licenses_processed:
@@ -194,9 +194,9 @@ packages:
194194
value: ""
195195
algorithm: ""
196196
source_artifact:
197-
url: "https://github.com/openssl/openssl/releases/download/openssl-3.6.0/openssl-3.6.0.tar.gz"
197+
url: "https://github.com/openssl/openssl/releases/download/openssl-3.6.1/openssl-3.6.1.tar.gz"
198198
hash:
199-
value: "b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9"
199+
value: "b1bfedcd5b289ff22aee87c9d600f515767ebf45f77168cb6d64f231f518a82e"
200200
algorithm: "SHA-256"
201201
vcs:
202202
type: "Git"

0 commit comments

Comments
 (0)