From dd82a3ab81b48998decfcf7bab41651d7d1a1ea2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Mar 2024 16:43:09 +0800 Subject: [PATCH] fetchmail: upgrade 6.4.37 -> 6.4.38 Changelog: ========== -updates translations, and tightens OpenSSL/wolfSSL version requirements in order to track their security fixes and deprecations. OpenSSL 3.0.9, 3.1.4, 3.2.0 and wolfSSL 5.6.2 (or newer on the respective compatible branches) remain supported. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../fetchmail/{fetchmail_6.4.37.bb => fetchmail_6.4.38.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/fetchmail/{fetchmail_6.4.37.bb => fetchmail_6.4.38.bb} (92%) diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.37.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb similarity index 92% rename from meta-networking/recipes-support/fetchmail/fetchmail_6.4.37.bb rename to meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb index 4560ef84c3..587a479497 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.37.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb @@ -12,7 +12,7 @@ DEPENDS = "openssl" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "4a182e5d893e9abe6ac37ae71e542651fce6d606234fc735c2aaae18657e69ea" +SRC_URI[sha256sum] = "a6cb4ea863ac61d242ffb2db564a39123761578d3e40d71ce7b6f2905be609d9" inherit autotools gettext pkgconfig python3-dir python3native