Bug 273114 - lang/python310: backport netlink support
Summary: lang/python310: 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-13 19:11 UTC by Mina Galić
Modified: 2023-09-27 15:20 UTC (History)
1 user (show)

See Also:


Attachments
lang/python3.10: backport netlink support (3.52 KB, patch)
2023-08-13 19:11 UTC, Mina Galić
no flags Details | Diff
lang/python3.10: backport netlink support (3.60 KB, patch)
2023-08-13 19:21 UTC, Mina Galić
no flags Details | Diff
lang/python310: backport netlink support (6.50 KB, patch)
2023-09-27 15:20 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-13 19:11:26 UTC
Created attachment 244064 [details]
lang/python3.10: 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 #273106
Comment 1 Mina Galić freebsd_triage 2023-08-13 19:21:44 UTC
Created attachment 244066 [details]
lang/python3.10: backport netlink support

fixes configure to actually apply
(hunks were out of order, which i fixed but hadn't commited before submitting this patch)
Comment 2 Charlie Li freebsd_committer freebsd_triage 2023-08-15 01:50:50 UTC
See bug 273122 comment 1
Comment 3 Mina Galić freebsd_triage 2023-09-27 15:20:29 UTC
Created attachment 245291 [details]
lang/python310: backport netlink support