notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/py-libzfs/distinfo

Number of commits found: 28

Tuesday, 7 Feb 2023
22:22 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Fix build on 12 and main

FreeBSD 12 doesn't have userobj accounting or project quotas. OpenZFS
master has a new flags parameter to many zfs_iter_* functions.

Add checks for SPA_FEATURE_* enum values newer than what's in 12.3 and
use this info to help generate zfs_userquota_prop_t and spa_feature_t
appropriately.

Add checks for the number of parameters to various zfs_iter_* functions
and wrapper functions ZFS._iterate* to eat the flags.

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 119910278a164ab29c0ecbea6b30564ca9677b33 commit hash: 119910278a164ab29c0ecbea6b30564ca9677b33 commit hash: 119910278a164ab29c0ecbea6b30564ca9677b33 commit hash: 119910278a164ab29c0ecbea6b30564ca9677b33 11991027
Thursday, 2 Feb 2023
15:39 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Update to fix build

Update to fix the build after recent changes in ZFS.

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 33af83813501ce25303aa50ea47a3ea8f95cf9d8 commit hash: 33af83813501ce25303aa50ea47a3ea8f95cf9d8 commit hash: 33af83813501ce25303aa50ea47a3ea8f95cf9d8 commit hash: 33af83813501ce25303aa50ea47a3ea8f95cf9d8 33af838
Tuesday, 16 Aug 2022
10:57 Ryan Moeller (freqlabs) search for other commits by this committer
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.
commit hash: 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d commit hash: 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d commit hash: 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d commit hash: 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d 19c3e86
Tuesday, 19 Jul 2022
14:28 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Bump for recent changes

- Add libzfs_error_action() message to libzfs exception descriptions
- Properly handle ZPOOL_STATUS_INCOMPATIBLE_FEAT
- Remove HAVE_ZPOOL_STATUS_NON_NATIVE_ASHIFT
- Fix attribute error for pool status
- Fix exception when lzc_sync fails
- Raise OSError if lzc_wait fails

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 51e0dba74499e88c49cca70424ffb14965090762 commit hash: 51e0dba74499e88c49cca70424ffb14965090762 commit hash: 51e0dba74499e88c49cca70424ffb14965090762 commit hash: 51e0dba74499e88c49cca70424ffb14965090762 51e0dba
Thursday, 9 Jun 2022
20:47 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Bump to fix the build

- Fix build with master branch of OpenZFS
- Fix transfering clones from FreeBSD 12
- Fix scrub/resilver percentage and time remaining
- Allow validating zfs resource names
- Store cython-generated libzfs file for debugging
- Add information about where properties are inherited from
- Allow listing snapshots for ZFS volumes
- Return ZFS vdev name
- Add option to enable shares on pool import
- Remove HAVE_ZFS_ITER_SNAPSHOTS usages as we don't support old zfs versions
anymore
- Allow using min/max txg for listing down snapshots

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 5903d483038d0195ac4d2c07bb2563cb9fecfd4e commit hash: 5903d483038d0195ac4d2c07bb2563cb9fecfd4e commit hash: 5903d483038d0195ac4d2c07bb2563cb9fecfd4e commit hash: 5903d483038d0195ac4d2c07bb2563cb9fecfd4e 5903d48
Monday, 14 Feb 2022
16:31 Ryan Moeller (freqlabs) search for other commits by this committer
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.
commit hash: 546ae71b90520b33947513e5fceab78cd511ebc8 commit hash: 546ae71b90520b33947513e5fceab78cd511ebc8 commit hash: 546ae71b90520b33947513e5fceab78cd511ebc8 commit hash: 546ae71b90520b33947513e5fceab78cd511ebc8 546ae71
Friday, 1 Oct 2021
16:46 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Avoid fallthrough macro conflict

Fixes build failure with recent OpenZFS.

Approved by:	lwhsu (implicit)
Reported by:	arrowd
Sponsored by:	iXsystems, Inc.
commit hash: 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 commit hash: 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 commit hash: 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 commit hash: 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 63a23cd
Wednesday, 8 Sep 2021
14:18 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Bump to pull in latest changes

- Fix KeyError in __getstate__ with faulted pool
- Allow deleting snapshots by defining ranges of snapshots for a dataset
- Allow using zfs_prop_set_list for updating dataset properties

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 667055343ce837193f29bc34324585ffd5dff080 commit hash: 667055343ce837193f29bc34324585ffd5dff080 commit hash: 667055343ce837193f29bc34324585ffd5dff080 commit hash: 667055343ce837193f29bc34324585ffd5dff080 6670553
Tuesday, 3 Aug 2021
14:15 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Fix lzc_wait and lzc_sync detection

A typo in the configure script caused detection of these functions to
always fail.  The build succeeds, but the configuration is incorrect.

While here, python:3.6+ is always the case since 3.6 is the lowest
version supported in the ports tree now.

Reviewed by:	lwhsu
Approved by:	lwhsu (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D31396
commit hash: 7f01a506fe9d84e403ac0cc66a6de464c8b51234 commit hash: 7f01a506fe9d84e403ac0cc66a6de464c8b51234 commit hash: 7f01a506fe9d84e403ac0cc66a6de464c8b51234 commit hash: 7f01a506fe9d84e403ac0cc66a6de464c8b51234 7f01a50
10:22 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Update GH_ACCOUNT, fix build on legacy ZFS

Make lzc_wait conditional on support in ZFS, since it is a relatively
recent addition.

While here, update GH_ACCOUNT to truenas as suggested by diizzy.

Reviewed by:	kbowling
Approved by:	kbowling (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D31394
commit hash: 2e959732e90d5a01c90f8eee69b01a0d87797e0e commit hash: 2e959732e90d5a01c90f8eee69b01a0d87797e0e commit hash: 2e959732e90d5a01c90f8eee69b01a0d87797e0e commit hash: 2e959732e90d5a01c90f8eee69b01a0d87797e0e 2e95973
Monday, 2 Aug 2021
13:25 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Bump to version 1.1

Reviewed by:	kbowling
Approved by:	kbowling (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D31361
commit hash: 25902949f110b4fa9816100d945a60fb4102cf9e commit hash: 25902949f110b4fa9816100d945a60fb4102cf9e commit hash: 25902949f110b4fa9816100d945a60fb4102cf9e commit hash: 25902949f110b4fa9816100d945a60fb4102cf9e 2590294
Wednesday, 9 Sep 2020
16:02 freqlabs search for other commits by this committer
devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base

Taking over as maintainer by request of wg@

Reviewed by:	kevans, wg
Approved by:	wg (ports)
Approved by:	wg (maintainer)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26325
Original commitRevision:548105 
Monday, 23 Dec 2019
12:54 wg search for other commits by this committer
devel/py-libzfs: update to 1.0.20191113

PR:		242453
Reported by:	Juraj Lutter
Original commitRevision:520716 
Thursday, 20 Dec 2018
18:02 wg search for other commits by this committer
devel/py-libzfs: update to 1.0.20181220
Original commitRevision:487896 
Thursday, 13 Dec 2018
15:18 wg search for other commits by this committer
devel/py-libzfs: update to 1.0.20181212
Original commitRevision:487371 
Thursday, 4 Oct 2018
13:11 wg search for other commits by this committer
devel/py-libzfs: update to 20181003
Original commitRevision:481220 
Friday, 15 Dec 2017
18:36 wg search for other commits by this committer
dedvel/py-libzfs: fix build on 11-stable
Original commitRevision:456413 
Friday, 27 Oct 2017
15:58 wg search for other commits by this committer
devel/py-libzfs: update to 1.0.20171027
Original commitRevision:453009 
Monday, 9 Oct 2017
17:35 wg search for other commits by this committer
devel/py-libzfs: fix build on HEAD

PR:		222679
Original commitRevision:451627 
Wednesday, 16 Aug 2017
01:38 araujo search for other commits by this committer
Update to 11.0-U3.

Approved by:	wg (maintainer)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D12032
Original commitRevision:448020 
Tuesday, 6 Jun 2017
16:13 wg search for other commits by this committer
devel/py-libzfs: fix build on CURRENT

Reported by:	woodsb02
Differential Revision:	D11037
Original commitRevision:442781 
Friday, 26 May 2017
19:42 wg search for other commits by this committer
devel/py-libzfs: update to 1.0.20170525
Original commitRevision:441811 
Tuesday, 21 Mar 2017
15:46 wg search for other commits by this committer
devel/py-libzfs: update to 1.0.20170319
Original commitRevision:436612 
Wednesday, 20 Apr 2016
12:07 wg search for other commits by this committer
devel/py-libzfs: update to latest revision
Original commitRevision:413682 
Tuesday, 10 Nov 2015
23:01 wg search for other commits by this committer
devel/py-libzfs: update to latest
Original commitRevision:401220 
Wednesday, 29 Jul 2015
12:48 wg search for other commits by this committer
devel/py-libzfs: update to lastest revision
Original commitRevision:393156 
Wednesday, 1 Jul 2015
15:55 wg search for other commits by this committer
devel/py-libzfs: include support for dataset user properties

Submitted by:	bapt
Original commitRevision:391076 
Tuesday, 23 Jun 2015
22:54 wg search for other commits by this committer
devel/py-libzfs: Python libzfs bindings using cython.

WWW: https://github.com/freenas/py-libzfs
Original commitRevision:390466 

Number of commits found: 28