git: 546ae71b9052 - main - devel/py-libzfs: Fix various memory leaks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Feb 2022 16:36:31 UTC
The branch main has been updated by freqlabs (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=546ae71b90520b33947513e5fceab78cd511ebc8 commit 546ae71b90520b33947513e5fceab78cd511ebc8 Author: Ryan Moeller <freqlabs@FreeBSD.org> AuthorDate: 2022-02-14 16:31:52 +0000 Commit: Ryan Moeller <freqlabs@FreeBSD.org> CommitDate: 2022-02-14 16:31:52 +0000 devel/py-libzfs: Fix various memory leaks Several instances of handles not being closed after use have been fixed. Approved by: lwhsu (implicit) Sponsored by: iXsystems, Inc. --- devel/py-libzfs/Makefile | 4 ++-- devel/py-libzfs/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile index 0fe345ad3861..88d2fd7de663 100644 --- a/devel/py-libzfs/Makefile +++ b/devel/py-libzfs/Makefile @@ -1,7 +1,7 @@ # Created by: William Grzybowski <wg@FreeBSD.org> PORTNAME= libzfs -PORTVERSION= 1.1.2021100100 +PORTVERSION= 1.1.2022021400 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= truenas GH_PROJECT= py-libzfs -GH_TAGNAME= 8702fda +GH_TAGNAME= 8e36386 HAS_CONFIGURE= yes USES= compiler:c11 python diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo index b65751347c68..d04e18e31add 100644 --- a/devel/py-libzfs/distinfo +++ b/devel/py-libzfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633106365 -SHA256 (truenas-py-libzfs-1.1.2021100100-8702fda_GH0.tar.gz) = 4dd8d2a957bf66f91b36f1cb0b19c71f61979cd06e3695f4265fd46b156b35c8 -SIZE (truenas-py-libzfs-1.1.2021100100-8702fda_GH0.tar.gz) = 93062 +TIMESTAMP = 1644855824 +SHA256 (truenas-py-libzfs-1.1.2022021400-8e36386_GH0.tar.gz) = 11267d04033cc9c2ca46488b9850ea3747149d14f97ed2dd8e165a71fe4189b4 +SIZE (truenas-py-libzfs-1.1.2022021400-8e36386_GH0.tar.gz) = 93733