Skip to content

dnsdist: update to 2.0.6#29504

Open
commodo wants to merge 2 commits into
openwrt:masterfrom
commodo:fix-dnsdist-boost-optional
Open

dnsdist: update to 2.0.6#29504
commodo wants to merge 2 commits into
openwrt:masterfrom
commodo:fix-dnsdist-boost-optional

Conversation

@commodo
Copy link
Copy Markdown
Contributor

@commodo commodo commented May 21, 2026

📦 Package Details

Maintainer: @Habbie

Description:

Bump from 2.0.1 to the latest 2.0 LTS release. This pulls in upstream commit 53cb738795 ("dnsdist: make code boost-1.91 compatible", Otto Moerbeek, 2026-04-29), which fixes the build break against Boost 1.91 currently shipped by OpenWrt:

dnsdist-lua.cc:3086:101: error: converting to
'boost::optional<unordered_map<...>>' from initializer list
would use explicit constructor 'constexpr boost::optional::
optional(U&&) [...]'


🧪 Run Testing Details

  • OpenWrt Version:
  • OpenWrt Target/Subtarget:
  • OpenWrt Device:

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

@commodo commodo force-pushed the fix-dnsdist-boost-optional branch from a0cfd43 to 5ede1de Compare May 22, 2026 06:19
commodo added 2 commits May 22, 2026 13:17
Bump from 2.0.1 to the latest 2.0 LTS release. This pulls in
upstream commit 53cb738795 ("dnsdist: make code boost-1.91
compatible", Otto Moerbeek, 2026-04-29), which fixes the build
break against Boost 1.91 currently shipped by OpenWrt:

  dnsdist-lua.cc:3086:101: error: converting to
    'boost::optional<unordered_map<...>>' from initializer list
    would use explicit constructor 'constexpr boost::optional<T>::
    optional(U&&) [...]'

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
lmdb-test ships /usr/bin/mtest, a stress test that unconditionally
opens ./testdb in the current directory and aborts (SIGABRT) when
that directory is missing. In the CI runtime container that's
always the case, so the framework's --version probe ends up with
"Aborted" output, no PKG_VERSION match, and the package gets
reported as "Generic tests failed - No executables in the package
provided version 0.9.35".

Add libs/lmdb/test-version.sh that handles each sub-package by name:
lmdb (library) and lmdb-test (no usable version probe) pass the
override, lmdb-utils runs 'mdb_dump -V' and matches against
PKG_VERSION, and unknown sub-packages fail loudly to force this
script to be updated. The other generic checks (no hardcoded paths,
stripped, linked libs) still run for every binary.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
@commodo commodo force-pushed the fix-dnsdist-boost-optional branch from 5ede1de to 488a3d4 Compare May 22, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant