diff --git a/recipes-wolfssl/wolfcrypt-py/wolfcrypt-py_5.8.4.bb b/recipes-wolfssl/wolfcrypt-py/wolfcrypt-py_5.9.2.bb similarity index 85% rename from recipes-wolfssl/wolfcrypt-py/wolfcrypt-py_5.8.4.bb rename to recipes-wolfssl/wolfcrypt-py/wolfcrypt-py_5.9.2.bb index 229332a..1a95511 100644 --- a/recipes-wolfssl/wolfcrypt-py/wolfcrypt-py_5.8.4.bb +++ b/recipes-wolfssl/wolfcrypt-py/wolfcrypt-py_5.9.2.bb @@ -10,14 +10,10 @@ DESCRIPTION = "wolfCrypt is a lightweight, portable, C-language-based crypto \ HOMEPAGE = "https://www.wolfssl.com/products/wolfssl" BUGTRACKER = "https://github.com/wolfSSL/wolfcrypt-py/issues" SECTION = "libs" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSING.rst;md5=e4abd0c56c3f6dc95a7a7eed4c77414b" - -SRC_URI = "git://github.com/wolfSSL/wolfcrypt-py.git;nobranch=1;protocol=https;rev=03a8a758880f374d88e0095c0848a1d57eb84bef" - -SRC_URI[mlkem.sha256sum] = "eb4bc00b66d4844b6c3f3314fe1da657e232e377486ef23c9642c4384f11f3d9" - +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSING.rst;md5=d71e0db8cc0e980314b646228d44d3d9" +SRC_URI = "git://github.com/wolfSSL/wolfcrypt-py.git;nobranch=1;protocol=https;rev=f82dbb6e110675118e7ecceda3402df01a8ba694" DEPENDS += " virtual/wolfssl \ python3-pip-native \ diff --git a/recipes-wolfssl/wolfssl-py/wolfssl-py_5.8.4.bb b/recipes-wolfssl/wolfssl-py/wolfssl-py_5.9.2.bb similarity index 96% rename from recipes-wolfssl/wolfssl-py/wolfssl-py_5.8.4.bb rename to recipes-wolfssl/wolfssl-py/wolfssl-py_5.9.2.bb index ad4d4e0..41b88ab 100644 --- a/recipes-wolfssl/wolfssl-py/wolfssl-py_5.8.4.bb +++ b/recipes-wolfssl/wolfssl-py/wolfssl-py_5.9.2.bb @@ -11,7 +11,7 @@ SECTION = "libs" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSING.rst;md5=e4abd0c56c3f6dc95a7a7eed4c77414b" -SRC_URI = "git://github.com/wolfSSL/wolfssl-py.git;nobranch=1;protocol=https;rev=05433e92b6faa37bd584d28f1a898c97cfccb20d" +SRC_URI = "git://github.com/wolfSSL/wolfssl-py.git;nobranch=1;protocol=https;rev=cf2455e95e191c06b3531529752c0e5b02d9da15" DEPENDS += " virtual/wolfssl \