Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 16:22:55 GMT
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ffdaee554e12 - 2022Q3 - devel/py-libzfs: Unbreak FreeBSD <13.1
Message-ID:  <202208161622.27GGMtu0060741@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by freqlabs (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffdaee554e12a7bc4bc5f95426aee2534ab288a8

commit ffdaee554e12a7bc4bc5f95426aee2534ab288a8
Author:     Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2022-08-16 10:57:06 +0000
Commit:     Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2022-08-16 16:21:32 +0000

    devel/py-libzfs: Unbreak FreeBSD <13.1
    
    Commits in the previous update fixed incorrect zpool status
    handling, but broke the build for older versions of ZFS.
    
    Now, zpool_status_t enumerators are checked at configure time.
    This fixes the build for all supported FreeBSD releases and fixes
    the incorrect zpool status handling.
    
    - Check zpool_status_t enumerators at configure time
    - Fix round-tripping ZFSException through pickle
    - Remove zpool_get_physpath
    
    Approved by:    lwhsu (implicit)
    Sponsored by:   iXsystems, Inc.
    
    (cherry picked from commit 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d)
---
 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 0c891403112a..77e1e2096d7c 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.2022060900
+PORTVERSION=	1.1.2022081600
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	truenas
 GH_PROJECT=	py-libzfs
-GH_TAGNAME=	d98f5fe
+GH_TAGNAME=	077cf6d
 
 HAS_CONFIGURE=	yes
 USES=		compiler:c11 python
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index d3d66b7b7d4c..ce124cbd6684 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654807325
-SHA256 (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = defc9db7559f4b3760dc4697cc24a00c524562ac0c441f1004b646f26c9b8a30
-SIZE (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = 94222
+TIMESTAMP = 1660645925
+SHA256 (truenas-py-libzfs-1.1.2022081600-077cf6d_GH0.tar.gz) = 6a9ed2e7c54d08179d0199320aac9ccb6d641e8a0f40a325628ebd93e55a1bab
+SIZE (truenas-py-libzfs-1.1.2022081600-077cf6d_GH0.tar.gz) = 95427



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208161622.27GGMtu0060741>