Project

General

Profile

Actions

Todo #13867

closed

Update Unbound to use Python 3.11 instead of Python 3.9

Added by Christian McDonald over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Category:
DNS Resolver
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
23.01
Release Notes:
Default

Related issues

Related to Todo #13866: Add Python 3.11.1 to base systemResolvedChristian McDonald

Actions
Actions #1

Updated by Jim Pingle over 1 year ago

  • Related to Todo #13866: Add Python 3.11.1 to base system added
Actions #2

Updated by Jim Pingle over 1 year 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

Also available in: Atom PDF