Actions
Todo #13866
closedAdd Python 3.11.1 to base system
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Operating System
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.01
Release Notes:
Force Exclusion
Related issues
Updated by Christian McDonald almost 2 years ago
- Status changed from New to Feedback
Updated by Christian McDonald almost 2 years ago
- Subject changed from Add Python 3.11.1 to Base to Add Python 3.11.1 to base system
Updated by Jim Pingle almost 2 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Both versions are present on 23.01 snapshots
: pkg info -x python python311-3.11.1_1 python39-3.9.16 : which python3.11 /usr/local/bin/python3.11 : which python3.9 /usr/local/bin/python3.9
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.
Updated by Jim Pingle almost 2 years ago
- Related to Todo #13867: Update Unbound to use Python 3.11 instead of Python 3.9 added
Updated by Jim Pingle over 1 year ago
- Release Notes changed from Default to Force Exclusion
This was superseded by #13867, no need to include it in release notes.
Actions