mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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.
This commit is contained in:
parent
4e8b070e21
commit
546ae71b90
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user