diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-11-04 16:05:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 09:42:50 -0800 |
commit | dbf103d4cd5e2cb44a1d585d5335e1e21e8d92bc (patch) | |
tree | 503b4bd27078ca7283f5c07b15db8b35976cd63f /meta-networking | |
parent | 140a339592f5944f217cd90bc67e5bacbb6e1321 (diff) | |
download | meta-openembedded-dbf103d4cd5e2cb44a1d585d5335e1e21e8d92bc.tar.gz |
unbound: update to latest to fix occasional build failure
buildhistory-diff shows few new files in testdata:
packages/core2-64-oe-linux/unbound/unbound-ptest: FILELIST: added "
/usr/lib/unbound/ptest/tests/testdata/rpz_val_block.rpl
/usr/lib/unbound/ptest/tests/testdata/serve_expired_ttl_reset.rpl
/usr/lib/unbound/ptest/tests/testdata/val_negcache_ttl_prefetch.rpl
/usr/lib/unbound/ptest/tests/testdata/val_negcache_ttl.rpl
/usr/lib/unbound/ptest/tests/testdata/iter_max_global_quota.rpl
/usr/lib/unbound/ptest/tests/testdata/iter_unverified_glue.rpl
/usr/lib/unbound/ptest/tests/testdata/serve_expired_val_bogus.rpl
/usr/lib/unbound/ptest/tests/testdata/iter_unverified_glue_fallback.rpl
/usr/lib/unbound/ptest/tests/testdata/serve_expired_client_timeout_val_bogus.rpl
/usr/lib/unbound/ptest/tests/testdata/serve_expired_client_timeout_val_insecure_delegation.rpl
/usr/lib/unbound/ptest/tests/testdata/dns64_prefetch_cache.rpl"
wasn't tested in runtime, I don't use it, I just wanted to get rid of
random build failure from world builds (happens at least since kirkstone
which has 1.15.0).
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.22.0.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.21.1.bb) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.21.1.bb b/meta-networking/recipes-support/unbound/unbound_1.22.0.bb index 9fc7e665ea..2f0c92dd9f 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.21.1.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.22.0.bb | |||
@@ -12,7 +12,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | |||
12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | SRCREV = "b7c61d7cc256d6a174e6179622c7fa968272c259" | 15 | |
16 | # 17 commits after 1.22.0 tag: | ||
17 | # https://github.com/NLnetLabs/unbound/compare/release-1.22.0...7985d17b57d25be262de56c29a43ae4b61c1b896 | ||
18 | # to include fix for occasional build failure: | ||
19 | # https://github.com/NLnetLabs/unbound/commit/46cfbf313d812a6e50614a691e162b171dc91d7b | ||
20 | PV .= "+git" | ||
21 | SRCREV = "7985d17b57d25be262de56c29a43ae4b61c1b896" | ||
16 | 22 | ||
17 | inherit autotools pkgconfig systemd update-rc.d ptest | 23 | inherit autotools pkgconfig systemd update-rc.d ptest |
18 | 24 | ||