[meta-oe][PATCH 07/18] xmlsec1: upgrade 1.3.11 -> 1.3.12
Khem Raj <[email protected]> Tue, 28 Jul 2026 19:44:09 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Changes: - xmlsec-openssl: add experimental ML-KEM support. - xmlsec-nss: add SHA3 support. - xmlsec-gnutls: add RSA-OAEP (SHA-256 / SHA-384 / SHA-512) support. - xmlsec-core: add --transform-max-depth to control the maximum transform execution depth (0 disables the depth check). - Several other small fixes. Signed-off-by: Khem Raj <[email protected]> --- .../xmlsec1/{xmlsec1_1.3.11.bb => xmlsec1_1.3.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/xmlsec1/{xmlsec1_1.3.11.bb => xmlsec1_1.3.12.bb} (96%) diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.11.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.12.bb similarity index 96% rename from meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.11.bb rename to meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.12.bb index dfdd7d5572..b46e76a24d 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.11.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.12.bb @@ -22,7 +22,7 @@ SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PV}/${BP}.tar.gz file://run-ptest \ " -SRC_URI[sha256sum] = "53675e98fa83b48201d24f7bfbcaeaa1b51496b8b19ff969785856bdeb196af3" +SRC_URI[sha256sum] = "24045199af12d93fe5fdbbbf7e386e823e4842071e9432e2b90ac108b889a923" UPSTREAM_CHECK_URI = "https://github.com/lsh123/xmlsec/releases" UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)"