Actions
Todo #13867
closedUpdate Unbound to use Python 3.11 instead of Python 3.9
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.01
Release Notes:
Default
Related issues
Updated by Jim Pingle almost 2 years ago
- Related to Todo #13866: Add Python 3.11.1 to base system added
Updated by Jim Pingle almost 2 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Copying some relevant portions of my notes here from #13866
Unbound is linked against 3.11 as expected:
: pkg info -d unbound | grep python python311-3.11.1_1 : ldd `which unbound` | grep python libpython3.11.so.1.0 => /usr/local/lib/libpython3.11.so.1.0 (0x827419000)
pfBlockerNG-devel also shows as depending on Python 3.11.
A quick test of the netflix-no-aaaa.py python module script shows that it functions as expected in the DNS Resolver.
Actions