* [PATCH 1/2] curl: Update from 8.1.2 to 8.2.0
@ 2023-07-21 3:42 Robert Joslyn
2023-07-21 3:42 ` [PATCH 2/2] curl: Refine ptest perl RDEPENDS Robert Joslyn
0 siblings, 1 reply; 2+ messages in thread
From: Robert Joslyn @ 2023-07-21 3:42 UTC (permalink / raw)
To: openembedded-core; +Cc: Robert Joslyn
This is a feature and bugfix update. Full release notes available at:
https://curl.se/changes.html#8_2_0
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
meta/recipes-support/curl/{curl_8.1.2.bb => curl_8.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/curl/{curl_8.1.2.bb => curl_8.2.0.bb} (98%)
diff --git a/meta/recipes-support/curl/curl_8.1.2.bb b/meta/recipes-support/curl/curl_8.2.0.bb
similarity index 98%
rename from meta/recipes-support/curl/curl_8.1.2.bb
rename to meta/recipes-support/curl/curl_8.2.0.bb
index d84f7d0f07..69597440f9 100644
--- a/meta/recipes-support/curl/curl_8.1.2.bb
+++ b/meta/recipes-support/curl/curl_8.2.0.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
file://run-ptest \
file://disable-tests \
"
-SRC_URI[sha256sum] = "31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6"
+SRC_URI[sha256sum] = "2859ec79e2cd96e976a99493547359b8001af1d1e21f3a3a3b846544ef54500f"
# Curl has used many names over the years...
CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 2/2] curl: Refine ptest perl RDEPENDS
2023-07-21 3:42 [PATCH 1/2] curl: Update from 8.1.2 to 8.2.0 Robert Joslyn
@ 2023-07-21 3:42 ` Robert Joslyn
0 siblings, 0 replies; 2+ messages in thread
From: Robert Joslyn @ 2023-07-21 3:42 UTC (permalink / raw)
To: openembedded-core; +Cc: Robert Joslyn
RDEPEND on the specific perl modules required for the tests rather than
the perl-modules meta package.
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
meta/recipes-support/curl/curl_8.2.0.bb | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/curl/curl_8.2.0.bb b/meta/recipes-support/curl/curl_8.2.0.bb
index 69597440f9..9c16d3d515 100644
--- a/meta/recipes-support/curl/curl_8.2.0.bb
+++ b/meta/recipes-support/curl/curl_8.2.0.bb
@@ -100,8 +100,23 @@ do_install_ptest() {
cp -rf ${D}${bindir}/curl-config ${D}${PTEST_PATH}
}
-RDEPENDS:${PN}-ptest += "bash perl-modules perl-module-time-hires perl-module-digest-md5 \
- perl-module-digest perl-module-ipc-open2"
+RDEPENDS:${PN}-ptest += " \
+ bash \
+ perl-module-b \
+ perl-module-base \
+ perl-module-cwd \
+ perl-module-digest \
+ perl-module-digest-md5 \
+ perl-module-file-basename \
+ perl-module-file-spec \
+ perl-module-file-temp \
+ perl-module-io-socket \
+ perl-module-ipc-open2 \
+ perl-module-list-util \
+ perl-module-memoize \
+ perl-module-storable \
+ perl-module-time-hires \
+"
PACKAGES =+ "lib${BPN}"
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-21 3:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 3:42 [PATCH 1/2] curl: Update from 8.1.2 to 8.2.0 Robert Joslyn
2023-07-21 3:42 ` [PATCH 2/2] curl: Refine ptest perl RDEPENDS Robert Joslyn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox