Bug 273132 - lang/python38: backport netlink support
Summary: lang/python38: backport netlink support
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-14 11:57 UTC by Mina Galić
Modified: 2023-09-27 13:48 UTC (History)
1 user (show)

See Also:
vishwin: maintainer-feedback+


Attachments
lang/python38: backport netlink support (3.52 KB, patch)
2023-08-14 11:57 UTC, Mina Galić
no flags Details | Diff
lang/python38: backport netlink patch (5.52 KB, patch)
2023-09-27 13:48 UTC, Mina Galić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mina Galić freebsd_triage 2023-08-14 11:57:53 UTC
Created attachment 244093 [details]
lang/python38: backport netlink support

this patch backports GH-107812: extend socket's netlink support to FreeBSD
see https://github.com/python/cpython/pull/107813
for the patch.

see https://github.com/python/cpython/issues/107812
for the discussion on the backport itself.

Sponsored by: The FreeBSD Foundation


related bug #273122
Comment 1 Charlie Li freebsd_committer freebsd_triage 2023-08-15 01:56:57 UTC
See bug 273122 comment 1
Comment 2 Mina Galić freebsd_triage 2023-09-27 13:48:01 UTC
Created attachment 245287 [details]
lang/python38: backport netlink patch