Project

General

Profile

Actions

Todo #13866

closed

Add Python 3.11.1 to base system

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

Status:
Resolved
Priority:
Normal
Category:
Operating System
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
23.01
Release Notes:
Force Exclusion

Related issues

Related to Todo #13867: Update Unbound to use Python 3.11 instead of Python 3.9ResolvedChristian McDonald

Actions
Actions #1

Updated by Christian McDonald over 1 year ago

  • Status changed from New to Feedback
Actions #2

Updated by Christian McDonald over 1 year ago

  • Subject changed from Add Python 3.11.1 to Base to Add Python 3.11.1 to base system
Actions #3

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

Actions #4

Updated by Jim Pingle about 1 year ago

  • Related to Todo #13867: Update Unbound to use Python 3.11 instead of Python 3.9 added
Actions #5

Updated by Jim Pingle 10 months ago

  • Release Notes changed from Default to Force Exclusion

This was superseded by #13867, no need to include it in release notes.

Actions

Also available in: Atom PDF