Created attachment 239367 [details] net/py-maxminddb: revision to fix potential segfault due to refcounting bug
The issue upstream that is addressed here: https://github.com/maxmind/MaxMind-DB-Reader-python/pull/106
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=023b097aa0ac7589220859464f669085ac2dd78f commit 023b097aa0ac7589220859464f669085ac2dd78f Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2023-01-09 20:55:17 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2023-01-09 23:22:30 +0000 net/py-maxminddb: fix potential segfault due to refcounting bug PR: 268846 Reported by: R. Christian McDonald <cmcdonald@netgate.com> net/py-maxminddb/Makefile | 4 +++- net/py-maxminddb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-)
Thanks for your patch!