Bug 268846

Summary: net/py-maxminddb: revision to fix potential segfault due to refcounting bug
Product: Ports & Packages Reporter: R. Christian McDonald <rcm>
Component: Individual Port(s)Assignee: Olivier Cochard <olivier>
Status: Closed FIXED    
Severity: Affects Only Me CC: rcm
Priority: --- Flags: bugzilla: maintainer-feedback? (olivier)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
net/py-maxminddb: revision to fix potential segfault due to refcounting bug none

Description R. Christian McDonald 2023-01-09 20:46:15 UTC
Created attachment 239367 [details]
net/py-maxminddb: revision to fix potential segfault due to refcounting bug
Comment 1 R. Christian McDonald 2023-01-09 20:47:15 UTC
The issue upstream that is addressed here: https://github.com/maxmind/MaxMind-DB-Reader-python/pull/106
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-09 23:23:41 UTC
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(-)
Comment 3 Olivier Cochard freebsd_committer freebsd_triage 2023-01-10 00:24:28 UTC
Thanks for your patch!