diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-08-02 08:46:21 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:15 +0100 |
| commit | ee32575f2a2162a0abf5bdc5919b4a2f99157e8e (patch) | |
| tree | 898f5aca842f1f55edd85f5f05e1c90da8df8905 | |
| parent | bcdcc5e16908d71506172d80f384791fa5827692 (diff) | |
| download | poky-ee32575f2a2162a0abf5bdc5919b4a2f99157e8e.tar.gz | |
gnutls: upgrade 3.8.9 -> 3.8.10
Skip compress-cert-conf test when running ptests, because it requires
gnutls to be compiled with brotli PACKAGECONFIG, however brotli is not
part of oe-core.
Changelog: https://gitlab.com/gnutls/gnutls/-/blob/master/NEWS
(From OE-Core rev: 2ad41436acdc5f37803ade51c98ae0dc06103e45)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/gnutls/gnutls/run-ptest | 1 | ||||
| -rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.8.10.bb (renamed from meta/recipes-support/gnutls/gnutls_3.8.9.bb) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls/run-ptest b/meta/recipes-support/gnutls/gnutls/run-ptest index 17e26eae70..b7827e1358 100644 --- a/meta/recipes-support/gnutls/gnutls/run-ptest +++ b/meta/recipes-support/gnutls/gnutls/run-ptest | |||
| @@ -37,6 +37,7 @@ is_disallowed() { | |||
| 37 | # currently not exported to target. | 37 | # currently not exported to target. |
| 38 | 38 | ||
| 39 | test_disallowlist="" | 39 | test_disallowlist="" |
| 40 | test_disallowlist="${test_disallowlist} compress-cert-conf" | ||
| 40 | test_disallowlist="${test_disallowlist} dtls-stress" | 41 | test_disallowlist="${test_disallowlist} dtls-stress" |
| 41 | test_disallowlist="${test_disallowlist} handshake-large-cert" | 42 | test_disallowlist="${test_disallowlist} handshake-large-cert" |
| 42 | test_disallowlist="${test_disallowlist} id-on-xmppAddr" | 43 | test_disallowlist="${test_disallowlist} id-on-xmppAddr" |
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.9.bb b/meta/recipes-support/gnutls/gnutls_3.8.10.bb index f2b7ac7bb8..600f23683e 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.9.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.10.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar | |||
| 25 | file://Add-ptest-support.patch \ | 25 | file://Add-ptest-support.patch \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | SRC_URI[sha256sum] = "69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed" | 28 | SRC_URI[sha256sum] = "db7fab7cce791e7727ebbef2334301c821d79a550ec55c9ef096b610b03eb6b7" |
| 29 | 29 | ||
| 30 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest | 30 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest |
| 31 | 31 | ||
